iv: only use patchelf on linux
This commit is contained in:
parent
e0a33f36fd
commit
441485af66
@ -20,6 +20,7 @@ stdenv.mkDerivation rec
|
||||
break
|
||||
fi
|
||||
done
|
||||
'' + stdenv.lib.optionalString stdenv.isLinux ''
|
||||
patchelf --add-needed ${libX11}/lib/libX11.so $out/lib/libIVhines.so
|
||||
'';
|
||||
meta = with stdenv.lib;
|
||||
|
Loading…
Reference in New Issue
Block a user