gimp: /var/run -> /run
This commit is contained in:
parent
15d239fa2c
commit
74048e5c93
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ in stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--without-webkit" # old version is required
|
||||
"--with-bug-report-url=https://github.com/NixOS/nixpkgs/issues/new"
|
||||
"--with-icc-directory=/var/run/current-system/sw/share/color/icc"
|
||||
"--with-icc-directory=/run/current-system/sw/share/color/icc"
|
||||
];
|
||||
|
||||
# on Darwin,
|
||||
|
|
Loading…
Reference in a new issue