lol

cups: support prefixed pkg-config

Otherwise configure fails with the following error:
- configure: error: Need pkg-config to enable libusb support.

authored by

Rick van Schijndel and committed by
Rick van Schijndel
ae33e7cf 44544e46

+1
+1
pkgs/misc/cups/default.nix
··· 70 71 propagatedBuildInputs = [ gmp ]; 72 73 configureFlags = [ 74 "--localstatedir=/var" 75 "--sysconfdir=/etc"
··· 70 71 propagatedBuildInputs = [ gmp ]; 72 73 + configurePlatforms = [ "build" "host" ]; 74 configureFlags = [ 75 "--localstatedir=/var" 76 "--sysconfdir=/etc"