qt48: fix evaluation error on Darwin
This commit is contained in:
parent
cd5e923f55
commit
9e5b2d5e3d
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
./libressl.patch
|
||||
(substituteAll {
|
||||
src = ./dlopen-absolute-paths.diff;
|
||||
cups = cups.out;
|
||||
cups = if cups != null then cups.out else null;
|
||||
icu = icu.out;
|
||||
libXfixes = libXfixes.out;
|
||||
glibc = stdenv.cc.libc.out;
|
||||
|
Loading…
Reference in New Issue
Block a user