mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
Merge pull request #74961 from jtojnar/gimp-libdir
gimp: use prefix-relative libdir
This commit is contained in:
commit
deecdeae30
@ -157,6 +157,8 @@ in stdenv.mkDerivation rec {
|
||||
"--without-webkit" # old version is required
|
||||
"--with-bug-report-url=https://github.com/NixOS/nixpkgs/issues/new"
|
||||
"--with-icc-directory=/run/current-system/sw/share/color/icc"
|
||||
# fix libdir in pc files (${exec_prefix} needs to be passed verbatim)
|
||||
"--libdir=\${exec_prefix}/lib"
|
||||
];
|
||||
|
||||
# on Darwin,
|
||||
|
Loading…
Reference in New Issue
Block a user