summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra2012-12-28
| | | | | | | | | | | | | | | This allows various applications. It allows users to set global optimisation flags, e.g. stdenv.userHook = ''NIX_CFLAGS_COMPILE+=" -funroll-loops"''; But the impetus is as an alternative to issue #229, allowing impure stdenv setup for people who want to use distcc: stdenv.userHook = "source /my/impure/setup-script.sh"; This is probably a bad idea, but at least now it's a bad idea in people's configuration and not in Nixpkgs. :-)
* Revert "w3m: fixing the build"Lluís Batlle i Rossell2012-12-21
| | | | | | This reverts commit 0dc11d913c9b8a574811aa6863c039d687b3f0bb. Somehow, I thought by hydra that w3m wasn't building fine.
* w3m: fixing the buildLluís Batlle i Rossell2012-12-21
| | | | Many packages depend on this.
* Remove references to some nonexistent packagesEelco Dolstra2012-12-13
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-12
|\
| * scid: New package, version 4.3.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just saw Michael Raskin's GNU Chess and XBoard updates and did a short check if Scid is already in nixpkgs. It wasn't, so I decided to add it, so thanks to @7c6f434c :-) The package involves a lot of patching, as usual with Tcl/Tk on NixOS. In this case the program is written in C++ and embeds the Tcl/Wish interpreter. Unfortunately this doesn't make it easier to inject TCLLIBPATH, as there doesn't seem to be a direct library call (well in theory you could `lappend TCLLIBPATH`, but that won't help with TK_LIBRARY). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * ascii: New package, version 3.12.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | Quite a useful tool, especially for non English native speakers to find out what people mean with things like "hiccup", "boink", "blugle" and whatnot. And of course it's quite useful to convert between hex/oct/dec/bin. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * vbindiff: New package, version 3.0_beta4.aszlig2012-12-12
| | | | | | | | | | | | | | Visual binary differences viewer, very useful for reverse-engineering proprieritary file formats. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * samplicator: New package, version 1.3.7-beta6.aszlig2012-12-12
| | | | | | | | | | | | | | A small and lightweight UDP redirector if you don't want to bend a fly on the wheel using socat. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * wbox: New package, version 5.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | Yet another HTTP benchmarking tool, which is really quite minimalistic and in ANSI C. This package maybe isn't even worth putting it in its own file and directory but I did it for the sake of consistency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * hping: New package, version 20051105.aszlig2012-12-12
| | | | | | | | | | | | | | Quite a lot of patching involved here, but the upstream package is no longer maintained anymore. Nevertheless the tool is still useful in some environments. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * haskell-blaze-svg: add version 0.3.3.0Peter Simons2012-12-12
| |
| * haskell-dual-tree: add version 0.1.0.0Peter Simons2012-12-12
| |
| * haskell-force-layout: add version 0.2Peter Simons2012-12-12
| |
| * haskell: add minimorph-0.1.4.0 and miniutter-0.4.0Peter Simons2012-12-12
| |
| * haskell-monoid-extras: add version 0.2.2.1Peter Simons2012-12-12
| |
| * haskell: add diagrams-contrib-0.6 and diagrams-svg-0.6Peter Simons2012-12-12
| |
| * Fixing the 3.7 kernel packages. They referred to 3.6.Lluís Batlle i Rossell2012-12-12
| |
| * XBoard: update to 4.6.2Michael Raskin2012-12-12
| |
| * Linux 3.7Shea Levy2012-12-11
| | | | | | | | Kernel configuration succeeds, I'll let hydra test the build
| * Mark socat2 as lowPrioEelco Dolstra2012-12-11
| |
| * Add xcalib 0.8, a tiny monitor calibration loaderRickard Nilsson2012-12-11
| |
| * Add legacy version 304.64 of the Nvidia driverRickard Nilsson2012-12-11
| | | | | | | | | | The current 310.x version of the Nivida driver has dropped support for some cards (for example 6200LE).
| * librecad: adding its 2.0 beta version tooLluís Batlle i Rossell2012-12-11
| |
| * Add haskell-either version 3.0.2 and haskell-errors version 1.3.1.Peter Simons2012-12-10
| |
| * Update E proverMichael Raskin2012-12-09
| |
| * Merge branch 'redis' of https://github.com/washort/nixpkgs into upstreamShea Levy2012-12-07
| |\ | | | | | | | | | fixes for redis on OSX
| | * fixes for redis on OSXAllen Short2012-12-07
| | |
| * | nix: Update to 1.2Eelco Dolstra2012-12-07
| | |
| * | pkgs/top-level/all-packages.nix: implement 'mesaSupported' attribute on top ↵Peter Simons2012-12-06
| | | | | | | | | | | | | | | | | | of mesaPlatforms Thanks to Florian Friesdorf for pointing out the inconsistency in these attributes.
| * | Added Haskell packages kansas-lava 0.2.4, netlist-to-vhdl 0.3.1, netlist ↵Peter Simons2012-12-06
| | | | | | | | | | | | 0.3.1, and sized-types 0.3.4.0.
| * | python: give coverage to coilmq and oauth2 - thx sheaFlorian Friesdorf2012-12-06
| | |
| * | Merge pull request #206 from chaoflow/python-mergecillianderoiste2012-12-05
| |\ \ | | | | | | | | python pureness, cleanup, and enable pth loaders (setuptoolsSite, recursivePthLoader)
| | * | missed two failing testsFlorian Friesdorf2012-12-05
| | | |
| | * | checkPhase after installPhase fixed some more testsFlorian Friesdorf2012-12-05
| | | |
| | * | python2.6 fixesFlorian Friesdorf2012-12-05
| | | |
| | * | pycrypto for python26 and 27Florian Friesdorf2012-12-05
| | | |
| | * | python2.6 fixesFlorian Friesdorf2012-12-05
| | | |
| | * | pil uses buildPythonPackage and is now actually also built for 2.6Florian Friesdorf2012-12-05
| | | |
| | * | pil for python27 and python26Florian Friesdorf2012-12-03
| | | |
| | * | fix nevow url and uncomment againFlorian Friesdorf2012-12-03
| | | |
| | * | python module cleanup, enable a couple of tests, add comments for failingFlorian Friesdorf2012-12-03
| | | |
| | * | setuptoolsSite - only setuptools' site.pyFlorian Friesdorf2012-12-03
| | | |
| | * | make diff to master look nicerFlorian Friesdorf2012-12-03
| | | |
| | * | Merge branch 'channel-nixos' into python-mergeFlorian Friesdorf2012-11-29
| | |\ \
| | * \ \ Merge branch 'channel-nixos' into python-mergeFlorian Friesdorf2012-11-29
| | |\ \ \
| | * | | | Revert "#185 Fix pycurl"Florian Friesdorf2012-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 671bf5b4d706b95db4059abe19ac99178326830e. We need to support preConfigure.
| | * | | | #185 Fix pycurlCillian de Róiste2012-11-27
| | | | | | | | | | | | | | | | | | | | | | | | Moving the preConfigure command into the installCommand 'fixes' pycurl.
| | * | | | Merge branch 'channel-nixos' into python-mergeFlorian Friesdorf2012-11-24
| | |\ \ \ \