File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkgs/by-name/re/retroarch-bare Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 libxkbcommon ,
2222 libxml2 ,
2323 libXxf86vm ,
24- makeWrapper ,
24+ makeBinaryWrapper ,
2525 mbedtls_2 ,
2626 mesa ,
2727 nixosTests ,
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
7070 nativeBuildInputs = [
7171 pkg-config
7272 qt5 . wrapQtAppsHook
73- ] ++ lib . optional withWayland wayland ++ lib . optional ( runtimeLibs != [ ] ) makeWrapper ;
73+ ] ++ lib . optional withWayland wayland ++ lib . optional ( runtimeLibs != [ ] ) makeBinaryWrapper ;
7474
7575 buildInputs =
7676 [
@@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
155155 inherit
156156 lib
157157 libretro
158- makeWrapper
158+ makeBinaryWrapper
159159 retroarch-bare
160160 runCommand
161161 symlinkJoin
Original file line number Diff line number Diff line change 11{
22 lib ,
33 libretro ,
4- makeWrapper ,
4+ makeBinaryWrapper ,
55 retroarch-bare ,
66 runCommand ,
77 symlinkJoin ,
@@ -41,7 +41,7 @@ symlinkJoin {
4141
4242 paths = [ retroarch-bare ] ++ cores ;
4343
44- nativeBuildInputs = [ makeWrapper ] ;
44+ nativeBuildInputs = [ makeBinaryWrapper ] ;
4545
4646 passthru = {
4747 inherit cores ;
You can’t perform that action at this time.
0 commit comments