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:
committed by
Rick van Schijndel
parent
44544e46a8
commit
ae33e7cf40
@@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
configurePlatforms = [ "build" "host" ];
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
|
||||
Reference in New Issue
Block a user