3
0
Fork 0
forked from mirrors/nixpkgs

* Fix PAM. It accidentally lost xcrypt support in r33798.

svn path=/nixpkgs/trunk/; revision=33845
This commit is contained in:
Eelco Dolstra 2012-04-19 15:15:39 +00:00
parent c5c473b469
commit 6a01fe514e

View file

@ -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 = {