summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Making tigervnc build with the xserver 1.8Lluís Batlle i Rossell2010-07-29
| | | | svn path=/nixpkgs/trunk/; revision=22802
* * Finish renaming.Eelco Dolstra2010-07-29
| | | | svn path=/nixpkgs/trunk/; revision=22801
* * Remove the old PHP.Eelco Dolstra2010-07-29
| | | | svn path=/nixpkgs/trunk/; revision=22800
* pkgs/tools/networking/nbd: updated to version 2.9.15Peter Simons2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22799
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* * Remove `customKernel' which is obsolete as far as I can tell.Eelco Dolstra2010-07-28
| | | | | | * Remove `sumTwoArgs' since it has no remaining callers. svn path=/nixpkgs/trunk/; revision=22797
* * Remove KVM (obsolete -> qemu-kvm).Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22796
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22795
* pkgs/development/python-modules/pycrypto: enable building of this package on ↵Peter Simons2010-07-28
| | | | | | all GNU platforms svn path=/nixpkgs/trunk/; revision=22794
* pkgs/development/python-modules/pycrypto: downgrade to 2.0.1Peter Simons2010-07-28
| | | | | | The download sites for 2.1.0 all appear to be offline. svn path=/nixpkgs/trunk/; revision=22793
* pkgs/tools/networking/p2p/tahoe-lafs: add mock060 to propagatedBuildInputsPeter Simons2010-07-28
| | | | | | | The package is required for the regression test suite. Adding it to buildInputs would probably work, too, but I haven't tried it. svn path=/nixpkgs/trunk/; revision=22792
* pkgs/top-level/python-packages.nix: added python-mock-0.6.0Peter Simons2010-07-28
| | | | | | | | This version seems to be an unofficial release from tahoe-lafs.org based on the mock-0.1.0 release from python-mock.sourceforge.net. It should probably replace the old version we have in here. svn path=/nixpkgs/trunk/; revision=22791
* pkgs/development/libraries/crypto++: added todo note about removing ↵Peter Simons2010-07-28
| | | | | | cryptotest.exe from the installed image svn path=/nixpkgs/trunk/; revision=22790
* pkgs/development/python-modules/pycrypto: updated homepage and download URL ↵Peter Simons2010-07-28
| | | | | | to use http://www.pycrypto.org/ svn path=/nixpkgs/trunk/; revision=22789
* pycryptopp: base python wrapper on the Nix store version of libcrypto++Peter Simons2010-07-28
| | | | | | rather than the version that's included in the distribution archive svn path=/nixpkgs/trunk/; revision=22788
* python-numpy: improved support for BLAS and LAPACK via gfortranPeter Simons2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22787
* pkgs/development/python-modules/generic: parameterize build/install commandPeter Simons2010-07-28
| | | | | | | | | | | The generic 'buildPythonPackage' function used to use the build/install command "easy_install" unconditionally. That didn't work for python-numpy, for instance, because the package wants "setup.py" run with additional parameters to determine the fortran compiler of choice. The newly introduced function argument 'installCommand' allows to implement this. By passing that parameter, the default build command can be overridden. svn path=/nixpkgs/trunk/; revision=22786
* pkgs/development/libraries/crypto++: fixed build impurityPeter Simons2010-07-28
| | | | | | | | | | | | | * Don't build with "-march=native", because the generated binaries won't work reliably on systems with a different CPU. Instead, "--march=i686" is used on x86, and "--march=nocona" an x86_64. Otherwise, "--march" remains unset. * Compile with -O3 instead of -O2. This code is performance-critical. * Don't build with '-g'. svn path=/nixpkgs/trunk/; revision=22785
* * Turn vim/default.nix into a regular package. We don't need twoEelco Dolstra2010-07-28
| | | | | | configurable VIMs. svn path=/nixpkgs/trunk/; revision=22784
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* * Remove orphaned/obsolete packages.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22781
* python-setuptools-darcs: the build process seems to depend on 'darcsver'Peter Simons2010-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source root is setuptools_darcs-1.2.9 | patching sources | configuring | no configure script, doing nothing | building | running tests | Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found! | Couldn't find index page for 'darcsver' (maybe misspelled?) | Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found! | No local packages or download links found for darcsver>=1.2.0 | Traceback (most recent call last): | File "setup.py", line 79, in <module> | zip_safe=False, # I prefer unzipped for easier access. | File "/nix/store/r6xlmlf0amzwhkvkv0v656jgx7r299g7-python-2.6.5/lib/python2.6/distutils/core.py", line 113, in setup | _setup_distribution = dist = klass(attrs) | File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 260, in __init__ | File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 284, in fetch_build_eggs | File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 563, in resolve | File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 799, in best_match | File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 811, in obtain | File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 327, in fetch_build_egg | File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 434, in easy_install | File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line 475, in fetch_distribution | AttributeError: 'NoneType' object has no attribute 'clone' | builder for `/nix/store/rkm5fzs0p6hh45mvpzv0qqphmsjnyag8-python-setuptools-darcs-1.2.9.drv' failed with exit code 1 | error: build of `/nix/store/rkm5fzs0p6hh45mvpzv0qqphmsjnyag8-python-setuptools-darcs-1.2.9.drv' failed svn path=/nixpkgs/trunk/; revision=22780
* * Fix misspelled package name.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22777
* pkgs/tools/networking/p2p/tahoe-lafs: updated to version 1.7.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22774
* pyOpenSSL: updated to version 0.10Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22773
* pycryptopp: updated to version 0.5.19Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22772
* python-nevow: updated to version 0.10.0Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22771
* python-foolscap: updated to version 0.5.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22770
* python-darcsver: updated to version 1.5.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22769
* python-argparse: updated to version 1.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22768
* pyutil: updated to version 1.7.9 (and disabled test suite)Peter Simons2010-07-27
| | | | | | | | When the regression test suite is run, it tries to compile some plug-in code into Twisted's store path, and fails. I'm not sure how to remedy this problem. svn path=/nixpkgs/trunk/; revision=22767
* python-zfec: updated to version 1.4.7Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22766
* python-simplejson: updated to version 2.1.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22765
* python-setuptools-trial: updated to version 0.5.9Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22764
* python-setuptools-darcs: updated to version 1.2.9Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22763
* python-twisted: updated to 10.1.0Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22762
* python-zope-interface: updated to version 3.6.1Peter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22761
* pycryptopp: use the embedded crypto++ library when compiling this modulePeter Simons2010-07-27
| | | | | | | | crypto++ has an impurity that leads to test suite failures in this module, i.e. in sha256. When that impurity has been fixed, we should try building on top of the the pristine crypto++ library again. svn path=/nixpkgs/trunk/; revision=22760
* python-numpy: add buildInput gfortran to enable support for blas and lapackPeter Simons2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22759
* pkgs/top-level/all-packages.nix: crypto++-5.6.0 is compiled with "-O2 ↵Peter Simons2010-07-27
| | | | | | | | -march=native -mtune=native" Ought to be fixed ASAP. I'll probably do it tomorrow. svn path=/nixpkgs/trunk/; revision=22758
* make nix-prefetch-hg executableRob Vermaas2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22755
* Revert "Version update for vxl", because:Lluís Batlle i Rossell2010-07-27
| | | | | | | | | | | - Although the file for 1.14 is in the upstream file repository, it's not published in their web, which still talks about 1.13 for the stable release. - The cmake files comming with this vxl fail (because of some weird dependency on a doxygen.cmake file) This reverts commit 22577 svn path=/nixpkgs/trunk/; revision=22750
* * Make Thunderbird 3.x the default.Eelco Dolstra2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22749
* * Fix zlib 1.2.5 on Cygwin. (The Makefile doesn't support buildingEelco Dolstra2010-07-27
| | | | | | just a static library.) svn path=/nixpkgs/trunk/; revision=22748
* * Firefox 3.6.8.Eelco Dolstra2010-07-27
| | | | svn path=/nixpkgs/trunk/; revision=22747
* * Merged the x-updates branch (latest X server / libraries, GTK+,Eelco Dolstra2010-07-26
|\ | | | | | | | | | | Fontconfig, etc.). svn path=/nixpkgs/trunk/; revision=22735
| * * Ensure that the dell-bluetooth device does not stay in the "hardEelco Dolstra2010-07-25
| | | | | | | | | | | | blocked" state. svn path=/nixpkgs/branches/x-updates/; revision=22730
| * * xrandr 1.3.3.Eelco Dolstra2010-07-25
| | | | | | | | svn path=/nixpkgs/branches/x-updates/; revision=22727
| * * On x86_64-darwin, "./config" misdetects the system asEelco Dolstra2010-07-25
| | | | | | | | | | | | | | "darwin-i386-cc" (http://hydra.nixos.org/build/498076). So specify the system type explicitly. svn path=/nixpkgs/branches/x-updates/; revision=22726
| * * Make mutt build against OpenSSL 1.0.0.Eelco Dolstra2010-07-24
| | | | | | | | svn path=/nixpkgs/branches/x-updates/; revision=22724