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,
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication {
pname = "accelergy"; pname = "accelergy";
version = "unstable-2022-05-03"; version = "unstable-2022-05-03";

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@
name ? "arcan-wrapped", name ? "arcan-wrapped",
}: }:
symlinkJoin rec { symlinkJoin {
inherit name; inherit name;
paths = appls ++ [ arcan ]; 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 # We build the CLI without the static server for simplicity, but the tool is still required for
# compilation to succeed. # compilation to succeed.
# See: https://github.com/argoproj/argo/blob/d7690e32faf2ac5842468831daf1443283703c25/Makefile#L117 # See: https://github.com/argoproj/argo/blob/d7690e32faf2ac5842468831daf1443283703c25/Makefile#L117
staticfiles = pkgsBuildBuild.buildGoModule rec { staticfiles = pkgsBuildBuild.buildGoModule {
name = "staticfiles"; name = "staticfiles";
src = fetchFromGitHub { src = fetchFromGitHub {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@
unstableGitUpdater, unstableGitUpdater,
wayland, wayland,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "aw-watcher-window-wayland"; pname = "aw-watcher-window-wayland";
version = "0-unstable-2024-10-08"; 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`: Based on this, you can add an attribute to `extensions-manual.nix`:
```nix ```nix
azure-devops = mkAzExtension rec { azure-devops = mkAzExtension {
pname = "azure-devops"; pname = "azure-devops";
version = "1.0.0"; 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"; 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; }; appimageContents = appimageTools.extract { inherit pname version src; };
in in
appimageTools.wrapType2 rec { appimageTools.wrapType2 {
inherit pname version src; inherit pname version src;
extraInstallCommands = '' extraInstallCommands = ''

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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