1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

retroarch: use prefixed pkg-config

retroarch knows how to use the correct pkg-config, so this is no
longer needed.
This commit is contained in:
Matthew Bauer 2020-06-24 20:31:40 -04:00
parent fd1c513aca
commit 96f72f94ad

View file

@ -43,9 +43,6 @@ stdenv.mkDerivation rec {
libXdmcp libXext libXxf86vm mesa udev
wayland libxkbcommon ];
# we use prefix-less pkg-config
PKG_CONF_PATH = "pkg-config";
enableParallelBuilding = true;
configureFlags = stdenv.lib.optionals stdenv.isLinux [ "--enable-kms" "--enable-egl" ];