nx-libs: binutils 2.37 fix

Co-authored-by: TredwellGit <tredwell@tutanota.com>
main
Bernardo Meurer 3 years ago
parent 492a60230c
commit 561781c4d7
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 6
      pkgs/tools/X11/nx-libs/default.nix

@ -38,6 +38,12 @@ stdenv.mkDerivation rec {
ln -s libNX_X11.so.6.3.0
'';
preConfigure = ''
# binutils 2.37 fix
# https://github.com/ArcticaProject/nx-libs/issues/1003
substituteInPlace nx-X11/config/cf/Imake.tmpl --replace "clq" "cq"
'';
PREFIX=""; # Don't install to $out/usr/local
installPhase = ''
make DESTDIR="$out" install

Loading…
Cancel
Save