Loading pkgs/applications/emulators/dolphin-emu/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ , libXrandr , lzo , mbedtls_2 , mgba , miniupnpc , minizip-ng , openal Loading @@ -38,7 +37,6 @@ , vulkan-loader , xxHash , xz , zlib-ng # Used in passthru , common-updater-scripts Loading Loading @@ -78,6 +76,8 @@ stdenv.mkDerivation rec { ./find-minizip-ng.patch ]; strictDeps = true; nativeBuildInputs = [ stdenv.cc cmake Loading Loading @@ -118,7 +118,6 @@ stdenv.mkDerivation rec { sfml xxHash xz # LibLZMA zlib-ng ] ++ lib.optionals stdenv.isLinux [ alsa-lib bluez Loading Loading @@ -175,6 +174,7 @@ stdenv.mkDerivation rec { tests.version = testers.testVersion { package = dolphin-emu; command = "dolphin-emu-nogui --version"; version = if stdenv.hostPlatform.isDarwin then "Dolphin 5.0" else version; }; updateScript = writeShellScript "dolphin-update-script" '' Loading Loading
pkgs/applications/emulators/dolphin-emu/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ , libXrandr , lzo , mbedtls_2 , mgba , miniupnpc , minizip-ng , openal Loading @@ -38,7 +37,6 @@ , vulkan-loader , xxHash , xz , zlib-ng # Used in passthru , common-updater-scripts Loading Loading @@ -78,6 +76,8 @@ stdenv.mkDerivation rec { ./find-minizip-ng.patch ]; strictDeps = true; nativeBuildInputs = [ stdenv.cc cmake Loading Loading @@ -118,7 +118,6 @@ stdenv.mkDerivation rec { sfml xxHash xz # LibLZMA zlib-ng ] ++ lib.optionals stdenv.isLinux [ alsa-lib bluez Loading Loading @@ -175,6 +174,7 @@ stdenv.mkDerivation rec { tests.version = testers.testVersion { package = dolphin-emu; command = "dolphin-emu-nogui --version"; version = if stdenv.hostPlatform.isDarwin then "Dolphin 5.0" else version; }; updateScript = writeShellScript "dolphin-update-script" '' Loading