add a patch that replaces /bin/pwd with pwd and rely on stdenv to supply pwd

svn path=/nixpkgs/trunk/; revision=4125
This commit is contained in:
Armijn Hemel
2005-10-24 16:36:03 +00:00
parent 5c6e1efa41
commit e4453149f9
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ stdenv.mkDerivation {
url = http://www.nl.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-0.80.tar.bz2;
md5 = "ccff87fe639efdfc22b1ba4a0f08ec57";
};
patches = [./pam-pwd.patch];
}