summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-25 11:03:57 -0400
committerfigsoda <figsoda@pm.me>2023-07-25 11:03:57 -0400
commite4a0cc1550f1a4e5ad5c0ee91a826cb35727b910 (patch)
treec36bc5d84d47c263c81f9fe9d9c22c8f2cff5c09 /pkgs/tools/games
parent7ce0abe77d2ace6d6fc43ff7077019e62a77e741 (diff)
downloadnixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar.gz
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar.bz2
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar.lz
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar.xz
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.tar.zst
nixpkgs-e4a0cc1550f1a4e5ad5c0ee91a826cb35727b910.zip
pkgs/tools/games: remove dead code
Diffstat (limited to 'pkgs/tools/games')
-rw-r--r--pkgs/tools/games/ps3-disc-dumper/default.nix1
-rw-r--r--pkgs/tools/games/slipstream/default.nix2
-rw-r--r--pkgs/tools/games/steamtinkerlaunch/default.nix1
3 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/games/ps3-disc-dumper/default.nix b/pkgs/tools/games/ps3-disc-dumper/default.nix
index 577be973848..6cf54c9a8f8 100644
--- a/pkgs/tools/games/ps3-disc-dumper/default.nix
+++ b/pkgs/tools/games/ps3-disc-dumper/default.nix
@@ -1,6 +1,5 @@
 { lib
 , buildDotnetModule
-, dotnetCorePackages
 , fetchFromGitHub
 , zlib
 , openssl
diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix
index 6a41cd6b52d..828d0e7ce46 100644
--- a/pkgs/tools/games/slipstream/default.nix
+++ b/pkgs/tools/games/slipstream/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchFromGitHub, stdenv, makeWrapper, buildMaven, maven, jdk }:
+{ lib, fetchFromGitHub, makeWrapper, maven, jdk }:
 let
   mavenWithJdk = maven.override { inherit jdk; };
 in
diff --git a/pkgs/tools/games/steamtinkerlaunch/default.nix b/pkgs/tools/games/steamtinkerlaunch/default.nix
index ea64c7208bc..4f37109f543 100644
--- a/pkgs/tools/games/steamtinkerlaunch/default.nix
+++ b/pkgs/tools/games/steamtinkerlaunch/default.nix
@@ -3,7 +3,6 @@
 , git
 , gnugrep
 , fetchFromGitHub
-, installShellFiles
 , lib
 , makeWrapper
 , stdenv