treewide: remove unused rec expressions

This commit is contained in:
Sigmanificient 2025-03-14 02:57:08 +01:00
parent bec0a0519b
commit 91d5ab3ae4
470 changed files with 474 additions and 474 deletions

View file

@ -27,7 +27,7 @@
fltk ? null, fltk ? null,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "csound"; pname = "csound";
version = "6.18.1-unstable-2024-07-02"; version = "6.18.1-unstable-2024-07-02";

View file

@ -9,7 +9,7 @@
stdenv, stdenv,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "deadbeef-musical-spectrum-plugin"; pname = "deadbeef-musical-spectrum-plugin";
version = "unstable-2020-07-01"; version = "unstable-2020-07-01";

View file

@ -9,7 +9,7 @@
qmake, qmake,
}: }:
mkDerivation rec { mkDerivation {
pname = "iannix"; pname = "iannix";
version = "unstable-2020-12-09"; version = "unstable-2020-12-09";

View file

@ -19,7 +19,7 @@
tomlplusplus, tomlplusplus,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "in-formant"; pname = "in-formant";
version = "unstable-2022-09-15"; version = "unstable-2022-09-15";

View file

@ -11,7 +11,7 @@
zita-convolver, zita-convolver,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "ir.lv2"; pname = "ir.lv2";
version = "0-unstable-2018-06-21"; version = "0-unstable-2018-06-21";

View file

@ -14,7 +14,7 @@
cppunit, cppunit,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "mmlgui"; pname = "mmlgui";
version = "210420-preview-unstable-2024-04-15"; version = "210420-preview-unstable-2024-04-15";

View file

@ -2,7 +2,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "eteroj"; pname = "eteroj";
version = "0.10.0"; version = "0.10.0";

View file

@ -2,7 +2,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "midi_matrix"; pname = "midi_matrix";
version = "0.30.0"; version = "0.30.0";

View file

@ -9,7 +9,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "moony"; pname = "moony";
version = "0.40.0"; version = "0.40.0";

View file

@ -7,7 +7,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "sherlock"; pname = "sherlock";
version = "0.28.0"; version = "0.28.0";

View file

@ -17,7 +17,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "synthpod"; pname = "synthpod";
version = "unstable-2021-10-22"; version = "unstable-2021-10-22";

View file

@ -2,7 +2,7 @@
callPackage ./generic.nix ( callPackage ./generic.nix (
args args
// rec { // {
pname = "vm"; pname = "vm";
version = "0.14.0"; version = "0.14.0";

View file

@ -12,7 +12,7 @@
pkg-config, pkg-config,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "squishyball"; pname = "squishyball";
version = "unstable-2020-11-23"; version = "unstable-2020-11-23";

View file

@ -9,7 +9,7 @@
restic, restic,
}: }:
mkDerivation rec { mkDerivation {
pname = "restique"; pname = "restique";
version = "unstable-2022-11-29"; version = "unstable-2022-11-29";

View file

@ -32,7 +32,7 @@ self: super: {
meta.homepage = "https://gitlab.com/FlyingWombat/case.kak"; meta.homepage = "https://gitlab.com/FlyingWombat/case.kak";
}; };
fzf-kak = super.fzf-kak.overrideAttrs (oldAttrs: rec { fzf-kak = super.fzf-kak.overrideAttrs (oldAttrs: {
preFixup = '' preFixup = ''
if [[ -x "${fzf}/bin/fzf" ]]; then if [[ -x "${fzf}/bin/fzf" ]]; then
fzfImpl='${fzf}/bin/fzf' fzfImpl='${fzf}/bin/fzf'

View file

@ -36,7 +36,7 @@ let
}; };
in in
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "pinegrow"; pname = "pinegrow";
# deactivate auto update, because an old 6.21 version is getting mixed up # deactivate auto update, because an old 6.21 version is getting mixed up
# see e.g. https://github.com/NixOS/nixpkgs/pull/184460 # see e.g. https://github.com/NixOS/nixpkgs/pull/184460

View file

@ -21,7 +21,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "standardnotes"; pname = "standardnotes";

View file

@ -5243,7 +5243,7 @@ let
}; };
}; };
vscjava.vscode-gradle = buildVscodeMarketplaceExtension rec { vscjava.vscode-gradle = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "vscode-gradle"; name = "vscode-gradle";
publisher = "vscjava"; publisher = "vscjava";

View file

@ -3,7 +3,7 @@
vscode-utils, vscode-utils,
terraform-ls, terraform-ls,
}: }:
vscode-utils.buildVscodeMarketplaceExtension rec { vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "terraform"; name = "terraform";
publisher = "hashicorp"; publisher = "hashicorp";

View file

@ -7,7 +7,7 @@
Cocoa, Cocoa,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "c3d"; pname = "c3d";
version = "1.4.1-unstable-2024-08-07"; version = "1.4.1-unstable-2024-08-07";

View file

@ -10,7 +10,7 @@
wrapGAppsHook3, wrapGAppsHook3,
}: }:
buildPythonPackage rec { buildPythonPackage {
pname = "pick-colour-picker"; pname = "pick-colour-picker";
version = "unstable-2022-05-08"; version = "unstable-2022-05-08";

View file

@ -9,7 +9,7 @@
cmake, cmake,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "qscreenshot"; pname = "qscreenshot";
version = "unstable-2021-10-18"; version = "unstable-2021-10-18";

View file

@ -14,7 +14,7 @@
syndication, syndication,
}: }:
mkDerivation rec { mkDerivation {
pname = "alligator"; pname = "alligator";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -17,7 +17,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "calindori"; pname = "calindori";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -20,7 +20,7 @@
kio, kio,
}: }:
mkDerivation rec { mkDerivation {
pname = "falkon"; pname = "falkon";
preConfigure = '' preConfigure = ''

View file

@ -19,7 +19,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "kalk"; pname = "kalk";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -29,7 +29,7 @@ let
gst-plugins-bad gst-plugins-bad
; ;
in in
mkDerivation rec { mkDerivation {
pname = "kasts"; pname = "kasts";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -17,7 +17,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "kclock"; pname = "kclock";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -9,7 +9,7 @@
kdevelop-pg-qt, kdevelop-pg-qt,
}: }:
mkDerivation rec { mkDerivation {
pname = "kdev-php"; pname = "kdev-php";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -47,7 +47,7 @@
let let
llvmPackages = llvmPackages_13; llvmPackages = llvmPackages_13;
in in
mkDerivation rec { mkDerivation {
pname = "kdevelop"; pname = "kdevelop";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -14,7 +14,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "keysmith"; pname = "keysmith";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -40,7 +40,7 @@ let
sha256 = "0cwbfff8gzci5zrahh6d53b9b3bfv1cbwlv0k6076531i1c7md9p"; sha256 = "0cwbfff8gzci5zrahh6d53b9b3bfv1cbwlv0k6076531i1c7md9p";
}; };
in in
mkDerivation rec { mkDerivation {
pname = "koko"; pname = "koko";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -9,7 +9,7 @@
util-linux, util-linux,
}: }:
mkDerivation rec { mkDerivation {
pname = "kpmcore"; pname = "kpmcore";
patches = [ patches = [

View file

@ -15,7 +15,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "krecorder"; pname = "krecorder";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -17,7 +17,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "ktrip"; pname = "ktrip";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -18,7 +18,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "kweather"; pname = "kweather";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -10,7 +10,7 @@
license ? lib.licenses.lgpl3, license ? lib.licenses.lgpl3,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
inherit pname; inherit pname;
version = "2019-08-10"; version = "2019-08-10";

View file

@ -37,7 +37,7 @@
libpulseaudio, libpulseaudio,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "sox"; pname = "sox";
version = "unstable-2021-05-09"; version = "unstable-2021-05-09";

View file

@ -4,7 +4,7 @@
python3Packages, python3Packages,
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication {
pname = "avell-unofficial-control-center"; pname = "avell-unofficial-control-center";
version = "1.0.4"; version = "1.0.4";

View file

@ -7,7 +7,7 @@
beautifulsoup4, beautifulsoup4,
}: }:
buildPythonApplication rec { buildPythonApplication {
pname = "cambrinary"; pname = "cambrinary";
version = "unstable-2023-07-16"; version = "unstable-2023-07-16";
format = "pyproject"; format = "pyproject";

View file

@ -16,7 +16,7 @@
fetchpatch, fetchpatch,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "dmenu-wayland"; pname = "dmenu-wayland";
version = "unstable-2023-05-18"; version = "unstable-2023-05-18";

View file

@ -5,7 +5,7 @@
fetchFromGitHub, fetchFromGitHub,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "lukesmithxyz-bible-kjv"; pname = "lukesmithxyz-bible-kjv";
version = "unstable-2022-06-01"; version = "unstable-2022-06-01";

View file

@ -19,7 +19,7 @@
xorg, xorg,
}: }:
mkDerivation rec { mkDerivation {
pname = "latte-dock"; pname = "latte-dock";
version = "unstable-2024-01-31"; version = "unstable-2024-01-31";

View file

@ -6,7 +6,7 @@
Foundation, Foundation,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "pomodoro"; pname = "pomodoro";
version = "unstable-2021-06-18"; version = "unstable-2021-06-18";

View file

@ -41,7 +41,7 @@
, opencascade-override ? null , opencascade-override ? null
}: }:
let let
wxGTK-prusa = wxGTK32.overrideAttrs (old: rec { wxGTK-prusa = wxGTK32.overrideAttrs (old: {
pname = "wxwidgets-prusa3d-patched"; pname = "wxwidgets-prusa3d-patched";
version = "3.2.0"; version = "3.2.0";
configureFlags = old.configureFlags ++ [ "--disable-glcanvasegl" ]; configureFlags = old.configureFlags ++ [ "--disable-glcanvasegl" ];

View file

@ -115,7 +115,7 @@ let
passthru = allVersions; passthru = allVersions;
}; };
wxGTK31-prusa = wxGTK31.overrideAttrs (old: rec { wxGTK31-prusa = wxGTK31.overrideAttrs (old: {
pname = "wxwidgets-prusa3d-patched"; pname = "wxwidgets-prusa3d-patched";
version = "3.1.4"; version = "3.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View file

@ -24,7 +24,7 @@ let
gst-plugins-ugly gst-plugins-ugly
]; ];
in in
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "qt-video-wlr"; pname = "qt-video-wlr";
version = "2023-07-22"; version = "2023-07-22";

View file

@ -13,7 +13,7 @@
openjpeg, openjpeg,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
version = "unstable-2022-05-16"; version = "unstable-2022-05-16";
pname = "xygrib"; pname = "xygrib";

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
desktopItems = [ desktopItems = [
(makeDesktopItem rec { (makeDesktopItem {
name = "palemoon-bin"; name = "palemoon-bin";
desktopName = "Pale Moon Web Browser"; desktopName = "Pale Moon Web Browser";
comment = "Browse the World Wide Web"; comment = "Browse the World Wide Web";

View file

@ -166,7 +166,7 @@ in
{ {
# Different version of hadoop support different java runtime versions # Different version of hadoop support different java runtime versions
# https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions # https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions
hadoop_3_4 = common rec { hadoop_3_4 = common {
pname = "hadoop"; pname = "hadoop";
platformAttrs = rec { platformAttrs = rec {
x86_64-linux = { x86_64-linux = {

View file

@ -1,6 +1,6 @@
{ lib, kubernetes }: { lib, kubernetes }:
kubernetes.overrideAttrs (_: rec { kubernetes.overrideAttrs (_: {
pname = "kubectl"; pname = "kubectl";
outputs = [ outputs = [

View file

@ -95,7 +95,7 @@ in
# we strictly adhere to the EOL timeline, despite 3.3.4 being released one day before (2023-12-08). # we strictly adhere to the EOL timeline, despite 3.3.4 being released one day before (2023-12-08).
# A better policy is to keep these versions around, and clean up EOL versions just before # A better policy is to keep these versions around, and clean up EOL versions just before
# a new NixOS release. # a new NixOS release.
spark_3_5 = spark rec { spark_3_5 = spark {
pname = "spark"; pname = "spark";
version = "3.5.4"; version = "3.5.4";
hash = "sha256-rSr7UH1dZIkUYW6ehc/dYxlmN9yVjEKwrwLMT+uMd/0="; hash = "sha256-rSr7UH1dZIkUYW6ehc/dYxlmN9yVjEKwrwLMT+uMd/0=";

View file

@ -6,7 +6,7 @@
with ocamlPackages; with ocamlPackages;
buildDunePackage rec { buildDunePackage {
pname = "jackline"; pname = "jackline";
version = "unstable-2024-10-21"; version = "unstable-2024-10-21";

View file

@ -13,7 +13,7 @@
qtwebengine, qtwebengine,
}: }:
mkDerivation rec { mkDerivation {
pname = "kdeltachat"; pname = "kdeltachat";
version = "unstable-2024-01-14"; version = "unstable-2024-01-14";

View file

@ -6,7 +6,7 @@
pidgin, pidgin,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "pidgin-mra"; pname = "pidgin-mra";
version = "unstable-2014-07-08"; version = "unstable-2014-07-08";

View file

@ -12,7 +12,7 @@
libgcrypt, libgcrypt,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "purple-matrix-unstable"; pname = "purple-matrix-unstable";
version = "2019-06-06"; version = "2019-06-06";

View file

@ -7,7 +7,7 @@
pidgin, pidgin,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "purple-plugin-pack"; pname = "purple-plugin-pack";
version = "2.8.0"; version = "2.8.0";

View file

@ -8,7 +8,7 @@
wrapQtAppsHook, wrapQtAppsHook,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "communi"; pname = "communi";
version = "3.6.0"; version = "3.6.0";

View file

@ -11,7 +11,7 @@
gettext, gettext,
}: }:
mkDerivation rec { mkDerivation {
pname = "kvirc"; pname = "kvirc";
version = "2022-06-29"; version = "2022-06-29";

View file

@ -4,7 +4,7 @@
fetchurl, fetchurl,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "weechat-grep"; pname = "weechat-grep";
version = "0.8.5"; version = "0.8.5";

View file

@ -8,7 +8,7 @@
notmuch, notmuch,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "notmuch-mutt"; pname = "notmuch-mutt";
version = notmuch.version; version = notmuch.version;

View file

@ -9,7 +9,7 @@
Security, Security,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "synapse-bt"; pname = "synapse-bt";
version = "unstable-2023-02-16"; version = "unstable-2023-02-16";

View file

@ -33,7 +33,7 @@ let
in in
{ {
backlog = zncDerivation rec { backlog = zncDerivation {
pname = "znc-backlog"; pname = "znc-backlog";
version = "unstable-2017-06-13"; version = "unstable-2017-06-13";
module_name = "backlog"; module_name = "backlog";

View file

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication {
pname = "beancount_share"; pname = "beancount_share";
version = "2023-12-31"; version = "2023-12-31";

View file

@ -31,7 +31,7 @@
wayland-protocols, wayland-protocols,
}: }:
mkDerivation rec { mkDerivation {
pname = "plasma-dialer"; pname = "plasma-dialer";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -14,7 +14,7 @@
qtquickcontrols2, qtquickcontrols2,
}: }:
mkDerivation rec { mkDerivation {
pname = "plasma-phonebook"; pname = "plasma-phonebook";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -22,7 +22,7 @@
util-linux, util-linux,
}: }:
mkDerivation rec { mkDerivation {
pname = "plasma-settings"; pname = "plasma-settings";
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -23,7 +23,7 @@
, uhd , uhd
}: }:
gnuradio.pkgs.mkDerivation rec { gnuradio.pkgs.mkDerivation {
pname = "qradiolink"; pname = "qradiolink";
# https://github.com/qradiolink/qradiolink/tree/gr_3.10 # https://github.com/qradiolink/qradiolink/tree/gr_3.10
version = "0.9.0-1-unstable-2024-08-29"; version = "0.9.0-1-unstable-2024-08-29";

View file

@ -9,7 +9,7 @@
fftwSinglePrec, fftwSinglePrec,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "suwidgets"; pname = "suwidgets";
version = "unstable-2022-04-03"; version = "unstable-2022-04-03";

View file

@ -17,7 +17,7 @@ let
pname = "blast-bin"; pname = "blast-bin";
version = "2.16.0"; version = "2.16.0";
srcs = rec { srcs = {
x86_64-linux = fetchurl { x86_64-linux = fetchurl {
url = "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${version}/ncbi-blast-${version}+-x64-linux.tar.gz"; url = "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${version}/ncbi-blast-${version}+-x64-linux.tar.gz";
hash = "sha256-sLEwmMkB0jsyStFwDnRxu3QIp/f1F9dNX6rXEb526PQ="; hash = "sha256-sLEwmMkB0jsyStFwDnRxu3QIp/f1F9dNX6rXEb526PQ=";

View file

@ -309,7 +309,7 @@ stdenv.mkDerivation rec {
supportedFeatures = [ "commit" ]; supportedFeatures = [ "commit" ];
}; };
meta = rec { meta = {
description = description =
( (
if (stable) then if (stable) then

View file

@ -28,7 +28,7 @@ let
find $out -type f -name '*.step' | parallel 'stepreduce {} {} && zip -9 {.}.stpZ {} && rm {}' find $out -type f -name '*.step' | parallel 'stepreduce {} {} && zip -9 {.}.stpZ {} && rm {}'
''; '';
meta = rec { meta = {
license = lib.licenses.cc-by-sa-40; license = lib.licenses.cc-by-sa-40;
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View file

@ -22,7 +22,7 @@
desktopToDarwinBundle, desktopToDarwinBundle,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "pulseview"; pname = "pulseview";
version = "0.4.2-unstable-2024-03-14"; version = "0.4.2-unstable-2024-03-14";

View file

@ -7,7 +7,7 @@
boost, boost,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "avy"; pname = "avy";
version = "2019.05.01"; # date of cav19 tag version = "2019.05.01"; # date of cav19 tag

View file

@ -1,6 +1,6 @@
{ python3Packages, easycrypt }: { python3Packages, easycrypt }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication {
inherit (easycrypt) src version; inherit (easycrypt) src version;
format = "other"; format = "other";

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "OpenBUGS"; pname = "OpenBUGS";
version = "3.2.3"; version = "3.2.3";

View file

@ -13,7 +13,7 @@
mkOpenModelicaDerivation, mkOpenModelicaDerivation,
}: }:
with openmodelica; with openmodelica;
mkOpenModelicaDerivation rec { mkOpenModelicaDerivation {
pname = "omedit"; pname = "omedit";
omdir = "OMEdit"; omdir = "OMEdit";
omdeps = [ omdeps = [

View file

@ -7,7 +7,7 @@
mkOpenModelicaDerivation, mkOpenModelicaDerivation,
}: }:
mkOpenModelicaDerivation rec { mkOpenModelicaDerivation {
pname = "omparser"; pname = "omparser";
omdir = "OMParser"; omdir = "OMParser";
omdeps = [ openmodelica.omcompiler ]; omdeps = [ openmodelica.omcompiler ];

View file

@ -8,7 +8,7 @@
mkOpenModelicaDerivation, mkOpenModelicaDerivation,
}: }:
mkOpenModelicaDerivation rec { mkOpenModelicaDerivation {
pname = "omplot"; pname = "omplot";
omdir = "OMPlot"; omdir = "OMPlot";
omdeps = [ openmodelica.omcompiler ]; omdeps = [ openmodelica.omcompiler ];

View file

@ -9,7 +9,7 @@
mkOpenModelicaDerivation, mkOpenModelicaDerivation,
}: }:
mkOpenModelicaDerivation rec { mkOpenModelicaDerivation {
pname = "omshell"; pname = "omshell";
omdir = "OMShell"; omdir = "OMShell";
omdeps = [ openmodelica.omcompiler ]; omdeps = [ openmodelica.omcompiler ];

View file

@ -9,7 +9,7 @@
fetchpatch, fetchpatch,
}: }:
mkOpenModelicaDerivation rec { mkOpenModelicaDerivation {
pname = "omsimulator"; pname = "omsimulator";
omdir = "OMSimulator"; omdir = "OMSimulator";
omdeps = [ openmodelica.omcompiler ]; omdeps = [ openmodelica.omcompiler ];

View file

@ -4,7 +4,7 @@
raspa, raspa,
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation {
pname = "raspa-data"; pname = "raspa-data";
inherit (raspa) version src; inherit (raspa) version src;

View file

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "urxvt-theme-switch"; pname = "urxvt-theme-switch";
version = "unstable-2014-12-21"; version = "unstable-2014-12-21";

View file

@ -10,7 +10,7 @@
pkg-config, pkg-config,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "mcaimi-st"; pname = "mcaimi-st";
version = "0.pre+unstable=2021-08-30"; version = "0.pre+unstable=2021-08-30";

View file

@ -35,7 +35,7 @@ let
} }
]; ];
in in
stdenv.mkDerivation (finalAttrs: rec { stdenv.mkDerivation (finalAttrs: {
pname = "p4"; pname = "p4";
version = "2024.1/2596294"; version = "2024.1/2596294";

View file

@ -118,7 +118,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "mplayer"; pname = "mplayer";
version = "1.5-unstable-2024-12-21"; version = "1.5-unstable-2024-12-21";

View file

@ -5,7 +5,7 @@
buildLua, buildLua,
}: }:
buildLua rec { buildLua {
pname = "manga-reader"; pname = "manga-reader";
version = "0-unstable-2025-02-16"; version = "0-unstable-2025-02-16";

View file

@ -6,7 +6,7 @@
libnotify, libnotify,
}: }:
buildLua rec { buildLua {
pname = "mpv-notify-send"; pname = "mpv-notify-send";
version = "0-unstable-2024-07-11"; version = "0-unstable-2024-07-11";

View file

@ -6,7 +6,7 @@
yt-dlp, yt-dlp,
}: }:
buildLua rec { buildLua {
pname = "mpv-playlistmanager"; pname = "mpv-playlistmanager";
version = "0-unstable-2025-02-23"; version = "0-unstable-2025-02-23";

View file

@ -5,7 +5,7 @@
buildLua, buildLua,
}: }:
buildLua rec { buildLua {
pname = "mpv-quack"; pname = "mpv-quack";
version = "0-unstable-2020-05-27"; version = "0-unstable-2020-05-27";

View file

@ -7,7 +7,7 @@
qtbase, qtbase,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "obs-transition-table"; pname = "obs-transition-table";
version = "0.2.7-unstable-2024-11-27"; version = "0.2.7-unstable-2024-11-27";

View file

@ -12,7 +12,7 @@
wrapGAppsHook3, wrapGAppsHook3,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "obs-webkitgtk"; pname = "obs-webkitgtk";
version = "unstable-2023-11-10"; version = "unstable-2023-11-10";

View file

@ -23,7 +23,7 @@
nix-update-script, nix-update-script,
}: }:
mkDerivation rec { mkDerivation {
pname = "simplescreenrecorder"; pname = "simplescreenrecorder";
version = "0.4.4-unstable-2024-08-13"; version = "0.4.4-unstable-2024-08-13";

View file

@ -19,7 +19,7 @@
pkgsCross, pkgsCross,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "crosvm"; pname = "crosvm";
version = "0-unstable-2025-02-18"; version = "0-unstable-2025-02-18";

View file

@ -10,7 +10,7 @@
findutils, findutils,
gnugrep, gnugrep,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "docker-gc"; pname = "docker-gc";
version = "unstable-2015-10-5"; version = "unstable-2015-10-5";

View file

@ -13,7 +13,7 @@
firewallSupport ? false, firewallSupport ? false,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "lkl"; pname = "lkl";
# NOTE: pinned to the last known version that doesn't have a hang in cptofs. # NOTE: pinned to the last known version that doesn't have a hang in cptofs.

View file

@ -1,6 +1,6 @@
{ fetchFromGitHub, lib, i3, pcre }: { fetchFromGitHub, lib, i3, pcre }:
i3.overrideAttrs (oldAttrs: rec { i3.overrideAttrs (oldAttrs: {
pname = "i3-rounded"; pname = "i3-rounded";
version = "4.21.1"; version = "4.21.1";

View file

@ -8,7 +8,7 @@
six, six,
}: }:
buildPythonApplication rec { buildPythonApplication {
pname = "i3-swallow"; pname = "i3-swallow";
version = "unstable-2022-02-19"; version = "unstable-2022-02-19";

View file

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "workstyle"; pname = "workstyle";
version = "unstable-2023-08-23"; version = "unstable-2023-08-23";

View file

@ -12,7 +12,7 @@ let
self.X11 self.X11
]); ]);
in in
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "xmonadctl"; pname = "xmonadctl";
inherit (haskellPackages.xmonad-contrib) src version; inherit (haskellPackages.xmonad-contrib) src version;

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