forked from mirrors/nixpkgs
* 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 ];
|
||||
buildInputs = [ cracklib ]
|
||||
++ stdenv.lib.optional
|
||||
(stdenv.isArm && stdenv.system != "mips64el-linux")
|
||||
(!stdenv.isArm && stdenv.system != "mips64el-linux")
|
||||
libxcrypt;
|
||||
|
||||
crossAttrs = {
|
||||
|
|
Loading…
Reference in a new issue