Commit 600ffd15 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

retroarch: use makeBinaryWrapper

parent 50c7be19
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
{
  lib,
  libretro,
  makeWrapper,
  makeBinaryWrapper,
  retroarch-bare,
  runCommand,
  symlinkJoin,
@@ -41,7 +41,7 @@ symlinkJoin {

  paths = [ retroarch-bare ] ++ cores;

  nativeBuildInputs = [ makeWrapper ];
  nativeBuildInputs = [ makeBinaryWrapper ];

  passthru = {
    inherit cores;