treewide: remove unused rec expressions

This commit is contained in:
Sigmanificient 2025-03-13 20:45:59 +01:00
parent 268a579707
commit e6fe6f4b7c
572 changed files with 574 additions and 574 deletions

View File

@ -4,7 +4,7 @@
python3Packages,
}:
python3Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication {
pname = "accelergy";
version = "unstable-2022-05-03";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
python3.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonPackage {
pname = "acltoolkit";
version = "unstable-2023-02-03";
format = "setuptools";

View File

@ -5,7 +5,7 @@
coercer,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "adcskiller";
version = "0-unstable-2024-05-19";
format = "other";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "adslib";
version = "unstable-2020-08-28";

View File

@ -4,7 +4,7 @@
requireFile,
}:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "apotheosis-x";
version = "1.1";
desktopName = "Marathon-Apotheosis-X";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "marathon-eternal";
version = "1.2.1";
desktopName = "Marathon-Eternal";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "marathon-evil";
version = "0";
desktopName = "Marathon-Evil";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "pathways-into-darkness";
desktopName = "Pathways-Into-Darkness";
version = "1.1.1";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "marathon-pheonix";
desktopName = "Marathon-Pheonix";
version = "1.3";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "marathon-red";
version = "0";
desktopName = "Marathon-Red";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "rubicon-x";
version = "20150620";
desktopName = "Marathon-Rubicon-X";

View File

@ -1,6 +1,6 @@
{ alephone, fetchurl }:
alephone.makeWrapper rec {
alephone.makeWrapper {
pname = "yuge";
version = "0";
desktopName = "Marathon-Yuge";

View File

@ -14,7 +14,7 @@
libtool,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "alliance";
version = "unstable-2022-01-13";

View File

@ -6,7 +6,7 @@
nixosTests,
}:
buildGoModule rec {
buildGoModule {
pname = "alps";
version = "2022-10-18";

View File

@ -17,7 +17,7 @@ let
in
let
alt-ergo-lib = ocamlPackages.buildDunePackage rec {
alt-ergo-lib = ocamlPackages.buildDunePackage {
pname = "alt-ergo-lib";
inherit version src;
buildInputs = with ocamlPackages; [ ppx_blob ];

View File

@ -5,7 +5,7 @@
openssl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "althttpd";
version = "unstable-2023-08-12";

View File

@ -9,7 +9,7 @@
libsndfile,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "alure2";
version = "unstable-2020-02-06";

View File

@ -12,7 +12,7 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "ams";
version = "unstable-2019-04-27";

View File

@ -10,7 +10,7 @@
fetchpatch,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "ananicy";
version = "unstable-2023-03-21";

View File

@ -4,7 +4,7 @@
fetchzip,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "andagii";
version = "1.0.2";

View File

@ -6,7 +6,7 @@
php,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "anuko-time-tracker";
version = "1.22.19.5806";

View File

@ -107,7 +107,7 @@ stdenv.mkDerivation {
];
desktopItems = [
(makeDesktopItem rec {
(makeDesktopItem {
desktopName = "ÁNYK";
name = "anyk";
exec = "anyk";

View File

@ -6,7 +6,7 @@
udev,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "anytone-emu";
version = "unstable-2023-06-15";

View File

@ -89,7 +89,7 @@
let
version = "2.7.3";
airflow-src = fetchFromGitHub rec {
airflow-src = fetchFromGitHub {
owner = "apache";
repo = "airflow";
rev = "refs/tags/${version}";

View File

@ -4,7 +4,7 @@
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "apftool-rs";
version = "0-unstable-2024-01-05";

View File

@ -5,7 +5,7 @@
openssl,
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "apg";
version = "unstable-2015-01-29";

View File

@ -22,7 +22,7 @@ let
];
version = "2.0.1";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "apple_cursor";
inherit version;
inherit srcs;

View File

@ -14,7 +14,7 @@
screen,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "apt-dater";
version = "1.0.4-unstable-2024-10-04";

View File

@ -6,7 +6,7 @@
name ? "arcan-wrapped",
}:
symlinkJoin rec {
symlinkJoin {
inherit name;
paths = appls ++ [ arcan ];

View File

@ -11,7 +11,7 @@ let
# We build the CLI without the static server for simplicity, but the tool is still required for
# compilation to succeed.
# See: https://github.com/argoproj/argo/blob/d7690e32faf2ac5842468831daf1443283703c25/Makefile#L117
staticfiles = pkgsBuildBuild.buildGoModule rec {
staticfiles = pkgsBuildBuild.buildGoModule {
name = "staticfiles";
src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
lib,
fetchFromGitHub,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "armbian-firmware";
version = "unstable-2023-09-16";

View File

@ -10,7 +10,7 @@
stdenv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "arrow-glib";
inherit (arrow-cpp) src version;
sourceRoot = "${arrow-cpp.src.name}/c_glib";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "artim-dark";
version = "unstable-2021-12-29";

View File

@ -9,7 +9,7 @@
glib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "asha-pipewire-sink";
version = "0-unstable-2024-10-22";

View File

@ -6,7 +6,7 @@
mount,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "atinout";
version = "0.9.2-alpha";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
buildGoModule rec {
buildGoModule {
pname = "autospotting";
version = "unstable-2023-07-03";

View File

@ -7,7 +7,7 @@
runtimeShell,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "avdump3";
version = "8293_stable";

View File

@ -7,7 +7,7 @@
unstableGitUpdater,
wayland,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "aw-watcher-window-wayland";
version = "0-unstable-2024-10-08";

View File

@ -56,7 +56,7 @@ The output should look something like this:
Based on this, you can add an attribute to `extensions-manual.nix`:
```nix
azure-devops = mkAzExtension rec {
azure-devops = mkAzExtension {
pname = "azure-devops";
version = "1.0.0";
url = "https://github.com/Azure/azure-devops-cli-extension/releases/download/20240206.1/azure_devops-${version}-py2.py3-none-any.whl";

View File

@ -17,7 +17,7 @@ let
appimageContents = appimageTools.extract { inherit pname version src; };
in
appimageTools.wrapType2 rec {
appimageTools.wrapType2 {
inherit pname version src;
extraInstallCommands = ''

View File

@ -21,7 +21,7 @@ let
(python3.withPackages (ps: [ ps.jmespath ]))
];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "bash-my-aws";
version = "0-unstable-2025-01-22";

View File

@ -6,7 +6,7 @@
stdenv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "bc-decaf";
version = "unstable-2022-07-20";

View File

@ -3,7 +3,7 @@
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "bdt";
version = "0.18.0";

View File

@ -5,7 +5,7 @@
bash,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "bfetch";
version = "unstable-2021-05-21";

View File

@ -15,7 +15,7 @@
pkg-config,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "blobby-volley";
version = "1.1.1";

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-WNMsPwBfd5EjeRbRtc06lCEVI2FVoLfrqL82OR0G7/c=";
};
bloop-binary = fetchurl rec {
bloop-binary = fetchurl {
url = "https://github.com/scalacenter/bloop/releases/download/v${version}/bloop-${platform}";
sha256 =
if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then

View File

@ -6,7 +6,7 @@
fixDarwinDylibNames,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "btor2tools";
version = "unstable-2024-08-07";

View File

@ -5,7 +5,7 @@
fetchpatch,
}:
buildGoModule rec {
buildGoModule {
pname = "captive-browser";
version = "unstable-2021-08-01";

View File

@ -8,7 +8,7 @@
darwin,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "cargo-guppy";
version = "unstable-2023-10-04";

View File

@ -3,7 +3,7 @@
lib,
fetchzip,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "catamaran";
version = "0-unstable-2024-03-02";

View File

@ -5,7 +5,7 @@
makeBinaryWrapper,
}:
bundlerApp rec {
bundlerApp {
pname = "cddl";
gemfile = ./Gemfile;

View File

@ -5,7 +5,7 @@
stdenv,
}:
buildDotnetModule rec {
buildDotnetModule {
pname = "certdump";
version = "0-unstable-2023-12-25";

View File

@ -4,7 +4,7 @@
python3,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "certi";
version = "0.1.0-unstable-2023-01-27";
pyproject = true;

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "certsync";
version = "1.5-unstable-2024-03-08";
pyproject = true;

View File

@ -5,7 +5,7 @@
fetchurl,
makeWrapper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cgoban";
version = "3.5.144";

View File

@ -7,7 +7,7 @@
patchelf,
SDL,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cheesecutter";
version = "unstable-2021-02-27";

View File

@ -5,7 +5,7 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "chmlib";
version = "0.40a";

View File

@ -4,7 +4,7 @@
lib,
}:
buildGoModule rec {
buildGoModule {
pname = "clematis";
version = "2022-04-16";

View File

@ -4,7 +4,7 @@
lib,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "clog-cli";
version = "0.10.0";

View File

@ -6,7 +6,7 @@
xorg,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cnping";
version = "1.0.0-unstable-2024-02-29";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "colemak-dh";
version = "unstable-2022-08-07";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
mono,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "convchain";
version = "0.0pre20160901";
src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@
fetchzip,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "cooper-hewitt";
version = "unstable-2014-06-09";

View File

@ -6,7 +6,7 @@
libcxxCmakeModule ? false,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cpptoml";
version = "0.4.0";

View File

@ -4,7 +4,7 @@
python3,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "crackql";
version = "unstable-20230818";
pyproject = true;

View File

@ -5,7 +5,7 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cudd";
version = "3.0.0";

View File

@ -8,7 +8,7 @@
dtc,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "culvert";
version = "0.4.0.unstable-2024-10-17";

View File

@ -17,7 +17,7 @@ let
kyodialog_version_long = "9.0";
date = "20221003";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-kyocera-3500-4500";
version = "${kyodialog_version_long}-${date}";

View File

@ -6,7 +6,7 @@
region ? "Global",
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-kyocera-ecosys-m552x-p502x";
version = "8.1602";

View File

@ -7,7 +7,7 @@
nixosTests,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-pdf-to-pdf";
version = "unstable-2021-12-22";

View File

@ -20,7 +20,7 @@
unstableGitUpdater,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "curv";
version = "0.5-unstable-2025-01-20";

View File

@ -10,7 +10,7 @@
gtk2,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cwiid";
version = "unstable-2010-02-21";

View File

@ -5,7 +5,7 @@
puredata,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cyclone";
version = "unstable-2023-09-12";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
buildGoModule rec {
buildGoModule {
pname = "damon";
version = "unstable-2021-10-06";

View File

@ -7,7 +7,7 @@
SDL2,
libvorbis,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "darkplaces";
version = "unstable-2022-05-10";

View File

@ -9,7 +9,7 @@
wirelesstools,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "dbmonster";
version = "unstable-2022-09-17";
format = "other";

View File

@ -9,7 +9,7 @@
libXft,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "deadpixi-sam-unstable";
version = "2020-07-14";

View File

@ -6,7 +6,7 @@
openssl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "decoder";
version = "unstable-2021-11-20";

View File

@ -15,7 +15,7 @@
gcc-unwrapped,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "delayarchitect";
version = "unstable-2022-01-16";

View File

@ -5,7 +5,7 @@
lib,
}:
buildGoModule rec {
buildGoModule {
pname = "devd";
version = "unstable-2020-04-27";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
python3.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonPackage {
pname = "dict.cc.py";
version = "3.1.0";
format = "setuptools";

View File

@ -28,7 +28,7 @@ let
};
};
juce = rec {
juce = {
version = "unstable-2021-04-07";
src = fetchFromGitHub {
owner = "juce-framework";
@ -39,7 +39,7 @@ let
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "diopser";
version = "unstable-2021-5-13";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "dipc";
version = "1.0.0";

View File

@ -41,7 +41,7 @@ let
];
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
inherit pname version;
dontUnpack = true;

View File

@ -105,7 +105,7 @@ let
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "djv";
version = djvVersion;

View File

@ -4,7 +4,7 @@
fetchzip,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "dlx";
version = "2012-07-08";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
pname = "dnsvalidator";
version = "0.1-unstable-2023-01-17";
pyproject = true;

View File

@ -6,7 +6,7 @@
fpc,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "dolbybcsoftwaredecode";
version = "april-2018";

View File

@ -37,7 +37,7 @@ let
};
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "droidmote";
version = "3.0.6";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
buildGoModule rec {
buildGoModule {
pname = "drone-runner-exec";
version = "unstable-2020-04-19";

View File

@ -12,7 +12,7 @@
assert portaudioSupport -> portaudio != null;
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "dsd";
version = "2022-03-14";

View File

@ -11,7 +11,7 @@
zlib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "dsf2flac";
version = "unstable-2021-07-31";

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "dumpnar";
version = "unstable-2023-01-01";

View File

@ -4,7 +4,7 @@
buildGoModule,
}:
buildGoModule rec {
buildGoModule {
pname = "dwarf2json";
version = "unstable-2021-04-15";

View File

@ -16,7 +16,7 @@
disnix,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
version = "unstable-2020-11-02";
pname = "dydisnix";

View File

@ -7,7 +7,7 @@
e2fsprogs,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "e2tools";
version = "0.1.0";

View File

@ -5,7 +5,7 @@
bcc,
}:
python3Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication {
pname = "ebpf-usb";
version = "unstable-2022-04-03";
pyproject = false;

View File

@ -9,7 +9,7 @@
if (conf == { }) then
element-web-unwrapped
else
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "${element-web-unwrapped.pname}-wrapped";
inherit (element-web-unwrapped) version meta;

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "elfx86exts";
version = "unstable-2023-04-20";

View File

@ -7,7 +7,7 @@
stdenv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "em100";
version = "0-unstable-2024-11-14";

Some files were not shown because too many files have changed in this diff Show More