mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
|
||||
, ncurses5
|
||||
, gnustep
|
||||
, libffi
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hopper";
|
||||
|
@ -30,7 +31,6 @@ stdenv.mkDerivation rec {
|
|||
libbsd
|
||||
python27
|
||||
gmpxx
|
||||
|
||||
ncurses5
|
||||
gnustep.libobjc
|
||||
];
|
||||
|
@ -54,6 +54,9 @@ stdenv.mkDerivation rec {
|
|||
$sourceRoot/opt/hopper-${rev}/lib/libpthread_workqueue.so* \
|
||||
$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
|
||||
|
||||
runHook postInstall
|
||||
|
|
Loading…
Reference in a new issue