3
0
Fork 0
forked from mirrors/nixpkgs

not working as well as i thought...

svn path=/nixpkgs/trunk/; revision=14765
This commit is contained in:
Wouter den Breejen 2009-03-29 21:04:57 +00:00
parent 857a0a3784
commit 05f03cd34e
2 changed files with 0 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{stdenv, fetchurl, pam, libxcrypt}:
stdenv.mkDerivation {
name = "pam_smbpass-2.2.8a";
src = ./pam-smbpass-2.2.8a.tar;
buildInputs = [pam libxcrypt];
}