summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-10-25 17:39:55 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-10-25 17:39:55 +0000
commitc82afd131d1bb1f4ca6a95162897a8ddf0579291 (patch)
tree7a00ed07ed3e907036f6a981ad7a1e46bfb961fe /pkgs/system/all-packages-generic.nix
parent3c079ce7987246d599748cd0fe3ec36d0cfd8e61 (diff)
downloadnixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar.gz
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar.bz2
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar.lz
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar.xz
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.tar.zst
nixpkgs-c82afd131d1bb1f4ca6a95162897a8ddf0579291.zip
add a patch to use the cracklib dictionairy we built (cracklib package)
svn path=/nixpkgs/trunk/; revision=4130
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index f535fef6469..56185a45dc1 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1288,7 +1288,7 @@ rec {
   };
 
   pam = (import ../os-specific/linux/pam) {
-    inherit stdenv fetchurl;
+    inherit stdenv fetchurl cracklib;
   };
 
   #nfsUtils = (import ../os-specific/linux/nfs-utils) {