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:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user