Oops, set include dir

svn path=/nixpkgs/trunk/; revision=30240
This commit is contained in:
Michael Raskin 2011-11-04 21:53:47 +00:00
parent f9596a8145
commit 16b52399c7

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, flex, cracklib, libxcrypt }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "linux-pam-1.1.1";
src = fetchurl {
@ -17,7 +17,7 @@ stdenv.mkDerivation {
crossAttrs = {
# Skip libxcrypt cross-building, as it fails for mips and armv5tel
propagatedBuildInputs = [ flex.hostDrv cracklib.hostDrv ];
preConfigure = ''
preConfigure = preConfigure + ''
ar x ${flex.hostDrv}/lib/libfl.a
mv libyywrap.o libyywrap-target.o
ar x ${flex}/lib/libfl.a