3
0
Fork 0
forked from mirrors/nixpkgs

qt48: fix evaluation error on Darwin

This commit is contained in:
Thomas Tuegel 2016-03-11 09:10:10 -06:00
parent cd5e923f55
commit 9e5b2d5e3d

View file

@ -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;