argyllcms: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent 76b774e89a
commit 6c40a45b88
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -94,9 +94,11 @@ stdenv.mkDerivation rec {
libXrender libXScrnSaver libXdmcp libXau openssl
];
buildFlags = "PREFIX=$(out) all";
buildFlags = [ "all" ];
installFlags = "PREFIX=$(out)";
makeFlags = [
"PREFIX=${placeholder ''out''}"
];
# Install udev rules, but remove lines that set up the udev-acl
# stuff, since that is handled by udev's own rules (70-udev-acl.rules)