* Make it easier to override parts of stdenv (like gcc or make) per

package using the `overrideGCC' and `overrideInStdenv' functions.

svn path=/nixpkgs/trunk/; revision=5505
This commit is contained in:
Eelco Dolstra
2006-06-23 20:11:36 +00:00
parent 45e1edfda8
commit 7682bf3d1e
6 changed files with 39 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "par2cmdline-0.4";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/par2cmdline-0.4.tar.gz;