mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libretro-core-info: set INSTALLDIR to RetroArch's expected location
This commit is contained in:
parent
1cdc2a2452
commit
61ffb5da59
@ -14,7 +14,12 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [
|
||||||
|
"PREFIX=$(out)"
|
||||||
|
# By default install in $(PREFIX)/share/libretro/info
|
||||||
|
# that is not in RetroArch's core info path
|
||||||
|
"INSTALLDIR=$(PREFIX)/share/retroarch/cores"
|
||||||
|
];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user