mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Oops, set include dir
svn path=/nixpkgs/trunk/; revision=30240
This commit is contained in:
parent
f9596a8145
commit
16b52399c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user