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 70 71 71 propagatedBuildInputs = [ gmp ]; 72 72 73 + configurePlatforms = [ "build" "host" ]; 73 74 configureFlags = [ 74 75 "--localstatedir=/var" 75 76 "--sysconfdir=/etc"