various: remove unused argument overrides
Overriding the argument with the same default value as in package.nix is pointless. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
f6c76ae2f7
commit
e8cb4ce5e0
@@ -2406,7 +2406,6 @@ with pkgs;
|
||||
|
||||
tsm-client-withGui = callPackage ../by-name/ts/tsm-client/package.nix { enableGui = true; };
|
||||
|
||||
tracy = callPackage ../by-name/tr/tracy/package.nix { withWayland = stdenv.hostPlatform.isLinux; };
|
||||
tracy-glfw = callPackage ../by-name/tr/tracy/package.nix { withWayland = false; };
|
||||
tracy-wayland = callPackage ../by-name/tr/tracy/package.nix { withWayland = true; };
|
||||
|
||||
@@ -5240,7 +5239,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
dbqn = callPackage ../by-name/db/dbqn/package.nix {
|
||||
buildNativeImage = false;
|
||||
jdk = jre;
|
||||
stdenv = stdenvNoCC;
|
||||
};
|
||||
@@ -12226,12 +12224,6 @@ with pkgs;
|
||||
|
||||
factorio-utils = callPackage ../by-name/fa/factorio/utils.nix { };
|
||||
|
||||
freeciv = callPackage ../by-name/fr/freeciv/package.nix {
|
||||
sdl2Client = false;
|
||||
gtkClient = true;
|
||||
qtClient = false;
|
||||
};
|
||||
|
||||
freeciv_sdl2 = freeciv.override {
|
||||
sdl2Client = true;
|
||||
gtkClient = false;
|
||||
|
||||
Reference in New Issue
Block a user