* Fix PAM. It accidentally lost xcrypt support in r33798.
svn path=/nixpkgs/trunk/; revision=33845
This commit is contained in:
parent
c5c473b469
commit
6a01fe514e
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildNativeInputs = [ flex ];
|
buildNativeInputs = [ flex ];
|
||||||
buildInputs = [ cracklib ]
|
buildInputs = [ cracklib ]
|
||||||
++ stdenv.lib.optional
|
++ stdenv.lib.optional
|
||||||
(stdenv.isArm && stdenv.system != "mips64el-linux")
|
(!stdenv.isArm && stdenv.system != "mips64el-linux")
|
||||||
libxcrypt;
|
libxcrypt;
|
||||||
|
|
||||||
crossAttrs = {
|
crossAttrs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user