mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
add postInstall to install include files and libraries
svn path=/nixpkgs/trunk/; revision=7544
This commit is contained in:
parent
045cdc51e8
commit
80daff2267
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [gettext];
|
buildInputs = [gettext];
|
||||||
patches = [./e2fsprogs-1.39_etc.patch];
|
patches = [./e2fsprogs-1.39_etc.patch];
|
||||||
preInstall = "installFlagsArray=('LN=ln -s')";
|
preInstall = "installFlagsArray=('LN=ln -s')";
|
||||||
|
postInstall = "make install-libs";
|
||||||
NIX_CFLAGS_COMPILE =
|
NIX_CFLAGS_COMPILE =
|
||||||
if stdenv ? isDietLibC then "-UHAVE_SYS_PRCTL_H" else "";
|
if stdenv ? isDietLibC then "-UHAVE_SYS_PRCTL_H" else "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user