mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-02 02:48:03 -06:00
correctly installs in place
This commit is contained in:
parent
0625f5082e
commit
66f349e8be
15
flake.nix
15
flake.nix
@ -76,7 +76,7 @@
|
||||
};
|
||||
|
||||
debugLinux = pkgsLinux.stdenv.mkDerivation {
|
||||
pname = "shadPS4";
|
||||
pname = "shadps4";
|
||||
version = "git";
|
||||
system = "x86_64-linux";
|
||||
src = ./.;
|
||||
@ -130,14 +130,15 @@
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DCMAKE_INSTALL_PREFIX=$out"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p bin
|
||||
cp shadPS4 bin/
|
||||
runHook postInstall
|
||||
'';
|
||||
#installPhase = ''
|
||||
# runHook preInstall
|
||||
# mkdir -p bin
|
||||
# cp shadps4 $out/bin/
|
||||
# runHook postInstall
|
||||
#'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user