forked from mirrors/nixpkgs
libffi: Don't manually move lib64 stuff
It breaks the i686 build. TODO: test that this doesn't break x86_64 ;)
This commit is contained in:
parent
947542be6d
commit
4be9702fe0
|
@ -21,10 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# Install headers and libs in the right places.
|
# Install headers and libs in the right places.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv "$out"/lib64/* "$out/lib"
|
|
||||||
rmdir "$out/lib64"
|
|
||||||
ln -s lib "$out/lib64"
|
|
||||||
|
|
||||||
mkdir -p "$dev/"
|
mkdir -p "$dev/"
|
||||||
mv "$out/lib/${name}/include" "$dev/include"
|
mv "$out/lib/${name}/include" "$dev/include"
|
||||||
rmdir "$out/lib/${name}"
|
rmdir "$out/lib/${name}"
|
||||||
|
|
Loading…
Reference in a new issue