Take into account an installation process quirk
svn path=/nixpkgs/trunk/; revision=33752
This commit is contained in:
parent
65d9b6076d
commit
674de696b5
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||
preInstall = ''
|
||||
mkdir -p "$out/lib"
|
||||
touch "$out/lib/libunwind-generic.so"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.nongnu.org/libunwind;
|
||||
|
|
Loading…
Reference in a new issue