cups: support prefixed pkg-config

Otherwise configure fails with the following error:
- configure: error: Need pkg-config to enable libusb support.
This commit is contained in:
Rick van Schijndel
2022-06-13 23:21:22 +02:00
committed by Rick van Schijndel
parent 44544e46a8
commit ae33e7cf40
+1
View File
@@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ gmp ];
configurePlatforms = [ "build" "host" ];
configureFlags = [
"--localstatedir=/var"
"--sysconfdir=/etc"