retroarch: use makeBinaryWrapper

This commit is contained in:
Thiago Kenji Okada
2024-11-24 22:00:20 +00:00
parent 50c7be19f3
commit 600ffd15b2
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
libxkbcommon,
libxml2,
libXxf86vm,
makeWrapper,
makeBinaryWrapper,
mbedtls_2,
mesa,
nixosTests,
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
qt5.wrapQtAppsHook
] ++ lib.optional withWayland wayland ++ lib.optional (runtimeLibs != [ ]) makeWrapper;
] ++ lib.optional withWayland wayland ++ lib.optional (runtimeLibs != [ ]) makeBinaryWrapper;
buildInputs =
[
@@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
inherit
lib
libretro
makeWrapper
makeBinaryWrapper
retroarch-bare
runCommand
symlinkJoin
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
libretro,
makeWrapper,
makeBinaryWrapper,
retroarch-bare,
runCommand,
symlinkJoin,
@@ -41,7 +41,7 @@ symlinkJoin {
paths = [ retroarch-bare ] ++ cores;
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
passthru = {
inherit cores;