hopper: libffi compatibility symlink
This commit is contained in:
parent
8df76db739
commit
e8343960a9
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
, gmpxx
|
, gmpxx
|
||||||
, ncurses5
|
, ncurses5
|
||||||
, gnustep
|
, gnustep
|
||||||
|
, libffi
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hopper";
|
pname = "hopper";
|
||||||
|
@ -30,7 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
libbsd
|
libbsd
|
||||||
python27
|
python27
|
||||||
gmpxx
|
gmpxx
|
||||||
|
|
||||||
ncurses5
|
ncurses5
|
||||||
gnustep.libobjc
|
gnustep.libobjc
|
||||||
];
|
];
|
||||||
|
@ -54,6 +54,9 @@ stdenv.mkDerivation rec {
|
||||||
$sourceRoot/opt/hopper-${rev}/lib/libpthread_workqueue.so* \
|
$sourceRoot/opt/hopper-${rev}/lib/libpthread_workqueue.so* \
|
||||||
$out/lib
|
$out/lib
|
||||||
|
|
||||||
|
# we already ship libffi.so.7
|
||||||
|
ln -s ${lib.getLib libffi}/lib/libffi.so $out/lib/libffi.so.6
|
||||||
|
|
||||||
cp -r $sourceRoot/usr/share $out
|
cp -r $sourceRoot/usr/share $out
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
Loading…
Reference in a new issue