Merge staging-next into staging

authored by nixpkgs-ci[bot] and committed by GitHub c522bc7c 7e16851d

+609 -528
+6
maintainers/maintainer-list.nix
··· 20135 githubId = 10631029; 20136 name = "Richard Ipsum"; 20137 }; 20138 rick68 = { 20139 email = "rick68@gmail.com"; 20140 github = "rick68";
··· 20135 githubId = 10631029; 20136 name = "Richard Ipsum"; 20137 }; 20138 + richiejp = { 20139 + email = "io@richiejp.com"; 20140 + github = "richiejp"; 20141 + githubId = 988098; 20142 + name = "Richard Palethorpe"; 20143 + }; 20144 rick68 = { 20145 email = "rick68@gmail.com"; 20146 github = "rick68";
+1 -1
pkgs/applications/audio/csound/default.nix
··· 27 fltk ? null, 28 }: 29 30 - stdenv.mkDerivation rec { 31 pname = "csound"; 32 version = "6.18.1-unstable-2024-07-02"; 33
··· 27 fltk ? null, 28 }: 29 30 + stdenv.mkDerivation { 31 pname = "csound"; 32 version = "6.18.1-unstable-2024-07-02"; 33
+1 -1
pkgs/applications/audio/deadbeef/plugins/musical-spectrum.nix
··· 9 stdenv, 10 }: 11 12 - stdenv.mkDerivation rec { 13 pname = "deadbeef-musical-spectrum-plugin"; 14 version = "unstable-2020-07-01"; 15
··· 9 stdenv, 10 }: 11 12 + stdenv.mkDerivation { 13 pname = "deadbeef-musical-spectrum-plugin"; 14 version = "unstable-2020-07-01"; 15
+1 -1
pkgs/applications/audio/iannix/default.nix
··· 9 qmake, 10 }: 11 12 - mkDerivation rec { 13 pname = "iannix"; 14 version = "unstable-2020-12-09"; 15
··· 9 qmake, 10 }: 11 12 + mkDerivation { 13 pname = "iannix"; 14 version = "unstable-2020-12-09"; 15
+1 -1
pkgs/applications/audio/in-formant/default.nix
··· 19 tomlplusplus, 20 }: 21 22 - stdenv.mkDerivation rec { 23 pname = "in-formant"; 24 version = "unstable-2022-09-15"; 25
··· 19 tomlplusplus, 20 }: 21 22 + stdenv.mkDerivation { 23 pname = "in-formant"; 24 version = "unstable-2022-09-15"; 25
+1 -1
pkgs/applications/audio/ir.lv2/default.nix
··· 11 zita-convolver, 12 }: 13 14 - stdenv.mkDerivation rec { 15 pname = "ir.lv2"; 16 version = "0-unstable-2018-06-21"; 17
··· 11 zita-convolver, 12 }: 13 14 + stdenv.mkDerivation { 15 pname = "ir.lv2"; 16 version = "0-unstable-2018-06-21"; 17
+1 -1
pkgs/applications/audio/mmlgui/default.nix
··· 14 cppunit, 15 }: 16 17 - stdenv.mkDerivation rec { 18 pname = "mmlgui"; 19 version = "210420-preview-unstable-2024-04-15"; 20
··· 14 cppunit, 15 }: 16 17 + stdenv.mkDerivation { 18 pname = "mmlgui"; 19 version = "210420-preview-unstable-2024-04-15"; 20
+1 -1
pkgs/applications/audio/open-music-kontrollers/eteroj.nix
··· 2 3 callPackage ./generic.nix ( 4 args 5 - // rec { 6 pname = "eteroj"; 7 version = "0.10.0"; 8
··· 2 3 callPackage ./generic.nix ( 4 args 5 + // { 6 pname = "eteroj"; 7 version = "0.10.0"; 8
+1 -1
pkgs/applications/audio/open-music-kontrollers/midi_matrix.nix
··· 2 3 callPackage ./generic.nix ( 4 args 5 - // rec { 6 pname = "midi_matrix"; 7 version = "0.30.0"; 8
··· 2 3 callPackage ./generic.nix ( 4 args 5 + // { 6 pname = "midi_matrix"; 7 version = "0.30.0"; 8
+1 -1
pkgs/applications/audio/open-music-kontrollers/moony.nix
··· 9 10 callPackage ./generic.nix ( 11 args 12 - // rec { 13 pname = "moony"; 14 version = "0.40.0"; 15
··· 9 10 callPackage ./generic.nix ( 11 args 12 + // { 13 pname = "moony"; 14 version = "0.40.0"; 15
+1 -1
pkgs/applications/audio/open-music-kontrollers/sherlock.nix
··· 7 8 callPackage ./generic.nix ( 9 args 10 - // rec { 11 pname = "sherlock"; 12 version = "0.28.0"; 13
··· 7 8 callPackage ./generic.nix ( 9 args 10 + // { 11 pname = "sherlock"; 12 version = "0.28.0"; 13
+1 -1
pkgs/applications/audio/open-music-kontrollers/synthpod.nix
··· 17 18 callPackage ./generic.nix ( 19 args 20 - // rec { 21 pname = "synthpod"; 22 version = "unstable-2021-10-22"; 23
··· 17 18 callPackage ./generic.nix ( 19 args 20 + // { 21 pname = "synthpod"; 22 version = "unstable-2021-10-22"; 23
+1 -1
pkgs/applications/audio/open-music-kontrollers/vm.nix
··· 2 3 callPackage ./generic.nix ( 4 args 5 - // rec { 6 pname = "vm"; 7 version = "0.14.0"; 8
··· 2 3 callPackage ./generic.nix ( 4 args 5 + // { 6 pname = "vm"; 7 version = "0.14.0"; 8
+1 -1
pkgs/applications/audio/squishyball/default.nix
··· 12 pkg-config, 13 }: 14 15 - stdenv.mkDerivation rec { 16 pname = "squishyball"; 17 version = "unstable-2020-11-23"; 18
··· 12 pkg-config, 13 }: 14 15 + stdenv.mkDerivation { 16 pname = "squishyball"; 17 version = "unstable-2020-11-23"; 18
+1 -1
pkgs/applications/backup/restique/default.nix
··· 9 restic, 10 }: 11 12 - mkDerivation rec { 13 pname = "restique"; 14 version = "unstable-2022-11-29"; 15
··· 9 restic, 10 }: 11 12 + mkDerivation { 13 pname = "restique"; 14 version = "unstable-2022-11-29"; 15
+1 -1
pkgs/applications/editors/kakoune/plugins/overrides.nix
··· 32 meta.homepage = "https://gitlab.com/FlyingWombat/case.kak"; 33 }; 34 35 - fzf-kak = super.fzf-kak.overrideAttrs (oldAttrs: rec { 36 preFixup = '' 37 if [[ -x "${fzf}/bin/fzf" ]]; then 38 fzfImpl='${fzf}/bin/fzf'
··· 32 meta.homepage = "https://gitlab.com/FlyingWombat/case.kak"; 33 }; 34 35 + fzf-kak = super.fzf-kak.overrideAttrs (oldAttrs: { 36 preFixup = '' 37 if [[ -x "${fzf}/bin/fzf" ]]; then 38 fzfImpl='${fzf}/bin/fzf'
+1 -1
pkgs/applications/editors/pinegrow/default.nix
··· 36 }; 37 in 38 39 - stdenv.mkDerivation rec { 40 pname = "pinegrow"; 41 # deactivate auto update, because an old 6.21 version is getting mixed up 42 # see e.g. https://github.com/NixOS/nixpkgs/pull/184460
··· 36 }; 37 in 38 39 + stdenv.mkDerivation { 40 pname = "pinegrow"; 41 # deactivate auto update, because an old 6.21 version is getting mixed up 42 # see e.g. https://github.com/NixOS/nixpkgs/pull/184460
+1 -1
pkgs/applications/editors/standardnotes/default.nix
··· 21 22 in 23 24 - stdenv.mkDerivation rec { 25 26 pname = "standardnotes"; 27
··· 21 22 in 23 24 + stdenv.mkDerivation { 25 26 pname = "standardnotes"; 27
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
··· 5247 }; 5248 }; 5249 5250 - vscjava.vscode-gradle = buildVscodeMarketplaceExtension rec { 5251 mktplcRef = { 5252 name = "vscode-gradle"; 5253 publisher = "vscjava";
··· 5247 }; 5248 }; 5249 5250 + vscjava.vscode-gradle = buildVscodeMarketplaceExtension { 5251 mktplcRef = { 5252 name = "vscode-gradle"; 5253 publisher = "vscjava";
+1 -1
pkgs/applications/editors/vscode/extensions/hashicorp.terraform/default.nix
··· 3 vscode-utils, 4 terraform-ls, 5 }: 6 - vscode-utils.buildVscodeMarketplaceExtension rec { 7 mktplcRef = { 8 name = "terraform"; 9 publisher = "hashicorp";
··· 3 vscode-utils, 4 terraform-ls, 5 }: 6 + vscode-utils.buildVscodeMarketplaceExtension { 7 mktplcRef = { 8 name = "terraform"; 9 publisher = "hashicorp";
+1 -1
pkgs/applications/graphics/c3d/default.nix
··· 7 Cocoa, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "c3d"; 12 version = "1.4.1-unstable-2024-08-07"; 13
··· 7 Cocoa, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "c3d"; 12 version = "1.4.1-unstable-2024-08-07"; 13
+1 -1
pkgs/applications/graphics/pick-colour-picker/default.nix
··· 10 wrapGAppsHook3, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "pick-colour-picker"; 15 version = "unstable-2022-05-08"; 16
··· 10 wrapGAppsHook3, 11 }: 12 13 + buildPythonPackage { 14 pname = "pick-colour-picker"; 15 version = "unstable-2022-05-08"; 16
+1 -1
pkgs/applications/graphics/qscreenshot/default.nix
··· 9 cmake, 10 }: 11 12 - stdenv.mkDerivation rec { 13 pname = "qscreenshot"; 14 version = "unstable-2021-10-18"; 15
··· 9 cmake, 10 }: 11 12 + stdenv.mkDerivation { 13 pname = "qscreenshot"; 14 version = "unstable-2021-10-18"; 15
+1 -1
pkgs/applications/kde/alligator.nix
··· 14 syndication, 15 }: 16 17 - mkDerivation rec { 18 pname = "alligator"; 19 20 nativeBuildInputs = [
··· 14 syndication, 15 }: 16 17 + mkDerivation { 18 pname = "alligator"; 19 20 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/calindori.nix
··· 17 qtquickcontrols2, 18 }: 19 20 - mkDerivation rec { 21 pname = "calindori"; 22 23 nativeBuildInputs = [
··· 17 qtquickcontrols2, 18 }: 19 20 + mkDerivation { 21 pname = "calindori"; 22 23 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/falkon.nix
··· 20 kio, 21 }: 22 23 - mkDerivation rec { 24 pname = "falkon"; 25 26 preConfigure = ''
··· 20 kio, 21 }: 22 23 + mkDerivation { 24 pname = "falkon"; 25 26 preConfigure = ''
+1 -1
pkgs/applications/kde/kalk.nix
··· 19 qtquickcontrols2, 20 }: 21 22 - mkDerivation rec { 23 pname = "kalk"; 24 25 nativeBuildInputs = [
··· 19 qtquickcontrols2, 20 }: 21 22 + mkDerivation { 23 pname = "kalk"; 24 25 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kasts.nix
··· 29 gst-plugins-bad 30 ; 31 in 32 - mkDerivation rec { 33 pname = "kasts"; 34 35 nativeBuildInputs = [
··· 29 gst-plugins-bad 30 ; 31 in 32 + mkDerivation { 33 pname = "kasts"; 34 35 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kclock.nix
··· 17 qtquickcontrols2, 18 }: 19 20 - mkDerivation rec { 21 pname = "kclock"; 22 23 nativeBuildInputs = [
··· 17 qtquickcontrols2, 18 }: 19 20 + mkDerivation { 21 pname = "kclock"; 22 23 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kdevelop/kdev-php.nix
··· 9 kdevelop-pg-qt, 10 }: 11 12 - mkDerivation rec { 13 pname = "kdev-php"; 14 15 nativeBuildInputs = [
··· 9 kdevelop-pg-qt, 10 }: 11 12 + mkDerivation { 13 pname = "kdev-php"; 14 15 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kdevelop/kdevelop.nix
··· 47 let 48 llvmPackages = llvmPackages_13; 49 in 50 - mkDerivation rec { 51 pname = "kdevelop"; 52 53 nativeBuildInputs = [
··· 47 let 48 llvmPackages = llvmPackages_13; 49 in 50 + mkDerivation { 51 pname = "kdevelop"; 52 53 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/keysmith.nix
··· 14 qtquickcontrols2, 15 }: 16 17 - mkDerivation rec { 18 pname = "keysmith"; 19 20 nativeBuildInputs = [
··· 14 qtquickcontrols2, 15 }: 16 17 + mkDerivation { 18 pname = "keysmith"; 19 20 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/koko.nix
··· 40 sha256 = "0cwbfff8gzci5zrahh6d53b9b3bfv1cbwlv0k6076531i1c7md9p"; 41 }; 42 in 43 - mkDerivation rec { 44 pname = "koko"; 45 46 nativeBuildInputs = [
··· 40 sha256 = "0cwbfff8gzci5zrahh6d53b9b3bfv1cbwlv0k6076531i1c7md9p"; 41 }; 42 in 43 + mkDerivation { 44 pname = "koko"; 45 46 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kpmcore/default.nix
··· 9 util-linux, 10 }: 11 12 - mkDerivation rec { 13 pname = "kpmcore"; 14 15 patches = [
··· 9 util-linux, 10 }: 11 12 + mkDerivation { 13 pname = "kpmcore"; 14 15 patches = [
+1 -1
pkgs/applications/kde/krecorder.nix
··· 15 qtquickcontrols2, 16 }: 17 18 - mkDerivation rec { 19 pname = "krecorder"; 20 21 nativeBuildInputs = [
··· 15 qtquickcontrols2, 16 }: 17 18 + mkDerivation { 19 pname = "krecorder"; 20 21 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/ktrip.nix
··· 17 qtquickcontrols2, 18 }: 19 20 - mkDerivation rec { 21 pname = "ktrip"; 22 23 nativeBuildInputs = [
··· 17 qtquickcontrols2, 18 }: 19 20 + mkDerivation { 21 pname = "ktrip"; 22 23 nativeBuildInputs = [
+1 -1
pkgs/applications/kde/kweather.nix
··· 18 qtquickcontrols2, 19 }: 20 21 - mkDerivation rec { 22 pname = "kweather"; 23 24 nativeBuildInputs = [
··· 18 qtquickcontrols2, 19 }: 20 21 + mkDerivation { 22 pname = "kweather"; 23 24 nativeBuildInputs = [
+1 -1
pkgs/applications/misc/ape/default.nix
··· 10 license ? lib.licenses.lgpl3, 11 }: 12 13 - stdenv.mkDerivation rec { 14 inherit pname; 15 version = "2019-08-10"; 16
··· 10 license ? lib.licenses.lgpl3, 11 }: 12 13 + stdenv.mkDerivation { 14 inherit pname; 15 version = "2019-08-10"; 16
+1 -1
pkgs/applications/misc/audio/sox/default.nix
··· 37 libpulseaudio, 38 }: 39 40 - stdenv.mkDerivation rec { 41 pname = "sox"; 42 version = "unstable-2021-05-09"; 43
··· 37 libpulseaudio, 38 }: 39 40 + stdenv.mkDerivation { 41 pname = "sox"; 42 version = "unstable-2021-05-09"; 43
+1 -1
pkgs/applications/misc/avell-unofficial-control-center/default.nix
··· 4 python3Packages, 5 }: 6 7 - python3Packages.buildPythonApplication rec { 8 pname = "avell-unofficial-control-center"; 9 version = "1.0.4"; 10
··· 4 python3Packages, 5 }: 6 7 + python3Packages.buildPythonApplication { 8 pname = "avell-unofficial-control-center"; 9 version = "1.0.4"; 10
+1 -1
pkgs/applications/misc/cambrinary/default.nix
··· 7 beautifulsoup4, 8 }: 9 10 - buildPythonApplication rec { 11 pname = "cambrinary"; 12 version = "unstable-2023-07-16"; 13 format = "pyproject";
··· 7 beautifulsoup4, 8 }: 9 10 + buildPythonApplication { 11 pname = "cambrinary"; 12 version = "unstable-2023-07-16"; 13 format = "pyproject";
+1 -1
pkgs/applications/misc/dmenu/wayland.nix
··· 16 fetchpatch, 17 }: 18 19 - stdenv.mkDerivation rec { 20 pname = "dmenu-wayland"; 21 version = "unstable-2023-05-18"; 22
··· 16 fetchpatch, 17 }: 18 19 + stdenv.mkDerivation { 20 pname = "dmenu-wayland"; 21 version = "unstable-2023-05-18"; 22
+1 -1
pkgs/applications/misc/kjv/lukesmithxyz-kjv.nix
··· 5 fetchFromGitHub, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "lukesmithxyz-bible-kjv"; 10 version = "unstable-2022-06-01"; 11
··· 5 fetchFromGitHub, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "lukesmithxyz-bible-kjv"; 10 version = "unstable-2022-06-01"; 11
+1 -1
pkgs/applications/misc/latte-dock/default.nix
··· 19 xorg, 20 }: 21 22 - mkDerivation rec { 23 pname = "latte-dock"; 24 version = "unstable-2024-01-31"; 25
··· 19 xorg, 20 }: 21 22 + mkDerivation { 23 pname = "latte-dock"; 24 version = "unstable-2024-01-31"; 25
+1 -1
pkgs/applications/misc/pomodoro/default.nix
··· 6 Foundation, 7 }: 8 9 - rustPlatform.buildRustPackage rec { 10 pname = "pomodoro"; 11 version = "unstable-2021-06-18"; 12
··· 6 Foundation, 7 }: 8 9 + rustPlatform.buildRustPackage { 10 pname = "pomodoro"; 11 version = "unstable-2021-06-18"; 12
+1 -1
pkgs/applications/misc/prusa-slicer/default.nix
··· 41 , opencascade-override ? null 42 }: 43 let 44 - wxGTK-prusa = wxGTK32.overrideAttrs (old: rec { 45 pname = "wxwidgets-prusa3d-patched"; 46 version = "3.2.0"; 47 configureFlags = old.configureFlags ++ [ "--disable-glcanvasegl" ];
··· 41 , opencascade-override ? null 42 }: 43 let 44 + wxGTK-prusa = wxGTK32.overrideAttrs (old: { 45 pname = "wxwidgets-prusa3d-patched"; 46 version = "3.2.0"; 47 configureFlags = old.configureFlags ++ [ "--disable-glcanvasegl" ];
+1 -1
pkgs/applications/misc/prusa-slicer/super-slicer.nix
··· 115 passthru = allVersions; 116 117 }; 118 - wxGTK31-prusa = wxGTK31.overrideAttrs (old: rec { 119 pname = "wxwidgets-prusa3d-patched"; 120 version = "3.1.4"; 121 src = fetchFromGitHub {
··· 115 passthru = allVersions; 116 117 }; 118 + wxGTK31-prusa = wxGTK31.overrideAttrs (old: { 119 pname = "wxwidgets-prusa3d-patched"; 120 version = "3.1.4"; 121 src = fetchFromGitHub {
+1 -1
pkgs/applications/misc/qt-video-wlr/default.nix
··· 24 gst-plugins-ugly 25 ]; 26 in 27 - stdenv.mkDerivation rec { 28 pname = "qt-video-wlr"; 29 version = "2023-07-22"; 30
··· 24 gst-plugins-ugly 25 ]; 26 in 27 + stdenv.mkDerivation { 28 pname = "qt-video-wlr"; 29 version = "2023-07-22"; 30
+1 -1
pkgs/applications/misc/xygrib/default.nix
··· 13 openjpeg, 14 }: 15 16 - stdenv.mkDerivation rec { 17 version = "unstable-2022-05-16"; 18 pname = "xygrib"; 19
··· 13 openjpeg, 14 }: 15 16 + stdenv.mkDerivation { 17 version = "unstable-2022-05-16"; 18 pname = "xygrib"; 19
+1 -1
pkgs/applications/networking/browsers/palemoon/bin.nix
··· 48 ]; 49 50 desktopItems = [ 51 - (makeDesktopItem rec { 52 name = "palemoon-bin"; 53 desktopName = "Pale Moon Web Browser"; 54 comment = "Browse the World Wide Web";
··· 48 ]; 49 50 desktopItems = [ 51 + (makeDesktopItem { 52 name = "palemoon-bin"; 53 desktopName = "Pale Moon Web Browser"; 54 comment = "Browse the World Wide Web";
+1 -1
pkgs/applications/networking/cluster/hadoop/default.nix
··· 166 { 167 # Different version of hadoop support different java runtime versions 168 # https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions 169 - hadoop_3_4 = common rec { 170 pname = "hadoop"; 171 platformAttrs = rec { 172 x86_64-linux = {
··· 166 { 167 # Different version of hadoop support different java runtime versions 168 # https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions 169 + hadoop_3_4 = common { 170 pname = "hadoop"; 171 platformAttrs = rec { 172 x86_64-linux = {
+1 -1
pkgs/applications/networking/cluster/kubernetes/kubectl.nix
··· 1 { lib, kubernetes }: 2 3 - kubernetes.overrideAttrs (_: rec { 4 pname = "kubectl"; 5 6 outputs = [
··· 1 { lib, kubernetes }: 2 3 + kubernetes.overrideAttrs (_: { 4 pname = "kubectl"; 5 6 outputs = [
+1 -1
pkgs/applications/networking/cluster/spark/default.nix
··· 95 # we strictly adhere to the EOL timeline, despite 3.3.4 being released one day before (2023-12-08). 96 # A better policy is to keep these versions around, and clean up EOL versions just before 97 # a new NixOS release. 98 - spark_3_5 = spark rec { 99 pname = "spark"; 100 version = "3.5.4"; 101 hash = "sha256-rSr7UH1dZIkUYW6ehc/dYxlmN9yVjEKwrwLMT+uMd/0=";
··· 95 # we strictly adhere to the EOL timeline, despite 3.3.4 being released one day before (2023-12-08). 96 # A better policy is to keep these versions around, and clean up EOL versions just before 97 # a new NixOS release. 98 + spark_3_5 = spark { 99 pname = "spark"; 100 version = "3.5.4"; 101 hash = "sha256-rSr7UH1dZIkUYW6ehc/dYxlmN9yVjEKwrwLMT+uMd/0=";
+1 -1
pkgs/applications/networking/instant-messengers/jackline/default.nix
··· 6 7 with ocamlPackages; 8 9 - buildDunePackage rec { 10 pname = "jackline"; 11 version = "unstable-2024-10-21"; 12
··· 6 7 with ocamlPackages; 8 9 + buildDunePackage { 10 pname = "jackline"; 11 version = "unstable-2024-10-21"; 12
+1 -1
pkgs/applications/networking/instant-messengers/kdeltachat/default.nix
··· 13 qtwebengine, 14 }: 15 16 - mkDerivation rec { 17 pname = "kdeltachat"; 18 version = "unstable-2024-01-14"; 19
··· 13 qtwebengine, 14 }: 15 16 + mkDerivation { 17 pname = "kdeltachat"; 18 version = "unstable-2024-01-14"; 19
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/pidgin-mra/default.nix
··· 6 pidgin, 7 }: 8 9 - stdenv.mkDerivation rec { 10 pname = "pidgin-mra"; 11 version = "unstable-2014-07-08"; 12
··· 6 pidgin, 7 }: 8 9 + stdenv.mkDerivation { 10 pname = "pidgin-mra"; 11 version = "unstable-2014-07-08"; 12
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-matrix/default.nix
··· 12 libgcrypt, 13 }: 14 15 - stdenv.mkDerivation rec { 16 pname = "purple-matrix-unstable"; 17 version = "2019-06-06"; 18
··· 12 libgcrypt, 13 }: 14 15 + stdenv.mkDerivation { 16 pname = "purple-matrix-unstable"; 17 version = "2019-06-06"; 18
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-plugin-pack/default.nix
··· 7 pidgin, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "purple-plugin-pack"; 12 version = "2.8.0"; 13
··· 7 pidgin, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "purple-plugin-pack"; 12 version = "2.8.0"; 13
+1 -1
pkgs/applications/networking/irc/communi/default.nix
··· 8 wrapQtAppsHook, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "communi"; 13 version = "3.6.0"; 14
··· 8 wrapQtAppsHook, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "communi"; 13 version = "3.6.0"; 14
+1 -1
pkgs/applications/networking/irc/kvirc/default.nix
··· 11 gettext, 12 }: 13 14 - mkDerivation rec { 15 pname = "kvirc"; 16 version = "2022-06-29"; 17
··· 11 gettext, 12 }: 13 14 + mkDerivation { 15 pname = "kvirc"; 16 version = "2022-06-29"; 17
+1 -1
pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nix
··· 4 fetchurl, 5 }: 6 7 - stdenv.mkDerivation rec { 8 pname = "weechat-grep"; 9 version = "0.8.5"; 10
··· 4 fetchurl, 5 }: 6 7 + stdenv.mkDerivation { 8 pname = "weechat-grep"; 9 version = "0.8.5"; 10
+1 -1
pkgs/applications/networking/mailreaders/notmuch/mutt.nix
··· 8 notmuch, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "notmuch-mutt"; 13 version = notmuch.version; 14
··· 8 notmuch, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "notmuch-mutt"; 13 version = notmuch.version; 14
+1 -1
pkgs/applications/networking/p2p/synapse-bt/default.nix
··· 9 Security, 10 }: 11 12 - rustPlatform.buildRustPackage rec { 13 pname = "synapse-bt"; 14 version = "unstable-2023-02-16"; 15
··· 9 Security, 10 }: 11 12 + rustPlatform.buildRustPackage { 13 pname = "synapse-bt"; 14 version = "unstable-2023-02-16"; 15
+1 -1
pkgs/applications/networking/znc/modules.nix
··· 33 in 34 { 35 36 - backlog = zncDerivation rec { 37 pname = "znc-backlog"; 38 version = "unstable-2017-06-13"; 39 module_name = "backlog";
··· 33 in 34 { 35 36 + backlog = zncDerivation { 37 pname = "znc-backlog"; 38 version = "unstable-2017-06-13"; 39 module_name = "backlog";
+1 -1
pkgs/applications/office/beancount/beancount_share.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - python3.pkgs.buildPythonApplication rec { 8 pname = "beancount_share"; 9 version = "2023-12-31"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + python3.pkgs.buildPythonApplication { 8 pname = "beancount_share"; 9 version = "2023-12-31"; 10
+1 -1
pkgs/applications/plasma-mobile/plasma-dialer.nix
··· 31 wayland-protocols, 32 }: 33 34 - mkDerivation rec { 35 pname = "plasma-dialer"; 36 37 nativeBuildInputs = [
··· 31 wayland-protocols, 32 }: 33 34 + mkDerivation { 35 pname = "plasma-dialer"; 36 37 nativeBuildInputs = [
+1 -1
pkgs/applications/plasma-mobile/plasma-phonebook.nix
··· 14 qtquickcontrols2, 15 }: 16 17 - mkDerivation rec { 18 pname = "plasma-phonebook"; 19 20 nativeBuildInputs = [
··· 14 qtquickcontrols2, 15 }: 16 17 + mkDerivation { 18 pname = "plasma-phonebook"; 19 20 nativeBuildInputs = [
+1 -1
pkgs/applications/plasma-mobile/plasma-settings.nix
··· 22 util-linux, 23 }: 24 25 - mkDerivation rec { 26 pname = "plasma-settings"; 27 28 nativeBuildInputs = [
··· 22 util-linux, 23 }: 24 25 + mkDerivation { 26 pname = "plasma-settings"; 27 28 nativeBuildInputs = [
+1 -1
pkgs/applications/radio/qradiolink/default.nix
··· 23 , uhd 24 }: 25 26 - gnuradio.pkgs.mkDerivation rec { 27 pname = "qradiolink"; 28 # https://github.com/qradiolink/qradiolink/tree/gr_3.10 29 version = "0.9.0-1-unstable-2024-08-29";
··· 23 , uhd 24 }: 25 26 + gnuradio.pkgs.mkDerivation { 27 pname = "qradiolink"; 28 # https://github.com/qradiolink/qradiolink/tree/gr_3.10 29 version = "0.9.0-1-unstable-2024-08-29";
+1 -1
pkgs/applications/radio/suwidgets/default.nix
··· 9 fftwSinglePrec, 10 }: 11 12 - stdenv.mkDerivation rec { 13 pname = "suwidgets"; 14 version = "unstable-2022-04-03"; 15
··· 9 fftwSinglePrec, 10 }: 11 12 + stdenv.mkDerivation { 13 pname = "suwidgets"; 14 version = "unstable-2022-04-03"; 15
+1 -1
pkgs/applications/science/biology/blast/bin.nix
··· 17 pname = "blast-bin"; 18 version = "2.16.0"; 19 20 - srcs = rec { 21 x86_64-linux = fetchurl { 22 url = "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${version}/ncbi-blast-${version}+-x64-linux.tar.gz"; 23 hash = "sha256-sLEwmMkB0jsyStFwDnRxu3QIp/f1F9dNX6rXEb526PQ=";
··· 17 pname = "blast-bin"; 18 version = "2.16.0"; 19 20 + srcs = { 21 x86_64-linux = fetchurl { 22 url = "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${version}/ncbi-blast-${version}+-x64-linux.tar.gz"; 23 hash = "sha256-sLEwmMkB0jsyStFwDnRxu3QIp/f1F9dNX6rXEb526PQ=";
+1 -1
pkgs/applications/science/electronics/kicad/default.nix
··· 309 supportedFeatures = [ "commit" ]; 310 }; 311 312 - meta = rec { 313 description = 314 ( 315 if (stable) then
··· 309 supportedFeatures = [ "commit" ]; 310 }; 311 312 + meta = { 313 description = 314 ( 315 if (stable) then
+1 -1
pkgs/applications/science/electronics/kicad/libraries.nix
··· 28 find $out -type f -name '*.step' | parallel 'stepreduce {} {} && zip -9 {.}.stpZ {} && rm {}' 29 ''; 30 31 - meta = rec { 32 license = lib.licenses.cc-by-sa-40; 33 platforms = lib.platforms.all; 34 };
··· 28 find $out -type f -name '*.step' | parallel 'stepreduce {} {} && zip -9 {.}.stpZ {} && rm {}' 29 ''; 30 31 + meta = { 32 license = lib.licenses.cc-by-sa-40; 33 platforms = lib.platforms.all; 34 };
+1 -1
pkgs/applications/science/electronics/pulseview/default.nix
··· 22 desktopToDarwinBundle, 23 }: 24 25 - stdenv.mkDerivation rec { 26 pname = "pulseview"; 27 version = "0.4.2-unstable-2024-03-14"; 28
··· 22 desktopToDarwinBundle, 23 }: 24 25 + stdenv.mkDerivation { 26 pname = "pulseview"; 27 version = "0.4.2-unstable-2024-03-14"; 28
+1 -1
pkgs/applications/science/logic/avy/default.nix
··· 7 boost, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "avy"; 12 version = "2019.05.01"; # date of cav19 tag 13
··· 7 boost, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "avy"; 12 version = "2019.05.01"; # date of cav19 tag 13
+1 -1
pkgs/applications/science/logic/easycrypt/runtest.nix
··· 1 { python3Packages, easycrypt }: 2 3 - python3Packages.buildPythonApplication rec { 4 inherit (easycrypt) src version; 5 format = "other"; 6
··· 1 { python3Packages, easycrypt }: 2 3 + python3Packages.buildPythonApplication { 4 inherit (easycrypt) src version; 5 format = "other"; 6
+1 -1
pkgs/applications/science/machine-learning/openbugs/default.nix
··· 3 , fetchFromGitHub 4 }: 5 6 - stdenv.mkDerivation rec { 7 pname = "OpenBUGS"; 8 version = "3.2.3"; 9
··· 3 , fetchFromGitHub 4 }: 5 6 + stdenv.mkDerivation { 7 pname = "OpenBUGS"; 8 version = "3.2.3"; 9
+1 -1
pkgs/applications/science/misc/openmodelica/omedit/default.nix
··· 13 mkOpenModelicaDerivation, 14 }: 15 with openmodelica; 16 - mkOpenModelicaDerivation rec { 17 pname = "omedit"; 18 omdir = "OMEdit"; 19 omdeps = [
··· 13 mkOpenModelicaDerivation, 14 }: 15 with openmodelica; 16 + mkOpenModelicaDerivation { 17 pname = "omedit"; 18 omdir = "OMEdit"; 19 omdeps = [
+1 -1
pkgs/applications/science/misc/openmodelica/omparser/default.nix
··· 7 mkOpenModelicaDerivation, 8 }: 9 10 - mkOpenModelicaDerivation rec { 11 pname = "omparser"; 12 omdir = "OMParser"; 13 omdeps = [ openmodelica.omcompiler ];
··· 7 mkOpenModelicaDerivation, 8 }: 9 10 + mkOpenModelicaDerivation { 11 pname = "omparser"; 12 omdir = "OMParser"; 13 omdeps = [ openmodelica.omcompiler ];
+1 -1
pkgs/applications/science/misc/openmodelica/omplot/default.nix
··· 8 mkOpenModelicaDerivation, 9 }: 10 11 - mkOpenModelicaDerivation rec { 12 pname = "omplot"; 13 omdir = "OMPlot"; 14 omdeps = [ openmodelica.omcompiler ];
··· 8 mkOpenModelicaDerivation, 9 }: 10 11 + mkOpenModelicaDerivation { 12 pname = "omplot"; 13 omdir = "OMPlot"; 14 omdeps = [ openmodelica.omcompiler ];
+1 -1
pkgs/applications/science/misc/openmodelica/omshell/default.nix
··· 9 mkOpenModelicaDerivation, 10 }: 11 12 - mkOpenModelicaDerivation rec { 13 pname = "omshell"; 14 omdir = "OMShell"; 15 omdeps = [ openmodelica.omcompiler ];
··· 9 mkOpenModelicaDerivation, 10 }: 11 12 + mkOpenModelicaDerivation { 13 pname = "omshell"; 14 omdir = "OMShell"; 15 omdeps = [ openmodelica.omcompiler ];
+1 -1
pkgs/applications/science/misc/openmodelica/omsimulator/default.nix
··· 9 fetchpatch, 10 }: 11 12 - mkOpenModelicaDerivation rec { 13 pname = "omsimulator"; 14 omdir = "OMSimulator"; 15 omdeps = [ openmodelica.omcompiler ];
··· 9 fetchpatch, 10 }: 11 12 + mkOpenModelicaDerivation { 13 pname = "omsimulator"; 14 omdir = "OMSimulator"; 15 omdeps = [ openmodelica.omcompiler ];
+1 -1
pkgs/applications/science/molecular-dynamics/raspa/data.nix
··· 4 raspa, 5 }: 6 7 - stdenvNoCC.mkDerivation rec { 8 pname = "raspa-data"; 9 inherit (raspa) version src; 10
··· 4 raspa, 5 }: 6 7 + stdenvNoCC.mkDerivation { 8 pname = "raspa-data"; 9 inherit (raspa) version src; 10
+1 -1
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-theme-switch/default.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - stdenv.mkDerivation rec { 8 pname = "urxvt-theme-switch"; 9 version = "unstable-2014-12-21"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + stdenv.mkDerivation { 8 pname = "urxvt-theme-switch"; 9 version = "unstable-2014-12-21"; 10
+1 -1
pkgs/applications/terminal-emulators/st/mcaimi-st.nix
··· 10 pkg-config, 11 }: 12 13 - stdenv.mkDerivation rec { 14 pname = "mcaimi-st"; 15 version = "0.pre+unstable=2021-08-30"; 16
··· 10 pkg-config, 11 }: 12 13 + stdenv.mkDerivation { 14 pname = "mcaimi-st"; 15 version = "0.pre+unstable=2021-08-30"; 16
+1 -1
pkgs/applications/version-management/p4/default.nix
··· 35 } 36 ]; 37 in 38 - stdenv.mkDerivation (finalAttrs: rec { 39 pname = "p4"; 40 version = "2024.1/2596294"; 41
··· 35 } 36 ]; 37 in 38 + stdenv.mkDerivation (finalAttrs: { 39 pname = "p4"; 40 version = "2024.1/2596294"; 41
+1 -1
pkgs/applications/video/mplayer/default.nix
··· 118 119 in 120 121 - stdenv.mkDerivation rec { 122 pname = "mplayer"; 123 version = "1.5-unstable-2024-12-21"; 124
··· 118 119 in 120 121 + stdenv.mkDerivation { 122 pname = "mplayer"; 123 version = "1.5-unstable-2024-12-21"; 124
+1 -1
pkgs/applications/video/mpv/scripts/manga-reader.nix
··· 5 buildLua, 6 }: 7 8 - buildLua rec { 9 pname = "manga-reader"; 10 11 version = "0-unstable-2025-02-16";
··· 5 buildLua, 6 }: 7 8 + buildLua { 9 pname = "manga-reader"; 10 11 version = "0-unstable-2025-02-16";
+1 -1
pkgs/applications/video/mpv/scripts/mpv-notify-send.nix
··· 6 libnotify, 7 }: 8 9 - buildLua rec { 10 pname = "mpv-notify-send"; 11 version = "0-unstable-2024-07-11"; 12
··· 6 libnotify, 7 }: 8 9 + buildLua { 10 pname = "mpv-notify-send"; 11 version = "0-unstable-2024-07-11"; 12
+1 -1
pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix
··· 6 yt-dlp, 7 }: 8 9 - buildLua rec { 10 pname = "mpv-playlistmanager"; 11 version = "0-unstable-2025-02-23"; 12
··· 6 yt-dlp, 7 }: 8 9 + buildLua { 10 pname = "mpv-playlistmanager"; 11 version = "0-unstable-2025-02-23"; 12
+1 -1
pkgs/applications/video/mpv/scripts/quack.nix
··· 5 buildLua, 6 }: 7 8 - buildLua rec { 9 pname = "mpv-quack"; 10 11 version = "0-unstable-2020-05-27";
··· 5 buildLua, 6 }: 7 8 + buildLua { 9 pname = "mpv-quack"; 10 11 version = "0-unstable-2020-05-27";
+1 -1
pkgs/applications/video/obs-studio/plugins/obs-transition-table.nix
··· 7 qtbase, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "obs-transition-table"; 12 version = "0.2.7-unstable-2024-11-27"; 13
··· 7 qtbase, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "obs-transition-table"; 12 version = "0.2.7-unstable-2024-11-27"; 13
+1 -1
pkgs/applications/video/obs-studio/plugins/obs-webkitgtk.nix
··· 12 wrapGAppsHook3, 13 }: 14 15 - stdenv.mkDerivation rec { 16 pname = "obs-webkitgtk"; 17 version = "unstable-2023-11-10"; 18
··· 12 wrapGAppsHook3, 13 }: 14 15 + stdenv.mkDerivation { 16 pname = "obs-webkitgtk"; 17 version = "unstable-2023-11-10"; 18
+1 -1
pkgs/applications/video/simplescreenrecorder/default.nix
··· 23 nix-update-script, 24 }: 25 26 - mkDerivation rec { 27 pname = "simplescreenrecorder"; 28 version = "0.4.4-unstable-2024-08-13"; 29
··· 23 nix-update-script, 24 }: 25 26 + mkDerivation { 27 pname = "simplescreenrecorder"; 28 version = "0.4.4-unstable-2024-08-13"; 29
+1 -1
pkgs/applications/virtualization/crosvm/default.nix
··· 19 pkgsCross, 20 }: 21 22 - rustPlatform.buildRustPackage rec { 23 pname = "crosvm"; 24 version = "0-unstable-2025-02-18"; 25
··· 19 pkgsCross, 20 }: 21 22 + rustPlatform.buildRustPackage { 23 pname = "crosvm"; 24 version = "0-unstable-2025-02-18"; 25
+1 -1
pkgs/applications/virtualization/docker/gc.nix
··· 10 findutils, 11 gnugrep, 12 }: 13 - stdenv.mkDerivation rec { 14 pname = "docker-gc"; 15 version = "unstable-2015-10-5"; 16
··· 10 findutils, 11 gnugrep, 12 }: 13 + stdenv.mkDerivation { 14 pname = "docker-gc"; 15 version = "unstable-2015-10-5"; 16
+1 -1
pkgs/applications/virtualization/lkl/default.nix
··· 13 firewallSupport ? false, 14 }: 15 16 - stdenv.mkDerivation rec { 17 pname = "lkl"; 18 19 # NOTE: pinned to the last known version that doesn't have a hang in cptofs.
··· 13 firewallSupport ? false, 14 }: 15 16 + stdenv.mkDerivation { 17 pname = "lkl"; 18 19 # NOTE: pinned to the last known version that doesn't have a hang in cptofs.
+1 -1
pkgs/applications/window-managers/i3/rounded.nix
··· 1 { fetchFromGitHub, lib, i3, pcre }: 2 3 - i3.overrideAttrs (oldAttrs: rec { 4 pname = "i3-rounded"; 5 version = "4.21.1"; 6
··· 1 { fetchFromGitHub, lib, i3, pcre }: 2 3 + i3.overrideAttrs (oldAttrs: { 4 pname = "i3-rounded"; 5 version = "4.21.1"; 6
+1 -1
pkgs/applications/window-managers/i3/swallow.nix
··· 8 six, 9 }: 10 11 - buildPythonApplication rec { 12 pname = "i3-swallow"; 13 version = "unstable-2022-02-19"; 14
··· 8 six, 9 }: 10 11 + buildPythonApplication { 12 pname = "i3-swallow"; 13 version = "unstable-2022-02-19"; 14
+1 -1
pkgs/applications/window-managers/i3/workstyle.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - rustPlatform.buildRustPackage rec { 8 pname = "workstyle"; 9 version = "unstable-2023-08-23"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + rustPlatform.buildRustPackage { 8 pname = "workstyle"; 9 version = "unstable-2023-08-23"; 10
+1 -1
pkgs/applications/window-managers/xmonad/xmonadctl.nix
··· 12 self.X11 13 ]); 14 in 15 - stdenv.mkDerivation rec { 16 pname = "xmonadctl"; 17 18 inherit (haskellPackages.xmonad-contrib) src version;
··· 12 self.X11 13 ]); 14 in 15 + stdenv.mkDerivation { 16 pname = "xmonadctl"; 17 18 inherit (haskellPackages.xmonad-contrib) src version;
+2 -2
pkgs/build-support/rust/build-rust-crate/test/default.nix
··· 680 # By default ".", meaning the top level directory is assumed. 681 # Using null will trigger a search. 682 workspace_member = null; 683 - src = symlinkJoin rec { 684 name = "find-cargo-toml"; 685 paths = [ 686 (mkCargoToml { name = "ignoreMe"; }) ··· 736 ) cases; 737 in 738 tests 739 - // rec { 740 741 crateBinWithPathOutputs = assertOutputs { 742 name = "crateBinWithPath";
··· 680 # By default ".", meaning the top level directory is assumed. 681 # Using null will trigger a search. 682 workspace_member = null; 683 + src = symlinkJoin { 684 name = "find-cargo-toml"; 685 paths = [ 686 (mkCargoToml { name = "ignoreMe"; }) ··· 736 ) cases; 737 in 738 tests 739 + // { 740 741 crateBinWithPathOutputs = assertOutputs { 742 name = "crateBinWithPath";
+1 -1
pkgs/build-support/wasm-bindgen-cli/default.nix
··· 17 cargoDeps, 18 }: 19 20 - rustPlatform.buildRustPackage rec { 21 pname = "wasm-bindgen-cli"; 22 23 inherit version src cargoDeps;
··· 17 cargoDeps, 18 }: 19 20 + rustPlatform.buildRustPackage { 21 pname = "wasm-bindgen-cli"; 22 23 inherit version src cargoDeps;
+1 -1
pkgs/by-name/al/alt-ergo/package.nix
··· 36 in 37 38 let 39 - alt-ergo-parsers = ocamlPackages.buildDunePackage rec { 40 pname = "alt-ergo-parsers"; 41 inherit version src; 42 nativeBuildInputs = [ ocamlPackages.menhir ];
··· 36 in 37 38 let 39 + alt-ergo-parsers = ocamlPackages.buildDunePackage { 40 pname = "alt-ergo-parsers"; 41 inherit version src; 42 nativeBuildInputs = [ ocamlPackages.menhir ];
+1 -1
pkgs/by-name/ap/apache-airflow/package.nix
··· 74 }; 75 format = "setuptools"; 76 }); 77 - httpcore = pySuper.httpcore.overridePythonAttrs (o: rec { 78 # nullify upstream's pytest flags which cause 79 # "TLS/SSL connection has been closed (EOF)" 80 # with pytest-httpbin 1.x
··· 74 }; 75 format = "setuptools"; 76 }); 77 + httpcore = pySuper.httpcore.overridePythonAttrs (o: { 78 # nullify upstream's pytest flags which cause 79 # "TLS/SSL connection has been closed (EOF)" 80 # with pytest-httpbin 1.x
+5 -5
pkgs/by-name/go/google-chrome/package.nix
··· 171 172 linux = stdenv.mkDerivation (finalAttrs: { 173 inherit pname meta passthru; 174 - version = "134.0.6998.35"; 175 176 src = fetchurl { 177 url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb"; 178 - hash = "sha256-9byRWcAqSlggSGYISqnja7a38rZ3uNSC9HrZmY+zyjA="; 179 }; 180 181 # With strictDeps on, some shebangs were not being patched correctly ··· 274 275 darwin = stdenvNoCC.mkDerivation (finalAttrs: { 276 inherit pname meta passthru; 277 - version = "134.0.6998.45"; 278 279 src = fetchurl { 280 - url = "http://dl.google.com/release2/chrome/acywna3py5h6xead7weymurbrefq_134.0.6998.45/GoogleChrome-134.0.6998.45.dmg"; 281 - hash = "sha256-l4EgwwPjmYX7nlJF8AkeDcYP0sTswAwfr27sxtPw/08="; 282 }; 283 284 dontPatch = true;
··· 171 172 linux = stdenv.mkDerivation (finalAttrs: { 173 inherit pname meta passthru; 174 + version = "134.0.6998.88"; 175 176 src = fetchurl { 177 url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb"; 178 + hash = "sha256-31V+2z0k2Nyv+VV9gHM7Qq+2YmaFIA0/NKO29SgGXK0="; 179 }; 180 181 # With strictDeps on, some shebangs were not being patched correctly ··· 274 275 darwin = stdenvNoCC.mkDerivation (finalAttrs: { 276 inherit pname meta passthru; 277 + version = "134.0.6998.89"; 278 279 src = fetchurl { 280 + url = "http://dl.google.com/release2/chrome/daasbcyt2x75rfu6bduujtyzfu_134.0.6998.89/GoogleChrome-134.0.6998.89.dmg"; 281 + hash = "sha256-SG/U+yffEX3F5ThlQbxgY66ocPWzfe5M7lw943gvDVw="; 282 }; 283 284 dontPatch = true;
+13 -9
pkgs/by-name/hd/hdr10plus_tool/package.nix
··· 4 rustPlatform, 5 pkg-config, 6 fontconfig, 7 nix-update-script, 8 }: 9 10 - rustPlatform.buildRustPackage rec { 11 pname = "hdr10plus_tool"; 12 version = "1.7.0"; 13 14 src = fetchFromGitHub { 15 owner = "quietvoid"; 16 repo = "hdr10plus_tool"; 17 - tag = version; 18 hash = "sha256-eueB+ZrOrnySEwUpCTvC4qARCsDcHJhm088XepLTlOE="; 19 }; 20 ··· 25 26 buildInputs = [ fontconfig ]; 27 28 passthru = { 29 updateScript = nix-update-script { }; 30 }; 31 32 - doCheck = false; 33 - 34 - meta = with lib; { 35 description = "CLI utility to work with HDR10+ in HEVC files."; 36 homepage = "https://github.com/quietvoid/hdr10plus_tool"; 37 - changelog = "https://github.com/quietvoid/hdr10plus_tool/releases"; 38 - license = licenses.mit; 39 - maintainers = with maintainers; [ johnrtitor ]; 40 mainProgram = "hdr10plus_tool"; 41 }; 42 - }
··· 4 rustPlatform, 5 pkg-config, 6 fontconfig, 7 + writableTmpDirAsHomeHook, 8 nix-update-script, 9 }: 10 11 + rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "hdr10plus_tool"; 13 version = "1.7.0"; 14 15 src = fetchFromGitHub { 16 owner = "quietvoid"; 17 repo = "hdr10plus_tool"; 18 + tag = finalAttrs.version; 19 hash = "sha256-eueB+ZrOrnySEwUpCTvC4qARCsDcHJhm088XepLTlOE="; 20 }; 21 ··· 26 27 buildInputs = [ fontconfig ]; 28 29 + nativeCheckInputs = [ writableTmpDirAsHomeHook ]; 30 + preCheck = '' 31 + export FONTCONFIG_FILE="${fontconfig.out}/etc/fonts/fonts.conf"; 32 + ''; 33 + 34 passthru = { 35 updateScript = nix-update-script { }; 36 }; 37 38 + meta = { 39 description = "CLI utility to work with HDR10+ in HEVC files."; 40 homepage = "https://github.com/quietvoid/hdr10plus_tool"; 41 + changelog = "https://github.com/quietvoid/hdr10plus_tool/releases/tag/${finalAttrs.version}"; 42 + license = lib.licenses.mit; 43 + maintainers = with lib.maintainers; [ johnrtitor ]; 44 mainProgram = "hdr10plus_tool"; 45 }; 46 + })
+1 -1
pkgs/by-name/ho/hover/package.nix
··· 87 }; 88 89 in 90 - buildFHSEnv rec { 91 inherit pname version; 92 targetPkgs = 93 pkgs:
··· 87 }; 88 89 in 90 + buildFHSEnv { 91 inherit pname version; 92 targetPkgs = 93 pkgs:
+1 -1
pkgs/by-name/io/ioccheck/package.nix
··· 43 }; 44 }; 45 in 46 - py.pkgs.buildPythonApplication rec { 47 pname = "ioccheck"; 48 version = "unstable-2021-09-29"; 49 pyproject = true;
··· 43 }; 44 }; 45 in 46 + py.pkgs.buildPythonApplication { 47 pname = "ioccheck"; 48 version = "unstable-2021-09-29"; 49 pyproject = true;
+2 -2
pkgs/by-name/lc/lcsync/package.nix
··· 8 }: 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "lcsync"; 11 - version = "0.3.1"; 12 13 src = fetchFromGitea { 14 domain = "codeberg.org"; 15 owner = "librecast"; 16 repo = "lcsync"; 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-x8KjvUtn00g+zxDfSWZq4WgALDKRgbCF9rtipdOMbpc="; 19 }; 20 buildInputs = [ 21 lcrq
··· 8 }: 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "lcsync"; 11 + version = "0.3.2"; 12 13 src = fetchFromGitea { 14 domain = "codeberg.org"; 15 owner = "librecast"; 16 repo = "lcsync"; 17 rev = "v${finalAttrs.version}"; 18 + hash = "sha256-KirMifJ5Mc3WXuIZjFv6ZIzpz/bjGHMU2jnRGGQ2w/I="; 19 }; 20 buildInputs = [ 21 lcrq
+4 -1
pkgs/by-name/pe/petsc/package.nix
··· 185 description = "Portable Extensible Toolkit for Scientific computation"; 186 homepage = "https://petsc.org/release/"; 187 license = licenses.bsd2; 188 - maintainers = with maintainers; [ cburstedde ]; 189 }; 190 }
··· 185 description = "Portable Extensible Toolkit for Scientific computation"; 186 homepage = "https://petsc.org/release/"; 187 license = licenses.bsd2; 188 + maintainers = with maintainers; [ 189 + cburstedde 190 + qbisi 191 + ]; 192 }; 193 }
+1 -1
pkgs/by-name/pi/picoscope/package.nix
··· 79 version, 80 sha256, 81 }: 82 - stdenv.mkDerivation rec { 83 pname = "lib${name}"; 84 inherit version; 85 src = fetchurl { inherit url sha256; };
··· 79 version, 80 sha256, 81 }: 82 + stdenv.mkDerivation { 83 pname = "lib${name}"; 84 inherit version; 85 src = fetchurl { inherit url sha256; };
+1 -1
pkgs/by-name/po/portmod/package.nix
··· 46 ]; 47 48 in 49 - python3Packages.buildPythonApplication rec { 50 inherit src version; 51 52 pname = "portmod";
··· 46 ]; 47 48 in 49 + python3Packages.buildPythonApplication { 50 inherit src version; 51 52 pname = "portmod";
+2 -2
pkgs/by-name/qo/qownnotes/package.nix
··· 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "qownnotes"; 19 appname = "QOwnNotes"; 20 - version = "25.2.9"; 21 22 src = fetchurl { 23 url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; 24 - hash = "sha256-00wxQSTPRNA+t+RC26svcao4hi6RSOZ9nSnC2py2oXs="; 25 }; 26 27 nativeBuildInputs =
··· 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "qownnotes"; 19 appname = "QOwnNotes"; 20 + version = "25.3.3"; 21 22 src = fetchurl { 23 url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; 24 + hash = "sha256-waWFOPXxKgCb1h1dVSzXDVQwcKyFBKXuAwYXu63ofPo="; 25 }; 26 27 nativeBuildInputs =
+30
pkgs/by-name/re/redis-dump-go/package.nix
···
··· 1 + { 2 + lib, 3 + buildGoModule, 4 + fetchFromGitHub, 5 + nix-update-script, 6 + }: 7 + 8 + buildGoModule rec { 9 + pname = "redis-dump-go"; 10 + version = "0.8.2"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "yannh"; 14 + repo = "redis-dump-go"; 15 + tag = "v${version}"; 16 + hash = "sha256-+5iYigtMQvd6D90mpKyMa7ZKm2UDtCG91uFZ7dURBT4="; 17 + }; 18 + 19 + vendorHash = null; 20 + 21 + passthru.updateScript = nix-update-script { }; 22 + 23 + meta = { 24 + homepage = "https://github.com/yannh/redis-dump-go"; 25 + description = "Dump Redis keys to a file in RESP format using multiple connections"; 26 + license = lib.licenses.mit; 27 + maintainers = [ lib.maintainers.richiejp ]; 28 + changelog = "https://github.com/yannh/redis-dump-go/releases/tag/v${version}"; 29 + }; 30 + }
+1 -1
pkgs/by-name/sc/scilab-bin/package.nix
··· 70 ''; 71 }; 72 73 - linux = stdenv.mkDerivation rec { 74 inherit 75 pname 76 version
··· 70 ''; 71 }; 72 73 + linux = stdenv.mkDerivation { 74 inherit 75 pname 76 version
+3 -3
pkgs/by-name/vu/vulkan-hdr-layer-kwin6/package.nix
··· 16 17 stdenv.mkDerivation { 18 pname = "vulkan-hdr-layer-kwin6"; 19 - version = "0-unstable-2025-02-13"; 20 21 depsBuildBuild = [ pkg-config ]; 22 ··· 40 src = fetchFromGitHub { 41 owner = "Zamundaaa"; 42 repo = "VK_hdr_layer"; 43 - rev = "1f13469feb0704bcf56b64fd6ec3793e5087d895"; 44 - hash = "sha256-5WfkIATcwecr+ioI4GfQQ34G0jWLctZ4oBlSFqw6UE8="; 45 fetchSubmodules = true; 46 }; 47
··· 16 17 stdenv.mkDerivation { 18 pname = "vulkan-hdr-layer-kwin6"; 19 + version = "0-unstable-2025-03-07"; 20 21 depsBuildBuild = [ pkg-config ]; 22 ··· 40 src = fetchFromGitHub { 41 owner = "Zamundaaa"; 42 repo = "VK_hdr_layer"; 43 + rev = "7c0553d88b38e62eb7fd83f3d25f50733309c866"; 44 + hash = "sha256-arJJWel6WooZ4SHwl0NXK44xOMgHMo1n++eJSVrone4="; 45 fetchSubmodules = true; 46 }; 47
+1 -1
pkgs/by-name/x2/x2goserver/package.nix
··· 96 xorg.setxkbmap 97 ]; 98 in 99 - stdenv.mkDerivation rec { 100 inherit pname version src; 101 102 buildInputs = [
··· 96 xorg.setxkbmap 97 ]; 98 in 99 + stdenv.mkDerivation { 100 inherit pname version src; 101 102 buildInputs = [
+1 -1
pkgs/data/misc/cacert/default.nix
··· 64 inherit meta; 65 }; 66 in 67 - stdenv.mkDerivation rec { 68 pname = "nss-cacert"; 69 inherit version; 70
··· 64 inherit meta; 65 }; 66 in 67 + stdenv.mkDerivation { 68 pname = "nss-cacert"; 69 inherit version; 70
+1 -1
pkgs/data/themes/lightly-boehs/default.nix
··· 10 qt5, 11 }: 12 13 - mkDerivation rec { 14 pname = "lightly-boehs"; 15 version = "0.4.1"; 16
··· 10 qt5, 11 }: 12 13 + mkDerivation { 14 pname = "lightly-boehs"; 15 version = "0.4.1"; 16
+1 -1
pkgs/data/themes/material-kwin-decoration/default.nix
··· 16 unstableGitUpdater, 17 }: 18 19 - mkDerivation rec { 20 pname = "material-kwin-decoration"; 21 version = "7-unstable-2023-01-15"; 22
··· 16 unstableGitUpdater, 17 }: 18 19 + mkDerivation { 20 pname = "material-kwin-decoration"; 21 version = "7-unstable-2023-01-15"; 22
+1 -1
pkgs/desktops/gnome/extensions/argos/default.nix
··· 5 unstableGitUpdater, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "argos"; 10 version = "unstable-2024-10-28"; 11
··· 5 unstableGitUpdater, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "argos"; 10 version = "unstable-2024-10-28"; 11
+1 -1
pkgs/desktops/gnome/extensions/drop-down-terminal/default.nix
··· 8 gnome, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "gnome-shell-extension-drop-down-terminal"; 13 version = "unstable-2020-03-25"; 14
··· 8 gnome, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "gnome-shell-extension-drop-down-terminal"; 13 version = "unstable-2020-03-25"; 14
+1 -1
pkgs/desktops/gnome/extensions/pop-shell/default.nix
··· 8 unstableGitUpdater, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "gnome-shell-extension-pop-shell"; 13 version = "1.2.0-unstable-2025-02-20"; 14
··· 8 unstableGitUpdater, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "gnome-shell-extension-pop-shell"; 13 version = "1.2.0-unstable-2025-02-20"; 14
+1 -1
pkgs/desktops/gnome/extensions/sound-output-device-chooser/default.nix
··· 7 python3, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "gnome-shell-extension-sound-output-device-chooser"; 12 # For gnome 42 support many commits not tagged yet are needed. 13 version = "unstable-2022-03-29";
··· 7 python3, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "gnome-shell-extension-sound-output-device-chooser"; 12 # For gnome 42 support many commits not tagged yet are needed. 13 version = "unstable-2022-03-29";
+1 -1
pkgs/desktops/gnome/extensions/tilingnome/default.nix
··· 6 gnome-shell, 7 }: 8 9 - stdenv.mkDerivation rec { 10 pname = "gnome-shell-extension-tilingnome"; 11 version = "unstable-2019-09-19"; 12
··· 6 gnome-shell, 7 }: 8 9 + stdenv.mkDerivation { 10 pname = "gnome-shell-extension-tilingnome"; 11 version = "unstable-2019-09-19"; 12
+1 -1
pkgs/desktops/gnome/extensions/window-corner-preview/default.nix
··· 5 gnome-shell, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "gnome-shell-extension-window-corner-preview"; 10 version = "unstable-2019-04-03"; 11
··· 5 gnome-shell, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "gnome-shell-extension-window-corner-preview"; 10 version = "unstable-2019-04-03"; 11
+1 -1
pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
··· 21 22 testingName = lib.optionalString (testName != null) "${testName}-"; 23 in 24 - stdenv.mkDerivation rec { 25 pname = "${testingName}${switchboard.pname}-with-plugs"; 26 inherit (switchboard) version; 27
··· 21 22 testingName = lib.optionalString (testName != null) "${testName}-"; 23 in 24 + stdenv.mkDerivation { 25 pname = "${testingName}${switchboard.pname}-with-plugs"; 26 inherit (switchboard) version; 27
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
··· 19 else 20 indicators ++ (lib.optionals useDefaultIndicators wingpanelIndicators); 21 in 22 - stdenv.mkDerivation rec { 23 pname = "${wingpanel.pname}-with-indicators"; 24 inherit (wingpanel) version; 25
··· 19 else 20 indicators ++ (lib.optionals useDefaultIndicators wingpanelIndicators); 21 in 22 + stdenv.mkDerivation { 23 pname = "${wingpanel.pname}-with-indicators"; 24 inherit (wingpanel) version; 25
+1 -1
pkgs/desktops/plasma-5/3rdparty/addons/virtual-desktop-bar.nix
··· 8 qtx11extras, 9 }: 10 11 - mkDerivation rec { 12 pname = "plasma-applet-virtual-desktop-bar"; 13 version = "unstable-2021-02-20"; 14
··· 8 qtx11extras, 9 }: 10 11 + mkDerivation { 12 pname = "plasma-applet-virtual-desktop-bar"; 13 version = "unstable-2021-02-20"; 14
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-cpugraph-plugin/default.nix
··· 12 xorgproto, 13 }: 14 15 - mkXfceDerivation rec { 16 category = "panel-plugins"; 17 pname = "xfce4-cpugraph-plugin"; 18 version = "1.2.11";
··· 12 xorgproto, 13 }: 14 15 + mkXfceDerivation { 16 category = "panel-plugins"; 17 pname = "xfce4-cpugraph-plugin"; 18 version = "1.2.11";
+1 -1
pkgs/development/ada-modules/gnatprove/default.nix
··· 65 (builtins.throw "GNATprove depends on a specific GNAT version and can't be built using GNAT ${gnat_version}."); 66 67 in 68 - stdenv.mkDerivation rec { 69 pname = "gnatprove"; 70 version = "fsf-${gnat_version}_${thisSpark.commit_date}"; 71
··· 65 (builtins.throw "GNATprove depends on a specific GNAT version and can't be built using GNAT ${gnat_version}."); 66 67 in 68 + stdenv.mkDerivation { 69 pname = "gnatprove"; 70 version = "fsf-${gnat_version}_${thisSpark.commit_date}"; 71
+1 -1
pkgs/development/compilers/alan/2.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - stdenv.mkDerivation rec { 8 pname = "alan2"; 9 version = "2.8.7"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + stdenv.mkDerivation { 8 pname = "alan2"; 9 version = "2.8.7"; 10
+1 -1
pkgs/development/compilers/dotnet/dotnet.nix
··· 30 ; 31 bootstrapSdk = (buildDotnetSdk bootstrapSdkFile).sdk.unwrapped.overrideAttrs (old: { 32 passthru = old.passthru or { } // { 33 - artifacts = stdenvNoCC.mkDerivation rec { 34 name = lib.nameFromURL artifactsUrl ".tar.gz"; 35 36 src = fetchurl {
··· 30 ; 31 bootstrapSdk = (buildDotnetSdk bootstrapSdkFile).sdk.unwrapped.overrideAttrs (old: { 32 passthru = old.passthru or { } // { 33 + artifacts = stdenvNoCC.mkDerivation { 34 name = lib.nameFromURL artifactsUrl ".tar.gz"; 35 36 src = fetchurl {
+1 -1
pkgs/development/compilers/elm/packages/ghc8_10/default.nix
··· 6 self: super: 7 let 8 inherit (pkgs.haskell.lib.compose) justStaticExecutables overrideCabal doJailbreak; 9 - elmPkgs = rec { 10 elmi-to-json = justStaticExecutables ( 11 overrideCabal (drv: { 12 version = "unstable-2021-07-19";
··· 6 self: super: 7 let 8 inherit (pkgs.haskell.lib.compose) justStaticExecutables overrideCabal doJailbreak; 9 + elmPkgs = { 10 elmi-to-json = justStaticExecutables ( 11 overrideCabal (drv: { 12 version = "unstable-2021-07-19";
+1 -1
pkgs/development/compilers/elm/packages/ghc9_2/default.nix
··· 6 self: super: 7 let 8 inherit (pkgs.haskell.lib.compose) justStaticExecutables overrideCabal doJailbreak; 9 - elmPkgs = rec { 10 /* 11 The elm-format expression is updated via a script in the https://github.com/avh4/elm-format repo: 12 `package/nix/build.sh`
··· 6 self: super: 7 let 8 inherit (pkgs.haskell.lib.compose) justStaticExecutables overrideCabal doJailbreak; 9 + elmPkgs = { 10 /* 11 The elm-format expression is updated via a script in the https://github.com/avh4/elm-format repo: 12 `package/nix/build.sh`
+1 -1
pkgs/development/compilers/factor-lang/scope.nix
··· 4 let 5 inside = (self: 6 let callPackage = pkgs.newScope self; 7 - in rec { 8 interpreter = callPackage ./factor99.nix { inherit (pkgs) stdenv; }; 9 10 # Convenience access for using the returned attribute the same way as the
··· 4 let 5 inside = (self: 6 let callPackage = pkgs.newScope self; 7 + in { 8 interpreter = callPackage ./factor99.nix { inherit (pkgs) stdenv; }; 9 10 # Convenience access for using the returned attribute the same way as the
+1 -1
pkgs/development/compilers/ghc/8.10.7-binary.nix
··· 229 230 in 231 232 - stdenv.mkDerivation rec { 233 inherit version; 234 pname = "ghc-binary${binDistUsed.variantSuffix}"; 235
··· 229 230 in 231 232 + stdenv.mkDerivation { 233 inherit version; 234 pname = "ghc-binary${binDistUsed.variantSuffix}"; 235
+1 -1
pkgs/development/compilers/ghc/9.10.1.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.10.1"; 3 sha256 = "bf386a302d4ee054791ffd51748900f15d71760fd199157922d120cc1f89e2f7"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.10.1"; 3 sha256 = "bf386a302d4ee054791ffd51748900f15d71760fd199157922d120cc1f89e2f7"; 4 }
+1 -1
pkgs/development/compilers/ghc/9.12.1.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.12.1"; 3 sha256 = "4a7410bdeec70f75717087b8f94bf5a6598fd61b3a0e1f8501d8f10be1492754"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.12.1"; 3 sha256 = "4a7410bdeec70f75717087b8f94bf5a6598fd61b3a0e1f8501d8f10be1492754"; 4 }
+1 -1
pkgs/development/compilers/ghc/9.2.4-binary.nix
··· 218 219 in 220 221 - stdenv.mkDerivation rec { 222 inherit version; 223 pname = "ghc-binary${binDistUsed.variantSuffix}"; 224
··· 218 219 in 220 221 + stdenv.mkDerivation { 222 inherit version; 223 pname = "ghc-binary${binDistUsed.variantSuffix}"; 224
+1 -1
pkgs/development/compilers/ghc/9.6.3-binary.nix
··· 217 218 in 219 220 - stdenv.mkDerivation rec { 221 inherit version; 222 pname = "ghc-binary${binDistUsed.variantSuffix}"; 223
··· 217 218 in 219 220 + stdenv.mkDerivation { 221 inherit version; 222 pname = "ghc-binary${binDistUsed.variantSuffix}"; 223
+1 -1
pkgs/development/compilers/ghc/9.6.3.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.6.3"; 3 sha256 = "1xbpxchmvm9gswrwwz1rsvx9kjaxhc2q3fx9l6wa0l5599xydkfz"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.6.3"; 3 sha256 = "1xbpxchmvm9gswrwwz1rsvx9kjaxhc2q3fx9l6wa0l5599xydkfz"; 4 }
+1 -1
pkgs/development/compilers/ghc/9.8.1.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.8.1"; 3 sha256 = "b2f8ed6b7f733797a92436f4ff6e088a520913149c9a9be90465b40ad1f20751"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.8.1"; 3 sha256 = "b2f8ed6b7f733797a92436f4ff6e088a520913149c9a9be90465b40ad1f20751"; 4 }
+1 -1
pkgs/development/compilers/ghc/9.8.2.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.8.2"; 3 sha256 = "4vt6fddGEjfSLoNlqD7dnhp30uFdBF85RTloRah3gck="; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.8.2"; 3 sha256 = "4vt6fddGEjfSLoNlqD7dnhp30uFdBF85RTloRah3gck="; 4 }
+1 -1
pkgs/development/compilers/ghc/9.8.3.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.8.3"; 3 sha256 = "99e40d729ec8831a633b75fd85d65dd10e31a0133dec9d198d686a273679ab70"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.8.3"; 3 sha256 = "99e40d729ec8831a633b75fd85d65dd10e31a0133dec9d198d686a273679ab70"; 4 }
+1 -1
pkgs/development/compilers/ghc/9.8.4.nix
··· 1 - import ./common-hadrian.nix rec { 2 version = "9.8.4"; 3 sha256 = "17e8188f3c8a5c2f73fb4e35d01032e8dc258835ec876d52c8ad8ee3d24b2fc5"; 4 }
··· 1 + import ./common-hadrian.nix { 2 version = "9.8.4"; 3 sha256 = "17e8188f3c8a5c2f73fb4e35d01032e8dc258835ec876d52c8ad8ee3d24b2fc5"; 4 }
+1 -1
pkgs/development/compilers/obliv-c/default.nix
··· 6 ocamlPackages, 7 perl, 8 }: 9 - stdenv.mkDerivation rec { 10 pname = "obliv-c"; 11 12 version = "0.0pre20210621";
··· 6 ocamlPackages, 7 perl, 8 }: 9 + stdenv.mkDerivation { 10 pname = "obliv-c"; 11 12 version = "0.0pre20210621";
+1 -1
pkgs/development/coq-modules/ExtLib/default.nix
··· 1 { lib, mkCoqDerivation, coq, stdlib, version ? null }: 2 3 - mkCoqDerivation rec { 4 pname = "coq-ext-lib"; 5 inherit version; 6 defaultVersion = with lib.versions; lib.switch coq.coq-version [
··· 1 { lib, mkCoqDerivation, coq, stdlib, version ? null }: 2 3 + mkCoqDerivation { 4 pname = "coq-ext-lib"; 5 inherit version; 6 defaultVersion = with lib.versions; lib.switch coq.coq-version [
+1 -1
pkgs/development/coq-modules/ITree/default.nix
··· 7 ExtLib, 8 }: 9 10 - mkCoqDerivation rec { 11 pname = "InteractionTrees"; 12 owner = "DeepSpec"; 13 inherit version;
··· 7 ExtLib, 8 }: 9 10 + mkCoqDerivation { 11 pname = "InteractionTrees"; 12 owner = "DeepSpec"; 13 inherit version;
+1 -1
pkgs/development/coq-modules/coq-record-update/default.nix
··· 5 version ? null, 6 }: 7 8 - mkCoqDerivation rec { 9 pname = "coq-record-update"; 10 owner = "tchajed"; 11 inherit version;
··· 5 version ? null, 6 }: 7 8 + mkCoqDerivation { 9 pname = "coq-record-update"; 10 owner = "tchajed"; 11 inherit version;
+1 -1
pkgs/development/coq-modules/corn/default.nix
··· 8 version ? null, 9 }: 10 11 - (mkCoqDerivation rec { 12 pname = "corn"; 13 inherit version; 14 defaultVersion =
··· 8 version ? null, 9 }: 10 11 + (mkCoqDerivation { 12 pname = "corn"; 13 inherit version; 14 defaultVersion =
+1 -1
pkgs/development/coq-modules/fiat/HEAD.nix
··· 6 version ? null, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "fiat"; 11 owner = "mit-plv"; 12 repo = "fiat";
··· 6 version ? null, 7 }: 8 9 + mkCoqDerivation { 10 pname = "fiat"; 11 owner = "mit-plv"; 12 repo = "fiat";
+1 -1
pkgs/development/coq-modules/gaia-hydras/default.nix
··· 9 version ? null, 10 }: 11 12 - mkCoqDerivation rec { 13 pname = "gaia-hydras"; 14 repo = "hydra-battles"; 15
··· 9 version ? null, 10 }: 11 12 + mkCoqDerivation { 13 pname = "gaia-hydras"; 14 repo = "hydra-battles"; 15
+1 -1
pkgs/development/coq-modules/iris-named-props/default.nix
··· 6 iris, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "iris-named-props"; 11 owner = "tchajed"; 12 inherit version;
··· 6 iris, 7 }: 8 9 + mkCoqDerivation { 10 pname = "iris-named-props"; 11 owner = "tchajed"; 12 inherit version;
+1 -1
pkgs/development/coq-modules/iris/default.nix
··· 6 version ? null, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "iris"; 11 domain = "gitlab.mpi-sws.org"; 12 owner = "iris";
··· 6 version ? null, 7 }: 8 9 + mkCoqDerivation { 10 pname = "iris"; 11 domain = "gitlab.mpi-sws.org"; 12 owner = "iris";
+1 -1
pkgs/development/coq-modules/itauto/default.nix
··· 7 version ? null, 8 }: 9 10 - (mkCoqDerivation rec { 11 pname = "itauto"; 12 owner = "fbesson"; 13 domain = "gitlab.inria.fr";
··· 7 version ? null, 8 }: 9 10 + (mkCoqDerivation { 11 pname = "itauto"; 12 owner = "fbesson"; 13 domain = "gitlab.inria.fr";
+1 -1
pkgs/development/coq-modules/lemma-overloading/default.nix
··· 6 version ? null, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "lemma-overloading"; 11 inherit version; 12
··· 6 version ? null, 7 }: 8 9 + mkCoqDerivation { 10 pname = "lemma-overloading"; 11 inherit version; 12
+1 -1
pkgs/development/coq-modules/mathcomp-zify/default.nix
··· 9 version ? null, 10 }: 11 12 - mkCoqDerivation rec { 13 namePrefix = [ 14 "coq" 15 "mathcomp"
··· 9 version ? null, 10 }: 11 12 + mkCoqDerivation { 13 namePrefix = [ 14 "coq" 15 "mathcomp"
+1 -1
pkgs/development/coq-modules/semantics/default.nix
··· 5 version ? null, 6 }: 7 8 - mkCoqDerivation rec { 9 pname = "semantics"; 10 owner = "coq-community"; 11 releaseRev = v: "v${v}";
··· 5 version ? null, 6 }: 7 8 + mkCoqDerivation { 9 pname = "semantics"; 10 owner = "coq-community"; 11 releaseRev = v: "v${v}";
+1 -1
pkgs/development/coq-modules/stdpp/default.nix
··· 6 version ? null, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "stdpp"; 11 inherit version; 12 domain = "gitlab.mpi-sws.org";
··· 6 version ? null, 7 }: 8 9 + mkCoqDerivation { 10 pname = "stdpp"; 11 inherit version; 12 domain = "gitlab.mpi-sws.org";
+1 -1
pkgs/development/coq-modules/topology/default.nix
··· 6 version ? null, 7 }: 8 9 - mkCoqDerivation rec { 10 pname = "topology"; 11 12 releaseRev = v: "v${v}";
··· 6 version ? null, 7 }: 8 9 + mkCoqDerivation { 10 pname = "topology"; 11 12 releaseRev = v: "v${v}";
+1 -1
pkgs/development/interpreters/bqn/cbqn/default.nix
··· 17 let 18 sources = callPackage ./sources.nix { }; 19 in 20 - stdenv.mkDerivation rec { 21 pname = "cbqn" + lib.optionalString (!generateBytecode) "-standalone"; 22 inherit (sources.cbqn) version src; 23
··· 17 let 18 sources = callPackage ./sources.nix { }; 19 in 20 + stdenv.mkDerivation { 21 pname = "cbqn" + lib.optionalString (!generateBytecode) "-standalone"; 22 inherit (sources.cbqn) version src; 23
+1 -1
pkgs/development/libraries/agda/agda-prelude/default.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - mkDerivation rec { 8 version = "unstable-2024-08-22"; 9 pname = "agda-prelude"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + mkDerivation { 8 version = "unstable-2024-08-22"; 9 pname = "agda-prelude"; 10
+1 -1
pkgs/development/libraries/bashup-events/generic.nix
··· 31 ''; 32 33 in 34 - resholve.mkDerivation rec { 35 # bashup.events doesn't version yet but it has two variants with 36 # differing features/performance characteristics: 37 # - branch master: a variant for bash 3.2+
··· 31 ''; 32 33 in 34 + resholve.mkDerivation { 35 # bashup.events doesn't version yet but it has two variants with 36 # differing features/performance characteristics: 37 # - branch master: a variant for bash 3.2+
+1 -1
pkgs/development/libraries/eigen/default.nix
··· 5 cmake, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "eigen"; 10 version = "3.4.0-unstable-2022-05-19"; 11
··· 5 cmake, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "eigen"; 10 version = "3.4.0-unstable-2022-05-19"; 11
+1 -1
pkgs/development/libraries/fltk/1.4.nix
··· 1 - import ./common.nix rec { 2 version = "1.4.x-2021-12-21"; 3 rev = "c8bb2a35850be7c6eaec5ad5a2936a77f7913de2"; 4 sha256 = "1fwfg1hp1ajqh2b4ra4phi96854q9i8c0gbyi7pr35ljyv848295";
··· 1 + import ./common.nix { 2 version = "1.4.x-2021-12-21"; 3 rev = "c8bb2a35850be7c6eaec5ad5a2936a77f7913de2"; 4 sha256 = "1fwfg1hp1ajqh2b4ra4phi96854q9i8c0gbyi7pr35ljyv848295";
+1 -1
pkgs/development/libraries/fltk/common.nix
··· 49 let 50 onOff = value: if value then "ON" else "OFF"; 51 in 52 - stdenv.mkDerivation rec { 53 pname = "fltk"; 54 inherit version; 55
··· 49 let 50 onOff = value: if value then "ON" else "OFF"; 51 in 52 + stdenv.mkDerivation { 53 pname = "fltk"; 54 inherit version; 55
+1 -1
pkgs/development/libraries/getdns/default.nix
··· 79 }; 80 }; 81 82 - stubby = stdenv.mkDerivation rec { 83 pname = "stubby"; 84 version = "0.4.3"; 85 outputs = [
··· 79 }; 80 }; 81 82 + stubby = stdenv.mkDerivation { 83 pname = "stubby"; 84 version = "0.4.3"; 85 outputs = [
+1 -1
pkgs/development/libraries/gsmlib/default.nix
··· 4 fetchFromGitHub, 5 autoreconfHook, 6 }: 7 - stdenv.mkDerivation rec { 8 pname = "gsmlib"; 9 version = "unstable-2017-10-06"; 10
··· 4 fetchFromGitHub, 5 autoreconfHook, 6 }: 7 + stdenv.mkDerivation { 8 pname = "gsmlib"; 9 version = "unstable-2017-10-06"; 10
+1 -1
pkgs/development/libraries/gstreamer/icamerasrc/default.nix
··· 10 libva, 11 }: 12 13 - stdenv.mkDerivation rec { 14 pname = "icamerasrc-${ipu6-camera-hal.ipuVersion}"; 15 version = "unstable-2024-09-29"; 16
··· 10 libva, 11 }: 12 13 + stdenv.mkDerivation { 14 pname = "icamerasrc-${ipu6-camera-hal.ipuVersion}"; 15 version = "unstable-2024-09-29"; 16
+2 -2
pkgs/development/libraries/hunspell/dictionaries.nix
··· 192 193 mkDictFromXuxen = 194 { shortName, srcs, shortDescription, longDescription, dictFileName }: 195 - stdenv.mkDerivation rec { 196 pname = "hunspell-dict-${shortName}-xuxen"; 197 version = "5-2015.11.10"; 198 ··· 1033 1034 /* Turkish */ 1035 tr_TR = tr-tr; 1036 - tr-tr = mkDict rec { 1037 pname = "hunspell-dict-tr-tr"; 1038 version = "1.1.1"; 1039
··· 192 193 mkDictFromXuxen = 194 { shortName, srcs, shortDescription, longDescription, dictFileName }: 195 + stdenv.mkDerivation { 196 pname = "hunspell-dict-${shortName}-xuxen"; 197 version = "5-2015.11.10"; 198 ··· 1033 1034 /* Turkish */ 1035 tr_TR = tr-tr; 1036 + tr-tr = mkDict { 1037 pname = "hunspell-dict-tr-tr"; 1038 version = "1.1.1"; 1039
+1 -1
pkgs/development/libraries/hyphen/dictionaries.nix
··· 55 # ENGLISH 56 57 en_US = en-us; 58 - en-us = stdenv.mkDerivation rec { 59 nativeBuildInputs = hyphen.nativeBuildInputs; 60 version = hyphen.version; 61 pname = "hyphen-dict-en-us";
··· 55 # ENGLISH 56 57 en_US = en-us; 58 + en-us = stdenv.mkDerivation { 59 nativeBuildInputs = hyphen.nativeBuildInputs; 60 version = hyphen.version; 61 pname = "hyphen-dict-en-us";
+1 -1
pkgs/development/libraries/irrlicht/default.nix
··· 14 common = import ./common.nix { inherit fetchzip; }; 15 in 16 17 - stdenv.mkDerivation rec { 18 pname = common.pname; 19 version = common.version; 20
··· 14 common = import ./common.nix { inherit fetchzip; }; 15 in 16 17 + stdenv.mkDerivation { 18 pname = common.pname; 19 version = common.version; 20
+1 -1
pkgs/development/libraries/irrlicht/mac.nix
··· 13 common = import ./common.nix { inherit fetchzip; }; 14 in 15 16 - stdenv.mkDerivation rec { 17 pname = "irrlicht-mac"; 18 version = common.version; 19
··· 13 common = import ./common.nix { inherit fetchzip; }; 14 in 15 16 + stdenv.mkDerivation { 17 pname = "irrlicht-mac"; 18 version = common.version; 19
+1 -1
pkgs/development/libraries/jabcode/default.nix
··· 15 "writer" = "jabcodeWriter"; 16 }; 17 in 18 - stdenv.mkDerivation rec { 19 pname = "jabcode-${subproject}"; 20 version = "unstable-2022-06-17"; 21 src = fetchFromGitHub {
··· 15 "writer" = "jabcodeWriter"; 16 }; 17 in 18 + stdenv.mkDerivation { 19 pname = "jabcode-${subproject}"; 20 version = "unstable-2022-06-17"; 21 src = fetchFromGitHub {
+1 -1
pkgs/development/libraries/java/rhino/default.nix
··· 14 sha256 = "1pb08d9j81d0wz5wj31idz198iwhqb7mch872n08jh1354rjlqwk"; 15 }; 16 in 17 - stdenv.mkDerivation rec { 18 pname = "rhino"; 19 version = "1.7R2"; 20
··· 14 sha256 = "1pb08d9j81d0wz5wj31idz198iwhqb7mch872n08jh1354rjlqwk"; 15 }; 16 in 17 + stdenv.mkDerivation { 18 pname = "rhino"; 19 version = "1.7R2"; 20
+1 -1
pkgs/development/libraries/libirc/default.nix
··· 6 qtbase, 7 }: 8 9 - stdenv.mkDerivation rec { 10 pname = "libirc"; 11 version = "unstable-2022-10-15"; 12
··· 6 qtbase, 7 }: 8 9 + stdenv.mkDerivation { 10 pname = "libirc"; 11 version = "unstable-2022-10-15"; 12
+1 -1
pkgs/development/libraries/liblastfm/default.nix
··· 12 darwin, 13 }: 14 15 - stdenv.mkDerivation rec { 16 pname = "liblastfm-unstable"; 17 version = "2019-08-23"; 18
··· 12 darwin, 13 }: 14 15 + stdenv.mkDerivation { 16 pname = "liblastfm-unstable"; 17 version = "2019-08-23"; 18
+1 -1
pkgs/development/libraries/libosmscout/default.nix
··· 10 qtlocation, 11 }: 12 13 - mkDerivation rec { 14 pname = "libosmscout"; 15 version = "2022.04.25"; 16
··· 10 qtlocation, 11 }: 12 13 + mkDerivation { 14 pname = "libosmscout"; 15 version = "2022.04.25"; 16
+1 -1
pkgs/development/libraries/libsbsms/common.nix
··· 10 homepage, 11 }: 12 13 - stdenv.mkDerivation rec { 14 inherit pname version; 15 16 src = fetchurl {
··· 10 homepage, 11 }: 12 13 + stdenv.mkDerivation { 14 inherit pname version; 15 16 src = fetchurl {
+1 -1
pkgs/development/libraries/luabind/default.nix
··· 7 cmake, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "luabind"; 12 version = "0.9.1"; 13
··· 7 cmake, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "luabind"; 12 version = "0.9.1"; 13
+1 -1
pkgs/development/libraries/malcontent/ui.nix
··· 20 glib-testing, 21 }: 22 23 - stdenv.mkDerivation rec { 24 pname = "malcontent-ui"; 25 26 inherit (malcontent) version src;
··· 20 glib-testing, 21 }: 22 23 + stdenv.mkDerivation { 24 pname = "malcontent-ui"; 25 26 inherit (malcontent) version src;
+2
pkgs/development/libraries/pipewire/default.nix
··· 1 { 2 stdenv, 3 lib, 4 fetchFromGitLab, 5 python3, 6 meson, ··· 96 ]; 97 98 strictDeps = true; 99 nativeBuildInputs = [ 100 docutils 101 doxygen
··· 1 { 2 stdenv, 3 lib, 4 + buildPackages, 5 fetchFromGitLab, 6 python3, 7 meson, ··· 97 ]; 98 99 strictDeps = true; 100 + depsBuildBuild = [ buildPackages.stdenv.cc ]; 101 nativeBuildInputs = [ 102 docutils 103 doxygen
+1 -1
pkgs/development/libraries/qtfeedback/default.nix
··· 7 qtdeclarative, 8 }: 9 10 - mkDerivation rec { 11 pname = "qtfeedback"; 12 version = "unstable-2018-09-03"; 13
··· 7 qtdeclarative, 8 }: 9 10 + mkDerivation { 11 pname = "qtfeedback"; 12 version = "unstable-2018-09-03"; 13
+1 -1
pkgs/development/libraries/science/biology/mirtk/default.nix
··· 14 tbb, 15 }: 16 17 - stdenv.mkDerivation rec { 18 pname = "mirtk"; 19 version = "unstable-2022-07-22"; 20
··· 14 tbb, 15 }: 16 17 + stdenv.mkDerivation { 18 pname = "mirtk"; 19 version = "unstable-2022-07-22"; 20
+1 -1
pkgs/development/libraries/soci/bc-soci.nix
··· 8 stdenv, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "bc-soci"; 13 version = "linphone-4.4.1"; 14
··· 8 stdenv, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "bc-soci"; 13 version = "linphone-4.4.1"; 14
+1 -1
pkgs/development/libraries/soqt/default.nix
··· 8 pkg-config, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "soqt"; 13 version = "2020-12-05-unstable"; 14
··· 8 pkg-config, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "soqt"; 13 version = "2020-12-05-unstable"; 14
+2 -2
pkgs/development/lisp-modules/packages.nix
··· 197 }; 198 }; 199 200 - clfswm = super.clfswm.overrideAttrs (o: rec { 201 buildScript = pkgs.writeText "build-clfswm.lisp" '' 202 (load "${o.asdfFasl}/asdf.${o.faslExt}") 203 (asdf:load-system 'clfswm) ··· 324 lispLibs = with self; [ clim mcclim mcclim-layouts ]; 325 }; 326 327 - kons-9 = build-asdf-system rec { 328 pname = "kons-9"; 329 version = "trunk"; 330 src = pkgs.fetchFromGitHub {
··· 197 }; 198 }; 199 200 + clfswm = super.clfswm.overrideAttrs (o: { 201 buildScript = pkgs.writeText "build-clfswm.lisp" '' 202 (load "${o.asdfFasl}/asdf.${o.faslExt}") 203 (asdf:load-system 'clfswm) ··· 324 lispLibs = with self; [ clim mcclim mcclim-layouts ]; 325 }; 326 327 + kons-9 = build-asdf-system { 328 pname = "kons-9"; 329 version = "trunk"; 330 src = pkgs.fetchFromGitHub {
+1 -1
pkgs/development/misc/msp430/mspds/binary.nix
··· 11 stdenv.hostPlatform.is64bit && !stdenv.hostPlatform.isDarwin 12 ) "_64"; 13 in 14 - stdenv.mkDerivation rec { 15 pname = "msp-debug-stack-bin"; 16 version = "3.15.1.1"; 17 src = fetchurl {
··· 11 stdenv.hostPlatform.is64bit && !stdenv.hostPlatform.isDarwin 12 ) "_64"; 13 in 14 + stdenv.mkDerivation { 15 pname = "msp-debug-stack-bin"; 16 version = "3.15.1.1"; 17 src = fetchurl {
+1 -1
pkgs/development/misc/resholve/oildev.nix
··· 13 typing, 14 }: 15 16 - rec { 17 /* 18 Upstream isn't interested in packaging this as a library 19 (or accepting all of the patches we need to do so).
··· 13 typing, 14 }: 15 16 + { 17 /* 18 Upstream isn't interested in packaging this as a library 19 (or accepting all of the patches we need to do so).
+1 -1
pkgs/development/misc/resholve/resholve.nix
··· 15 }: 16 17 let 18 - sedparse = python27.pkgs.buildPythonPackage rec { 19 pname = "sedparse"; 20 version = "0.1.2"; 21 src = fetchFromGitHub {
··· 15 }: 16 17 let 18 + sedparse = python27.pkgs.buildPythonPackage { 19 pname = "sedparse"; 20 version = "0.1.2"; 21 src = fetchFromGitHub {
+1 -1
pkgs/development/mobile/androidenv/examples/shell-without-emulator.nix
··· 87 platformTools = androidComposition.platform-tools; 88 jdk = pkgs.jdk; 89 in 90 - pkgs.mkShell rec { 91 name = "androidenv-example-without-emulator-demo"; 92 packages = [ 93 androidSdk
··· 87 platformTools = androidComposition.platform-tools; 88 jdk = pkgs.jdk; 89 in 90 + pkgs.mkShell { 91 name = "androidenv-example-without-emulator-demo"; 92 packages = [ 93 androidSdk
+1 -1
pkgs/development/ocaml-modules/angstrom-async/default.nix
··· 5 async, 6 }: 7 8 - buildDunePackage rec { 9 pname = "angstrom-async"; 10 11 inherit (angstrom) version src;
··· 5 async, 6 }: 7 8 + buildDunePackage { 9 pname = "angstrom-async"; 10 11 inherit (angstrom) version src;
+1 -1
pkgs/development/ocaml-modules/angstrom-lwt-unix/default.nix
··· 5 lwt, 6 }: 7 8 - buildDunePackage rec { 9 pname = "angstrom-lwt-unix"; 10 11 inherit (angstrom) version src;
··· 5 lwt, 6 }: 7 8 + buildDunePackage { 9 pname = "angstrom-lwt-unix"; 10 11 inherit (angstrom) version src;
+1 -1
pkgs/development/ocaml-modules/angstrom-unix/default.nix
··· 4 angstrom, 5 }: 6 7 - buildDunePackage rec { 8 pname = "angstrom-unix"; 9 10 inherit (angstrom) version src;
··· 4 angstrom, 5 }: 6 7 + buildDunePackage { 8 pname = "angstrom-unix"; 9 10 inherit (angstrom) version src;
+1 -1
pkgs/development/ocaml-modules/atd/default.nix
··· 10 nixosTests, 11 }: 12 13 - buildDunePackage rec { 14 pname = "atd"; 15 inherit (atdgen-codec-runtime) version src; 16
··· 10 nixosTests, 11 }: 12 13 + buildDunePackage { 14 pname = "atd"; 15 inherit (atdgen-codec-runtime) version src; 16
+1 -1
pkgs/development/ocaml-modules/atdgen/runtime.nix
··· 5 yojson, 6 }: 7 8 - buildDunePackage rec { 9 pname = "atdgen-runtime"; 10 inherit (atdgen-codec-runtime) version src; 11
··· 5 yojson, 6 }: 7 8 + buildDunePackage { 9 pname = "atdgen-runtime"; 10 inherit (atdgen-codec-runtime) version src; 11
+1 -1
pkgs/development/ocaml-modules/bitstring/ppx.nix
··· 11 throw "ppx_bitstring is not available with ppxlib-${ppxlib.version}" 12 else 13 14 - buildDunePackage rec { 15 pname = "ppx_bitstring"; 16 inherit (bitstring) version src; 17
··· 11 throw "ppx_bitstring is not available with ppxlib-${ppxlib.version}" 12 else 13 14 + buildDunePackage { 15 pname = "ppx_bitstring"; 16 inherit (bitstring) version src; 17
+1 -1
pkgs/development/ocaml-modules/brisk-reconciler/default.nix
··· 6 ppxlib, 7 }: 8 9 - buildDunePackage rec { 10 pname = "brisk-reconciler"; 11 version = "unstable-2020-12-02"; 12
··· 6 ppxlib, 7 }: 8 9 + buildDunePackage { 10 pname = "brisk-reconciler"; 11 version = "unstable-2020-12-02"; 12
+1 -1
pkgs/development/ocaml-modules/chrome-trace/default.nix
··· 4 dune_3, 5 }: 6 7 - buildDunePackage rec { 8 pname = "chrome-trace"; 9 inherit (dune_3) src version; 10
··· 4 dune_3, 5 }: 6 7 + buildDunePackage { 8 pname = "chrome-trace"; 9 inherit (dune_3) src version; 10
+1 -1
pkgs/development/ocaml-modules/cooltt/default.nix
··· 21 }: 22 23 let 24 - bantorra = buildDunePackage rec { 25 pname = "bantorra"; 26 version = "unstable-2022-05-08"; 27 src = fetchFromGitHub {
··· 21 }: 22 23 let 24 + bantorra = buildDunePackage { 25 pname = "bantorra"; 26 version = "unstable-2022-05-08"; 27 src = fetchFromGitHub {
+1 -1
pkgs/development/ocaml-modules/cstruct/async.nix
··· 6 core, 7 }: 8 9 - buildDunePackage rec { 10 pname = "cstruct-async"; 11 inherit (cstruct) src version meta; 12
··· 6 core, 7 }: 8 9 + buildDunePackage { 10 pname = "cstruct-async"; 11 inherit (cstruct) src version meta; 12
+1 -1
pkgs/development/ocaml-modules/cstruct/sexp.nix
··· 11 cstruct 12 else 13 14 - buildDunePackage rec { 15 pname = "cstruct-sexp"; 16 inherit (cstruct) version src meta; 17
··· 11 cstruct 12 else 13 14 + buildDunePackage { 15 pname = "cstruct-sexp"; 16 inherit (cstruct) version src meta; 17
+1 -1
pkgs/development/ocaml-modules/ctypes/foreign.nix
··· 7 lwt, 8 }: 9 10 - buildDunePackage rec { 11 pname = "ctypes-foreign"; 12 13 inherit (ctypes) version src doCheck;
··· 7 lwt, 8 }: 9 10 + buildDunePackage { 11 pname = "ctypes-foreign"; 12 13 inherit (ctypes) version src doCheck;
+1 -1
pkgs/development/ocaml-modules/data-encoding/default.nix
··· 13 ppx_expect, 14 }: 15 16 - buildDunePackage rec { 17 pname = "data-encoding"; 18 inherit (json-data-encoding) src version; 19
··· 13 ppx_expect, 14 }: 15 16 + buildDunePackage { 17 pname = "data-encoding"; 18 inherit (json-data-encoding) src version; 19
+1 -1
pkgs/development/ocaml-modules/dune-action-plugin/default.nix
··· 7 dune-rpc, 8 }: 9 10 - buildDunePackage rec { 11 pname = "dune-action-plugin"; 12 inherit (dune_3) src version; 13
··· 7 dune-rpc, 8 }: 9 10 + buildDunePackage { 11 pname = "dune-action-plugin"; 12 inherit (dune_3) src version; 13
+1 -1
pkgs/development/ocaml-modules/dune-build-info/default.nix
··· 4 dune-action-plugin, 5 }: 6 7 - buildDunePackage rec { 8 pname = "dune-build-info"; 9 inherit (dune-action-plugin) src version preBuild; 10
··· 4 dune-action-plugin, 5 }: 6 7 + buildDunePackage { 8 pname = "dune-build-info"; 9 inherit (dune-action-plugin) src version preBuild; 10
+1 -1
pkgs/development/ocaml-modules/dune-configurator/default.nix
··· 5 csexp, 6 }: 7 8 - buildDunePackage rec { 9 pname = "dune-configurator"; 10 11 inherit (dune_3) src version patches;
··· 5 csexp, 6 }: 7 8 + buildDunePackage { 9 pname = "dune-configurator"; 10 11 inherit (dune_3) src version patches;
+1 -1
pkgs/development/ocaml-modules/dune-glob/default.nix
··· 5 dune-private-libs, 6 }: 7 8 - buildDunePackage rec { 9 pname = "dune-glob"; 10 inherit (dune_3) src version; 11
··· 5 dune-private-libs, 6 }: 7 8 + buildDunePackage { 9 pname = "dune-glob"; 10 inherit (dune_3) src version; 11
+1 -1
pkgs/development/ocaml-modules/dune-private-libs/default.nix
··· 5 stdune, 6 }: 7 8 - buildDunePackage rec { 9 pname = "dune-private-libs"; 10 11 duneVersion = "3";
··· 5 stdune, 6 }: 7 8 + buildDunePackage { 9 pname = "dune-private-libs"; 10 11 duneVersion = "3";
+1 -1
pkgs/development/ocaml-modules/dune-rpc/default.nix
··· 10 dyn, 11 }: 12 13 - buildDunePackage rec { 14 pname = "dune-rpc"; 15 inherit (dune_3) src version; 16
··· 10 dyn, 11 }: 12 13 + buildDunePackage { 14 pname = "dune-rpc"; 15 inherit (dune_3) src version; 16
+1 -1
pkgs/development/ocaml-modules/dune-site/default.nix
··· 5 dune-private-libs, 6 }: 7 8 - buildDunePackage rec { 9 pname = "dune-site"; 10 inherit (dune_3) src version; 11
··· 5 dune-private-libs, 6 }: 7 8 + buildDunePackage { 9 pname = "dune-site"; 10 inherit (dune_3) src version; 11
+1 -1
pkgs/development/ocaml-modules/dypgen/default.nix
··· 31 throw "dypgen is not available for OCaml ${ocaml.version}"; 32 in 33 34 - stdenv.mkDerivation rec { 35 pname = "ocaml${ocaml.version}-dypgen"; 36 inherit (params) src version; 37
··· 31 throw "dypgen is not available for OCaml ${ocaml.version}"; 32 in 33 34 + stdenv.mkDerivation { 35 pname = "ocaml${ocaml.version}-dypgen"; 36 inherit (params) src version; 37
+1 -1
pkgs/development/ocaml-modules/erm_xml/default.nix
··· 11 throw "erm_xml is not available for OCaml ${ocaml.version}" 12 else 13 14 - stdenv.mkDerivation rec { 15 pname = "ocaml${ocaml.version}-erm_xml"; 16 version = "0.3+20180112"; 17
··· 11 throw "erm_xml is not available for OCaml ${ocaml.version}" 12 else 13 14 + stdenv.mkDerivation { 15 pname = "ocaml${ocaml.version}-erm_xml"; 16 version = "0.3+20180112"; 17
+1 -1
pkgs/development/ocaml-modules/erm_xmpp/default.nix
··· 14 digestif, 15 }: 16 17 - stdenv.mkDerivation rec { 18 version = "0.3+20241009"; 19 pname = "ocaml${ocaml.version}-erm_xmpp"; 20
··· 14 digestif, 15 }: 16 17 + stdenv.mkDerivation { 18 version = "0.3+20241009"; 19 pname = "ocaml${ocaml.version}-erm_xmpp"; 20
+1 -1
pkgs/development/ocaml-modules/faraday/async.nix
··· 5 async, 6 }: 7 8 - buildDunePackage rec { 9 pname = "faraday-async"; 10 inherit (faraday) version src; 11
··· 5 async, 6 }: 7 8 + buildDunePackage { 9 pname = "faraday-async"; 10 inherit (faraday) version src; 11
+1 -1
pkgs/development/ocaml-modules/faraday/lwt-unix.nix
··· 5 lwt, 6 }: 7 8 - buildDunePackage rec { 9 pname = "faraday-lwt-unix"; 10 inherit (faraday) version src; 11 duneVersion = "3";
··· 5 lwt, 6 }: 7 8 + buildDunePackage { 9 pname = "faraday-lwt-unix"; 10 inherit (faraday) version src; 11 duneVersion = "3";
+1 -1
pkgs/development/ocaml-modules/faraday/lwt.nix
··· 4 lwt, 5 }: 6 7 - buildDunePackage rec { 8 pname = "faraday-lwt"; 9 inherit (faraday) version src; 10
··· 4 lwt, 5 }: 6 7 + buildDunePackage { 8 pname = "faraday-lwt"; 9 inherit (faraday) version src; 10
+1 -1
pkgs/development/ocaml-modules/ff/default.nix
··· 6 alcotest, 7 }: 8 9 - buildDunePackage rec { 10 pname = "ff"; 11 inherit (ff-sig) version src; 12 duneVersion = "3";
··· 6 alcotest, 7 }: 8 9 + buildDunePackage { 10 pname = "ff"; 11 inherit (ff-sig) version src; 12 duneVersion = "3";
+1 -1
pkgs/development/ocaml-modules/flex/default.nix
··· 5 reason, 6 }: 7 8 - buildDunePackage rec { 9 pname = "flex"; 10 version = "unstable-2020-09-12"; 11
··· 5 reason, 6 }: 7 8 + buildDunePackage { 9 pname = "flex"; 10 version = "unstable-2020-09-12"; 11
+1 -1
pkgs/development/ocaml-modules/gen_js_api/ojs.nix
··· 4 js_of_ocaml-compiler, 5 }: 6 7 - buildDunePackage rec { 8 pname = "ojs"; 9 10 inherit (gen_js_api) version src;
··· 4 js_of_ocaml-compiler, 5 }: 6 7 + buildDunePackage { 8 pname = "ojs"; 9 10 inherit (gen_js_api) version src;
+1 -1
pkgs/development/ocaml-modules/gluten/lwt-unix.nix
··· 6 lwt_ssl, 7 }: 8 9 - buildDunePackage rec { 10 pname = "gluten-lwt-unix"; 11 inherit (gluten) 12 doCheck
··· 6 lwt_ssl, 7 }: 8 9 + buildDunePackage { 10 pname = "gluten-lwt-unix"; 11 inherit (gluten) 12 doCheck
+1 -1
pkgs/development/ocaml-modules/gluten/lwt.nix
··· 4 lwt, 5 }: 6 7 - buildDunePackage rec { 8 pname = "gluten-lwt"; 9 inherit (gluten) 10 doCheck
··· 4 lwt, 5 }: 6 7 + buildDunePackage { 8 pname = "gluten-lwt"; 9 inherit (gluten) 10 doCheck
+1 -1
pkgs/development/ocaml-modules/graphql/default.nix
··· 6 yojson, 7 }: 8 9 - buildDunePackage rec { 10 pname = "graphql"; 11 12 inherit (graphql_parser) version src;
··· 6 yojson, 7 }: 8 9 + buildDunePackage { 10 pname = "graphql"; 11 12 inherit (graphql_parser) version src;
+1 -1
pkgs/development/ocaml-modules/graphql/lwt.nix
··· 5 ocaml_lwt, 6 }: 7 8 - buildDunePackage rec { 9 pname = "graphql-lwt"; 10 11 inherit (graphql) version src;
··· 5 ocaml_lwt, 6 }: 7 8 + buildDunePackage { 9 pname = "graphql-lwt"; 10 11 inherit (graphql) version src;
+1 -1
pkgs/development/ocaml-modules/h2/default.nix
··· 21 }; 22 in 23 24 - buildDunePackage rec { 25 pname = "h2"; 26 27 inherit (hpack)
··· 21 }; 22 in 23 24 + buildDunePackage { 25 pname = "h2"; 26 27 inherit (hpack)
+1 -1
pkgs/development/ocaml-modules/ipaddr/cstruct.nix
··· 4 cstruct, 5 }: 6 7 - buildDunePackage rec { 8 pname = "ipaddr-cstruct"; 9 10 inherit (ipaddr) version src;
··· 4 cstruct, 5 }: 6 7 + buildDunePackage { 8 pname = "ipaddr-cstruct"; 9 10 inherit (ipaddr) version src;
+1 -1
pkgs/development/ocaml-modules/ipaddr/default.nix
··· 8 ppx_sexp_conv, 9 }: 10 11 - buildDunePackage rec { 12 pname = "ipaddr"; 13 14 inherit (macaddr) version src;
··· 8 ppx_sexp_conv, 9 }: 10 11 + buildDunePackage { 12 pname = "ipaddr"; 13 14 inherit (macaddr) version src;
+1 -1
pkgs/development/ocaml-modules/ipaddr/sexp.nix
··· 6 ppx_sexp_conv, 7 }: 8 9 - buildDunePackage rec { 10 pname = "ipaddr-sexp"; 11 12 inherit (ipaddr) version src;
··· 6 ppx_sexp_conv, 7 }: 8 9 + buildDunePackage { 10 pname = "ipaddr-sexp"; 11 12 inherit (ipaddr) version src;
+1 -1
pkgs/development/ocaml-modules/irmin/chunk.nix
··· 8 alcotest, 9 }: 10 11 - buildDunePackage rec { 12 13 pname = "irmin-chunk"; 14 inherit (irmin) version src;
··· 8 alcotest, 9 }: 10 11 + buildDunePackage { 12 13 pname = "irmin-chunk"; 14 inherit (irmin) version src;
+1 -1
pkgs/development/ocaml-modules/irmin/fs.nix
··· 9 irmin-watcher, 10 }: 11 12 - buildDunePackage rec { 13 14 pname = "irmin-fs"; 15
··· 9 irmin-watcher, 10 }: 11 12 + buildDunePackage { 13 14 pname = "irmin-fs"; 15
+1 -1
pkgs/development/ocaml-modules/irmin/graphql.nix
··· 13 cacert, 14 }: 15 16 - buildDunePackage rec { 17 18 pname = "irmin-graphql"; 19
··· 13 cacert, 14 }: 15 16 + buildDunePackage { 17 18 pname = "irmin-graphql"; 19
+1 -1
pkgs/development/ocaml-modules/irmin/pack.nix
··· 17 irmin-test, 18 }: 19 20 - buildDunePackage rec { 21 minimalOCamlVersion = "4.12"; 22 23 pname = "irmin-pack";
··· 17 irmin-test, 18 }: 19 20 + buildDunePackage { 21 minimalOCamlVersion = "4.12"; 22 23 pname = "irmin-pack";
+1 -1
pkgs/development/ocaml-modules/irmin/tezos.nix
··· 15 fpath, 16 }: 17 18 - buildDunePackage rec { 19 pname = "irmin-tezos"; 20 21 inherit (irmin) version src;
··· 15 fpath, 16 }: 17 18 + buildDunePackage { 19 pname = "irmin-tezos"; 20 21 inherit (irmin) version src;
+1 -1
pkgs/development/ocaml-modules/kafka/lwt.nix
··· 11 "kafka_lwt is not available for OCaml ${ocaml.version}" 12 13 buildDunePackage 14 - rec { 15 pname = "kafka_lwt"; 16 17 inherit (kafka) version src;
··· 11 "kafka_lwt is not available for OCaml ${ocaml.version}" 12 13 buildDunePackage 14 + { 15 pname = "kafka_lwt"; 16 17 inherit (kafka) version src;
+1 -1
pkgs/development/ocaml-modules/lablgtk3/rsvg2.nix
··· 6 pkg-config, 7 }: 8 9 - buildDunePackage rec { 10 pname = "lablgtk3-rsvg2"; 11 12 inherit (lablgtk3) version src;
··· 6 pkg-config, 7 }: 8 9 + buildDunePackage { 10 pname = "lablgtk3-rsvg2"; 11 12 inherit (lablgtk3) version src;
+1 -1
pkgs/development/ocaml-modules/labltk/default.nix
··· 88 or (throw "labltk is not available for OCaml ${ocaml.version}"); 89 in 90 91 - param.stdenv.mkDerivation rec { 92 inherit (param) version src; 93 pname = "ocaml${ocaml.version}-labltk"; 94
··· 88 or (throw "labltk is not available for OCaml ${ocaml.version}"); 89 in 90 91 + param.stdenv.mkDerivation { 92 inherit (param) version src; 93 pname = "ocaml${ocaml.version}-labltk"; 94
+1 -1
pkgs/development/ocaml-modules/memprof-limits/default.nix
··· 12 pname = "memprof-limits"; 13 version = "0.2.1"; 14 15 - src = fetchFromGitLab rec { 16 owner = "gadmm"; 17 repo = pname; 18 rev = "v${version}";
··· 12 pname = "memprof-limits"; 13 version = "0.2.1"; 14 15 + src = fetchFromGitLab { 16 owner = "gadmm"; 17 repo = pname; 18 rev = "v${version}";
+1 -1
pkgs/development/ocaml-modules/menhir/default.nix
··· 6 menhirSdk, 7 }: 8 9 - buildDunePackage rec { 10 pname = "menhir"; 11 12 minimalOCamlVersion = "4.03";
··· 6 menhirSdk, 7 }: 8 9 + buildDunePackage { 10 pname = "menhir"; 11 12 minimalOCamlVersion = "4.03";
+1 -1
pkgs/development/ocaml-modules/menhir/lib.nix
··· 18 }; 19 }) version; 20 in 21 - buildDunePackage rec { 22 pname = "menhirLib"; 23 inherit (fetched) version src; 24
··· 18 }; 19 }) version; 20 in 21 + buildDunePackage { 22 pname = "menhirLib"; 23 inherit (fetched) version src; 24
+1 -1
pkgs/development/ocaml-modules/menhir/sdk.nix
··· 4 menhirLib, 5 }: 6 7 - buildDunePackage rec { 8 pname = "menhirSdk"; 9 10 inherit (menhirLib) version src;
··· 4 menhirLib, 5 }: 6 7 + buildDunePackage { 8 pname = "menhirSdk"; 9 10 inherit (menhirLib) version src;
+1 -1
pkgs/development/ocaml-modules/metrics/influx.nix
··· 6 lwt, 7 }: 8 9 - buildDunePackage rec { 10 pname = "metrics-influx"; 11 inherit (metrics) version src; 12
··· 6 lwt, 7 }: 8 9 + buildDunePackage { 10 pname = "metrics-influx"; 11 inherit (metrics) version src; 12
+1 -1
pkgs/development/ocaml-modules/metrics/unix.nix
··· 8 uuidm, 9 }: 10 11 - buildDunePackage rec { 12 13 pname = "metrics-unix"; 14
··· 8 uuidm, 9 }: 10 11 + buildDunePackage { 12 13 pname = "metrics-unix"; 14
+1 -1
pkgs/development/ocaml-modules/mirage-block/combinators.nix
··· 4 logs, 5 }: 6 7 - buildDunePackage rec { 8 pname = "mirage-block-combinators"; 9 inherit (mirage-block) version src; 10
··· 4 logs, 5 }: 6 7 + buildDunePackage { 8 pname = "mirage-block-combinators"; 9 inherit (mirage-block) version src; 10
+1 -1
pkgs/development/ocaml-modules/mirage/runtime.nix
··· 8 alcotest, 9 }: 10 11 - buildDunePackage rec { 12 pname = "mirage-runtime"; 13 inherit (functoria-runtime) src version; 14
··· 8 alcotest, 9 }: 10 11 + buildDunePackage { 12 pname = "mirage-runtime"; 13 inherit (functoria-runtime) src version; 14
+1 -1
pkgs/development/ocaml-modules/mparser/pcre.nix
··· 4 mparser, 5 }: 6 7 - buildDunePackage rec { 8 pname = "mparser-pcre"; 9 useDune2 = true; 10
··· 4 mparser, 5 }: 6 7 + buildDunePackage { 8 pname = "mparser-pcre"; 9 useDune2 = true; 10
+1 -1
pkgs/development/ocaml-modules/ocaml-protoc/default.nix
··· 4 stdlib-shims, 5 }: 6 7 - buildDunePackage rec { 8 pname = "ocaml-protoc"; 9 10 inherit (pbrt) version src;
··· 4 stdlib-shims, 5 }: 6 7 + buildDunePackage { 8 pname = "ocaml-protoc"; 9 10 inherit (pbrt) version src;
+1 -1
pkgs/development/ocaml-modules/ocamlformat-mlx/default.nix
··· 5 ocamlformat-mlx-lib, 6 re, 7 }: 8 - buildDunePackage rec { 9 pname = "ocamlformat-mlx"; 10 minimalOcamlVersion = "4.08"; 11
··· 5 ocamlformat-mlx-lib, 6 re, 7 }: 8 + buildDunePackage { 9 pname = "ocamlformat-mlx"; 10 minimalOcamlVersion = "4.08"; 11
+1 -1
pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
··· 16 inherit (callPackage ./generic.nix (args // version_arg)) src version; 17 18 in 19 - buildDunePackage rec { 20 pname = "ocamlformat-rpc-lib"; 21 inherit src version; 22
··· 16 inherit (callPackage ./generic.nix (args // version_arg)) src version; 17 18 in 19 + buildDunePackage { 20 pname = "ocamlformat-rpc-lib"; 21 inherit src version; 22
+1 -1
pkgs/development/ocaml-modules/ocamlgraph/gtk.nix
··· 6 ... 7 }: 8 9 - buildDunePackage rec { 10 pname = "ocamlgraph_gtk"; 11 inherit (ocamlgraph) version src meta; 12
··· 6 ... 7 }: 8 9 + buildDunePackage { 10 pname = "ocamlgraph_gtk"; 11 inherit (ocamlgraph) version src meta; 12
+1 -1
pkgs/development/ocaml-modules/opium/default.nix
··· 21 alcotest-lwt, 22 }: 23 24 - buildDunePackage rec { 25 pname = "opium"; 26 minimalOCamlVersion = "4.08"; 27
··· 21 alcotest-lwt, 22 }: 23 24 + buildDunePackage { 25 pname = "opium"; 26 minimalOCamlVersion = "4.08"; 27
+1 -1
pkgs/development/ocaml-modules/owl/default.nix
··· 9 npy, 10 }: 11 12 - buildDunePackage rec { 13 pname = "owl"; 14 15 inherit (owl-base) version src meta;
··· 9 npy, 10 }: 11 12 + buildDunePackage { 13 pname = "owl"; 14 15 inherit (owl-base) version src meta;
+1 -1
pkgs/development/ocaml-modules/plotkicadsch/default.nix
··· 15 imagemagick, 16 }: 17 18 - buildDunePackage rec { 19 pname = "plotkicadsch"; 20 duneVersion = "3"; 21
··· 15 imagemagick, 16 }: 17 18 + buildDunePackage { 19 pname = "plotkicadsch"; 20 duneVersion = "3"; 21
+1 -1
pkgs/development/ocaml-modules/ppx_deriving_rpc/default.nix
··· 8 yojson, 9 }: 10 11 - buildDunePackage rec { 12 pname = "ppx_deriving_rpc"; 13 14 inherit (rpclib) version src;
··· 8 yojson, 9 }: 10 11 + buildDunePackage { 12 pname = "ppx_deriving_rpc"; 13 14 inherit (rpclib) version src;
+1 -1
pkgs/development/ocaml-modules/progress/default.nix
··· 11 astring, 12 }: 13 14 - buildDunePackage rec { 15 pname = "progress"; 16 17 minimalOCamlVersion = "4.08";
··· 11 astring, 12 }: 13 14 + buildDunePackage { 15 pname = "progress"; 16 17 minimalOCamlVersion = "4.08";
+1 -1
pkgs/development/ocaml-modules/rebez/default.nix
··· 5 reason, 6 }: 7 8 - buildDunePackage rec { 9 pname = "rebez"; 10 version = "unstable-2019-06-20"; 11
··· 5 reason, 6 }: 7 8 + buildDunePackage { 9 pname = "rebez"; 10 version = "unstable-2019-06-20"; 11
+1 -1
pkgs/development/ocaml-modules/reperf/default.nix
··· 6 reason, 7 }: 8 9 - buildDunePackage rec { 10 pname = "reperf"; 11 version = "1.5.1"; 12
··· 6 reason, 7 }: 8 9 + buildDunePackage { 10 pname = "reperf"; 11 version = "1.5.1"; 12
+1 -1
pkgs/development/ocaml-modules/saturn/default.nix
··· 11 qcheck-stm, 12 }: 13 14 - buildDunePackage rec { 15 pname = "saturn"; 16 17 inherit (saturn_lockfree) src version;
··· 11 qcheck-stm, 12 }: 13 14 + buildDunePackage { 15 pname = "saturn"; 16 17 inherit (saturn_lockfree) src version;
+1 -1
pkgs/development/ocaml-modules/tar/unix.nix
··· 6 git, 7 }: 8 9 - buildDunePackage rec { 10 pname = "tar-unix"; 11 inherit (tar) version src doCheck; 12
··· 6 git, 7 }: 8 9 + buildDunePackage { 10 pname = "tar-unix"; 11 inherit (tar) version src doCheck; 12
+1 -1
pkgs/development/ocaml-modules/telegraml/default.nix
··· 8 yojson, 9 }: 10 11 - buildDunePackage rec { 12 pname = "telegraml"; 13 version = "unstable-2021-06-17"; 14
··· 8 yojson, 9 }: 10 11 + buildDunePackage { 12 pname = "telegraml"; 13 version = "unstable-2021-06-17"; 14
+1 -1
pkgs/development/ocaml-modules/unisim_archisec/default.nix
··· 4 fetchurl, 5 }: 6 7 - buildDunePackage rec { 8 pname = "unisim_archisec"; 9 version = "0.0.10"; 10
··· 4 fetchurl, 5 }: 6 7 + buildDunePackage { 8 pname = "unisim_archisec"; 9 version = "0.0.10"; 10
+1 -1
pkgs/development/ocaml-modules/xdg/default.nix
··· 4 dune_3, 5 }: 6 7 - buildDunePackage rec { 8 pname = "xdg"; 9 inherit (dune_3) src version; 10
··· 4 dune_3, 5 }: 6 7 + buildDunePackage { 8 pname = "xdg"; 9 inherit (dune_3) src version; 10
+1 -1
pkgs/development/ocaml-modules/yaml/yaml-sexp.nix
··· 6 junit_alcotest, 7 }: 8 9 - buildDunePackage rec { 10 pname = "yaml-sexp"; 11 12 inherit (yaml) version src;
··· 6 junit_alcotest, 7 }: 8 9 + buildDunePackage { 10 pname = "yaml-sexp"; 11 12 inherit (yaml) version src;
+1 -1
pkgs/development/python-modules/acunetix/default.nix
··· 7 requests, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "acunetix"; 12 version = "0.0.7"; 13 format = "setuptools";
··· 7 requests, 8 }: 9 10 + buildPythonPackage { 11 pname = "acunetix"; 12 version = "0.0.7"; 13 format = "setuptools";
+1 -1
pkgs/development/python-modules/aocd-example-parser/default.nix
··· 6 pythonOlder, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "aocd-example-parser"; 11 version = "2024.12.25"; 12 pyproject = true;
··· 6 pythonOlder, 7 }: 8 9 + buildPythonPackage { 10 pname = "aocd-example-parser"; 11 version = "2024.12.25"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/approval-utilities/default.nix
··· 7 typing-extensions, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "approval-utilities"; 12 inherit (approvaltests) version src; 13 disabled = pythonOlder "3.7";
··· 7 typing-extensions, 8 }: 9 10 + buildPythonPackage { 11 pname = "approval-utilities"; 12 inherit (approvaltests) version src; 13 disabled = pythonOlder "3.7";
+1 -1
pkgs/development/python-modules/apt-repo/default.nix
··· 9 setuptools, 10 }: 11 12 - buildPythonPackage rec { 13 pname = "apt-repo"; 14 version = "0.5-unstable-2023-09-27"; 15 pyproject = true;
··· 9 setuptools, 10 }: 11 12 + buildPythonPackage { 13 pname = "apt-repo"; 14 version = "0.5-unstable-2023-09-27"; 15 pyproject = true;
+1 -1
pkgs/development/python-modules/apted/default.nix
··· 6 unittestCheckHook, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "apted"; 11 version = "1.0.3"; 12 pyproject = true;
··· 6 unittestCheckHook, 7 }: 8 9 + buildPythonPackage { 10 pname = "apted"; 11 version = "1.0.3"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/asn1crypto/default.nix
··· 30 }; 31 in 32 33 - buildPythonPackage rec { 34 pname = "asn1crypto"; 35 pyproject = true; 36 inherit (provenance) version;
··· 30 }; 31 in 32 33 + buildPythonPackage { 34 pname = "asn1crypto"; 35 pyproject = true; 36 inherit (provenance) version;
+1 -1
pkgs/development/python-modules/asyncserial/default.nix
··· 5 pyserial, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "asyncserial"; 10 version = "unstable-2022-06-10"; 11 format = "setuptools";
··· 5 pyserial, 6 }: 7 8 + buildPythonPackage { 9 pname = "asyncserial"; 10 version = "unstable-2022-06-10"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/baseline/default.nix
··· 6 pytestCheckHook, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "baseline"; 11 version = "1.2.1"; 12 format = "setuptools";
··· 6 pytestCheckHook, 7 }: 8 9 + buildPythonPackage { 10 pname = "baseline"; 11 version = "1.2.1"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/beanhub-cli/default.nix
··· 69 uvicorn 70 ] ++ lib.flatten (lib.attrValues optional-dependencies); 71 72 - optional-dependencies = rec { 73 login = [ 74 attrs 75 httpx
··· 69 uvicorn 70 ] ++ lib.flatten (lib.attrValues optional-dependencies); 71 72 + optional-dependencies = { 73 login = [ 74 attrs 75 httpx
+1 -1
pkgs/development/python-modules/blinkstick/default.nix
··· 5 pyusb, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "blinkstick"; 10 version = "unstable-2023-05-04"; 11 format = "setuptools";
··· 5 pyusb, 6 }: 7 8 + buildPythonPackage { 9 pname = "blinkstick"; 10 version = "unstable-2023-05-04"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/blurhash/default.nix
··· 7 numpy, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "blurhash"; 12 version = "1.1.4"; 13 format = "setuptools";
··· 7 numpy, 8 }: 9 10 + buildPythonPackage { 11 pname = "blurhash"; 12 version = "1.1.4"; 13 format = "setuptools";
+1 -1
pkgs/development/python-modules/bootstrap/flit-core/default.nix
··· 4 flit-core, 5 }: 6 7 - stdenv.mkDerivation rec { 8 pname = "${python.libPrefix}-bootstrap-${flit-core.pname}"; 9 inherit (flit-core) 10 version
··· 4 flit-core, 5 }: 6 7 + stdenv.mkDerivation { 8 pname = "${python.libPrefix}-bootstrap-${flit-core.pname}"; 9 inherit (flit-core) 10 version
+1 -1
pkgs/development/python-modules/cardimpose/default.nix
··· 5 setuptools, 6 pymupdf, 7 }: 8 - buildPythonPackage rec { 9 pname = "cardimpose"; 10 version = "0.2.1-unstable-2024-12-28"; 11 pyproject = true;
··· 5 setuptools, 6 pymupdf, 7 }: 8 + buildPythonPackage { 9 pname = "cardimpose"; 10 version = "0.2.1-unstable-2024-12-28"; 11 pyproject = true;
+1 -1
pkgs/development/python-modules/certauth/default.nix
··· 10 pythonOlder, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "certauth"; 15 version = "1.3.0"; 16 pyproject = true;
··· 10 pythonOlder, 11 }: 12 13 + buildPythonPackage { 14 pname = "certauth"; 15 version = "1.3.0"; 16 pyproject = true;
+1 -1
pkgs/development/python-modules/cfscrape/default.nix
··· 5 requests, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "cfscrape"; 10 version = "2.1.1"; 11 format = "setuptools";
··· 5 requests, 6 }: 7 8 + buildPythonPackage { 9 pname = "cfscrape"; 10 version = "2.1.1"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/clean-fid/default.nix
··· 13 tqdm, 14 }: 15 16 - buildPythonPackage rec { 17 pname = "clean-fid"; 18 version = "0.1.35"; 19 format = "setuptools";
··· 13 tqdm, 14 }: 15 16 + buildPythonPackage { 17 pname = "clean-fid"; 18 version = "0.1.35"; 19 format = "setuptools";
+1 -1
pkgs/development/python-modules/cmake/default.nix
··· 5 cmake, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "cmake"; 10 inherit (cmake) version; 11 format = "pyproject";
··· 5 cmake, 6 }: 7 8 + buildPythonPackage { 9 pname = "cmake"; 10 inherit (cmake) version; 11 format = "pyproject";
+1 -1
pkgs/development/python-modules/complycube/default.nix
··· 12 version = "1.1.6"; 13 pyproject = true; 14 15 - src = fetchPypi rec { 16 inherit version; 17 pname = "complycube"; 18 hash = "sha256-hetcn5RX582CRVmtG5dAvr+NXD+7NKJjaqgOo8LlpqM=";
··· 12 version = "1.1.6"; 13 pyproject = true; 14 15 + src = fetchPypi { 16 inherit version; 17 pname = "complycube"; 18 hash = "sha256-hetcn5RX582CRVmtG5dAvr+NXD+7NKJjaqgOo8LlpqM=";
+1 -1
pkgs/development/python-modules/compressed-rtf/default.nix
··· 7 setuptools, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "compressed-rtf"; 12 version = "1.0.6-unstable-2023-10-15"; 13 pyproject = true;
··· 7 setuptools, 8 }: 9 10 + buildPythonPackage { 11 pname = "compressed-rtf"; 12 version = "1.0.6-unstable-2023-10-15"; 13 pyproject = true;
+1 -1
pkgs/development/python-modules/contexttimer/default.nix
··· 8 python, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "contexttimer"; 13 version = "unstable-2019-03-30"; 14 format = "setuptools";
··· 8 python, 9 }: 10 11 + buildPythonPackage { 12 pname = "contexttimer"; 13 version = "unstable-2019-03-30"; 14 format = "setuptools";
+1 -1
pkgs/development/python-modules/cppe/default.nix
··· 16 llvmPackages, 17 }: 18 19 - buildPythonPackage rec { 20 inherit (cppe) 21 pname 22 version
··· 16 llvmPackages, 17 }: 18 19 + buildPythonPackage { 20 inherit (cppe) 21 pname 22 version
+1 -1
pkgs/development/python-modules/dasbus/default.nix
··· 8 pytestCheckHook, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "dasbus"; 13 version = "unstable-11-10-2022"; 14 pyproject = true;
··· 8 pytestCheckHook, 9 }: 10 11 + buildPythonPackage { 12 pname = "dasbus"; 13 version = "unstable-11-10-2022"; 14 pyproject = true;
+1 -1
pkgs/development/python-modules/diffimg/default.nix
··· 7 pythonAtLeast, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "diffimg"; 12 version = "0.3.0"; # github recognized 0.1.3, there's a v0.1.5 tag and setup.py says 0.3.0 13 format = "setuptools";
··· 7 pythonAtLeast, 8 }: 9 10 + buildPythonPackage { 11 pname = "diffimg"; 12 version = "0.3.0"; # github recognized 0.1.3, there's a v0.1.5 tag and setup.py says 0.3.0 13 format = "setuptools";
+1 -1
pkgs/development/python-modules/distutils/default.nix
··· 19 stdenv, 20 }: 21 22 - buildPythonPackage rec { 23 pname = "distutils"; 24 inherit (setuptools) version; 25 pyproject = true;
··· 19 stdenv, 20 }: 21 22 + buildPythonPackage { 23 pname = "distutils"; 24 inherit (setuptools) version; 25 pyproject = true;
+1 -1
pkgs/development/python-modules/django-crossdomainmedia/default.nix
··· 8 python, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "django-crossdomainmedia"; 13 version = "0.0.4"; 14 format = "setuptools";
··· 8 python, 9 }: 10 11 + buildPythonPackage { 12 pname = "django-crossdomainmedia"; 13 version = "0.0.4"; 14 format = "setuptools";
+1 -1
pkgs/development/python-modules/django-rest-polymorphic/default.nix
··· 11 six, 12 }: 13 14 - buildPythonPackage rec { 15 pname = "django-rest-polymorphic"; 16 version = "0.1.10"; 17 format = "setuptools";
··· 11 six, 12 }: 13 14 + buildPythonPackage { 15 pname = "django-rest-polymorphic"; 16 version = "0.1.10"; 17 format = "setuptools";
+1 -1
pkgs/development/python-modules/dlx/default.nix
··· 5 python, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "dlx"; 10 version = "1.0.4"; 11 format = "setuptools";
··· 5 python, 6 }: 7 8 + buildPythonPackage { 9 pname = "dlx"; 10 version = "1.0.4"; 11 format = "setuptools";
+2 -2
pkgs/development/python-modules/docling-core/default.nix
··· 28 29 buildPythonPackage rec { 30 pname = "docling-core"; 31 - version = "2.21.1"; 32 pyproject = true; 33 34 src = fetchFromGitHub { 35 owner = "DS4SD"; 36 repo = "docling-core"; 37 tag = "v${version}"; 38 - hash = "sha256-I4aH1uASbi0GCQPFkrdrpLLVG/guT+vqXgJ2puzp9kU="; 39 }; 40 41 build-system = [
··· 28 29 buildPythonPackage rec { 30 pname = "docling-core"; 31 + version = "2.23.0"; 32 pyproject = true; 33 34 src = fetchFromGitHub { 35 owner = "DS4SD"; 36 repo = "docling-core"; 37 tag = "v${version}"; 38 + hash = "sha256-NYY1HuSksfu8mujvJHeXQxplp1DbZ6Zqh+pFkIyjBPM="; 39 }; 40 41 build-system = [
+1 -1
pkgs/development/python-modules/dpcontracts/default.nix
··· 5 fetchFromGitHub, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "dpcontracts"; 10 version = "unstable-2018-11-20"; 11 format = "setuptools";
··· 5 fetchFromGitHub, 6 }: 7 8 + buildPythonPackage { 9 pname = "dpcontracts"; 10 version = "unstable-2018-11-20"; 11 format = "setuptools";
+35 -15
pkgs/development/python-modules/ducc0/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitLab, 5 numpy, 6 - pybind11, 7 pytestCheckHook, 8 - pythonOlder, 9 - setuptools, 10 }: 11 12 buildPythonPackage rec { 13 pname = "ducc0"; 14 - version = "0.36.0"; 15 pyproject = true; 16 17 - disabled = pythonOlder "3.8"; 18 - 19 src = fetchFromGitLab { 20 domain = "gitlab.mpcdf.mpg.de"; 21 owner = "mtr"; 22 repo = "ducc"; 23 - rev = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}"; 24 - hash = "sha256-S/H3+EykNxqbs8Tca3T95SK3Hzst49hOPkO0ocs80t0="; 25 }; 26 27 - buildInputs = [ pybind11 ]; 28 - propagatedBuildInputs = [ numpy ]; 29 30 nativeCheckInputs = [ 31 pytestCheckHook 32 - setuptools 33 ]; 34 pytestFlagsArray = [ "python/test" ]; 35 pythonImportsCheck = [ "ducc0" ]; 36 37 - DUCC0_OPTIMIZATION = "portable-strip"; 38 39 - meta = with lib; { 40 homepage = "https://gitlab.mpcdf.mpg.de/mtr/ducc"; 41 description = "Efficient algorithms for Fast Fourier transforms and more"; 42 - license = licenses.gpl2Plus; 43 - maintainers = with maintainers; [ parras ]; 44 }; 45 }
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitLab, 5 + cmake, 6 + nanobind, 7 + ninja, 8 + scikit-build-core, 9 + setuptools, 10 numpy, 11 pytestCheckHook, 12 + scipy, 13 + pytest-xdist, 14 }: 15 16 buildPythonPackage rec { 17 pname = "ducc0"; 18 + version = "0.37.1"; 19 pyproject = true; 20 21 src = fetchFromGitLab { 22 domain = "gitlab.mpcdf.mpg.de"; 23 owner = "mtr"; 24 repo = "ducc"; 25 + tag = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}"; 26 + hash = "sha256-aBKbDDUUiHIpVX7NtNJOQAH/hov7Zj5O5bE6J25ck10="; 27 }; 28 29 + postPatch = '' 30 + substituteInPlace pyproject.toml --replace-fail '"pybind11>=2.6.0", ' "" 31 + ''; 32 + 33 + DUCC0_USE_NANOBIND = ""; 34 + DUCC0_OPTIMIZATION = "portable"; 35 + 36 + build-system = [ 37 + cmake 38 + nanobind 39 + ninja 40 + scikit-build-core 41 + setuptools 42 + ]; 43 + dontUseCmakeConfigure = true; 44 + dependencies = [ numpy ]; 45 46 nativeCheckInputs = [ 47 pytestCheckHook 48 + scipy 49 + pytest-xdist 50 ]; 51 pytestFlagsArray = [ "python/test" ]; 52 pythonImportsCheck = [ "ducc0" ]; 53 54 + postInstall = '' 55 + mkdir -p $out/include 56 + cp -r ${src}/src/ducc0 $out/include 57 + ''; 58 59 + meta = { 60 homepage = "https://gitlab.mpcdf.mpg.de/mtr/ducc"; 61 description = "Efficient algorithms for Fast Fourier transforms and more"; 62 + license = lib.licenses.gpl2Plus; 63 + maintainers = with lib.maintainers; [ parras ]; 64 }; 65 }
+1 -1
pkgs/development/python-modules/fasttext/default.nix
··· 6 pybind11, 7 }: 8 9 - buildPythonPackage rec { 10 inherit (pkgs.fasttext) pname version src; 11 12 format = "setuptools";
··· 6 pybind11, 7 }: 8 9 + buildPythonPackage { 10 inherit (pkgs.fasttext) pname version src; 11 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/fleep/default.nix
··· 5 python, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "fleep"; 10 version = "1.0.1"; 11 format = "setuptools";
··· 5 python, 6 }: 7 8 + buildPythonPackage { 9 pname = "fleep"; 10 version = "1.0.1"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/gdb-pt-dump/default.nix
··· 5 poetry-core, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "gdb-pt-dump"; 10 version = "0-unstable-2024-04-01"; 11 pyproject = true;
··· 5 poetry-core, 6 }: 7 8 + buildPythonPackage { 9 pname = "gdb-pt-dump"; 10 version = "0-unstable-2024-04-01"; 11 pyproject = true;
+1 -1
pkgs/development/python-modules/get-video-properties/default.nix
··· 5 ffmpeg-headless, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "get-video-properties"; 10 version = "0.1.1"; 11 format = "setuptools";
··· 5 ffmpeg-headless, 6 }: 7 8 + buildPythonPackage { 9 pname = "get-video-properties"; 10 version = "0.1.1"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/gower/default.nix
··· 8 pandas, 9 }: 10 11 - buildPythonPackage rec { 12 13 pname = "gower"; 14 version = "0.1.2";
··· 8 pandas, 9 }: 10 11 + buildPythonPackage { 12 13 pname = "gower"; 14 version = "0.1.2";
+1 -1
pkgs/development/python-modules/hcs-utils/default.nix
··· 9 fetchFromGitLab, 10 }: 11 12 - buildPythonPackage rec { 13 pname = "hcs-utils"; 14 version = "2.1.0"; 15 pyproject = true;
··· 9 fetchFromGitLab, 10 }: 11 12 + buildPythonPackage { 13 pname = "hcs-utils"; 14 version = "2.1.0"; 15 pyproject = true;
+1 -1
pkgs/development/python-modules/hg-commitsigs/default.nix
··· 5 python, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "hg-commitsigs"; 10 # Latest tag is 11 years old. 11 version = "unstable-2021-01-08";
··· 5 python, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "hg-commitsigs"; 10 # Latest tag is 11 years old. 11 version = "unstable-2021-01-08";
+1 -1
pkgs/development/python-modules/i2c-tools/default.nix
··· 4 i2c-tools, 5 }: 6 7 - buildPythonPackage rec { 8 inherit (i2c-tools) pname version src; 9 10 format = "setuptools";
··· 4 i2c-tools, 5 }: 6 7 + buildPythonPackage { 8 inherit (i2c-tools) pname version src; 9 10 format = "setuptools";
+1 -1
pkgs/development/python-modules/ifconfig-parser/default.nix
··· 6 pythonOlder, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "ifconfig-parser"; 11 version = "0.0.5"; 12 pyproject = true;
··· 6 pythonOlder, 7 }: 8 9 + buildPythonPackage { 10 pname = "ifconfig-parser"; 11 version = "0.0.5"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/ilcli/default.nix
··· 6 setuptools, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "ilcli"; 11 version = "0.3.2"; 12 pyproject = true;
··· 6 setuptools, 7 }: 8 9 + buildPythonPackage { 10 pname = "ilcli"; 11 version = "0.3.2"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/imantics/default.nix
··· 10 pytestCheckHook, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "imantics"; 15 version = "0.1.12"; 16 pyproject = true;
··· 10 pytestCheckHook, 11 }: 12 13 + buildPythonPackage { 14 pname = "imantics"; 15 version = "0.1.12"; 16 pyproject = true;
+1 -1
pkgs/development/python-modules/jstyleson/default.nix
··· 5 pytestCheckHook, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "jstyleson"; 10 version = "0.0.2"; 11 format = "setuptools";
··· 5 pytestCheckHook, 6 }: 7 8 + buildPythonPackage { 9 pname = "jstyleson"; 10 version = "0.0.2"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/junit-xml/default.nix
··· 6 pytestCheckHook, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "junit-xml"; 11 version = "1.9"; 12 format = "setuptools";
··· 6 pytestCheckHook, 7 }: 8 9 + buildPythonPackage { 10 pname = "junit-xml"; 11 version = "1.9"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/libmambapy/default.nix
··· 21 wheel, 22 }: 23 24 - buildPythonPackage rec { 25 pname = "libmambapy"; 26 pyproject = true; 27
··· 21 wheel, 22 }: 23 24 + buildPythonPackage { 25 pname = "libmambapy"; 26 pyproject = true; 27
+1 -1
pkgs/development/python-modules/lunarcalendar/default.nix
··· 10 pytestCheckHook, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "lunarcalendar"; 15 version = "0.0.9"; 16 format = "setuptools";
··· 10 pytestCheckHook, 11 }: 12 13 + buildPythonPackage { 14 pname = "lunarcalendar"; 15 version = "0.0.9"; 16 format = "setuptools";
+1 -1
pkgs/development/python-modules/mac-vendor-lookup/default.nix
··· 6 aiohttp, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "mac-vendor-lookup"; 11 version = "0.1.12"; 12 format = "setuptools";
··· 6 aiohttp, 7 }: 8 9 + buildPythonPackage { 10 pname = "mac-vendor-lookup"; 11 version = "0.1.12"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/marisa/default.nix
··· 5 swig, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "marisa"; 10 format = "setuptools"; 11 inherit (marisa) src version;
··· 5 swig, 6 }: 7 8 + buildPythonPackage { 9 pname = "marisa"; 10 format = "setuptools"; 11 inherit (marisa) src version;
+1 -1
pkgs/development/python-modules/minikanren/default.nix
··· 12 pytest-html, 13 }: 14 15 - buildPythonPackage rec { 16 pname = "minikanren"; 17 version = "1.0.3"; 18 format = "setuptools";
··· 12 pytest-html, 13 }: 14 15 + buildPythonPackage { 16 pname = "minikanren"; 17 version = "1.0.3"; 18 format = "setuptools";
+1 -1
pkgs/development/python-modules/mkdocs-exclude/default.nix
··· 5 mkdocs, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "mkdocs-exclude"; 10 version = "1.0.2"; 11 format = "setuptools";
··· 5 mkdocs, 6 }: 7 8 + buildPythonPackage { 9 pname = "mkdocs-exclude"; 10 version = "1.0.2"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/mkdocs-gitlab-plugin/default.nix
··· 6 mkdocs, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "mkdocs-gitlab-plugin"; 11 version = "0.1.4"; 12 format = "setuptools";
··· 6 mkdocs, 7 }: 8 9 + buildPythonPackage { 10 pname = "mkdocs-gitlab-plugin"; 11 version = "0.1.4"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/mkdocs-linkcheck/default.nix
··· 6 pythonPackages, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "mkdocs-linkcheck"; 11 version = "unstable-2021-08-24"; 12 format = "setuptools";
··· 6 pythonPackages, 7 }: 8 9 + buildPythonPackage { 10 pname = "mkdocs-linkcheck"; 11 version = "unstable-2021-08-24"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/morphys/default.nix
··· 3 fetchFromGitHub, 4 lib, 5 }: 6 - buildPythonPackage rec { 7 pname = "morphys"; 8 version = "1.0"; 9 format = "setuptools";
··· 3 fetchFromGitHub, 4 lib, 5 }: 6 + buildPythonPackage { 7 pname = "morphys"; 8 version = "1.0"; 9 format = "setuptools";
+1 -1
pkgs/development/python-modules/motmetrics/default.nix
··· 17 pytest-benchmark, 18 }: 19 20 - buildPythonPackage rec { 21 pname = "motmetrics"; 22 version = "1.4.0-unstable-20240130"; 23 pyproject = true;
··· 17 pytest-benchmark, 18 }: 19 20 + buildPythonPackage { 21 pname = "motmetrics"; 22 version = "1.4.0-unstable-20240130"; 23 pyproject = true;
+1 -1
pkgs/development/python-modules/msrest/default.nix
··· 18 trio, 19 }: 20 21 - buildPythonPackage rec { 22 pname = "msrest"; 23 version = "0.7.1"; 24 pyproject = true;
··· 18 trio, 19 }: 20 21 + buildPythonPackage { 22 pname = "msrest"; 23 version = "0.7.1"; 24 pyproject = true;
+1 -1
pkgs/development/python-modules/mullvad-closest/default.nix
··· 10 fetchFromGitHub, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "mullvad-closest"; 15 version = "unstable-2023-07-09"; 16 format = "pyproject";
··· 10 fetchFromGitHub, 11 }: 12 13 + buildPythonPackage { 14 pname = "mullvad-closest"; 15 version = "unstable-2023-07-09"; 16 format = "pyproject";
+1 -1
pkgs/development/python-modules/myhdl/default.nix
··· 8 pytest-xdist, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "myhdl"; 13 # The stable version is from 2019 and it doesn't pass tests 14 version = "unstable-2022-04-26";
··· 8 pytest-xdist, 9 }: 10 11 + buildPythonPackage { 12 pname = "myhdl"; 13 # The stable version is from 2019 and it doesn't pass tests 14 version = "unstable-2022-04-26";
+1 -1
pkgs/development/python-modules/mypy-boto3/default.nix
··· 12 13 buildMypyBoto3Package = 14 serviceName: version: hash: 15 - buildPythonPackage rec { 16 pname = "mypy-boto3-${serviceName}"; 17 inherit version; 18 pyproject = true;
··· 12 13 buildMypyBoto3Package = 14 serviceName: version: hash: 15 + buildPythonPackage { 16 pname = "mypy-boto3-${serviceName}"; 17 inherit version; 18 pyproject = true;
+1 -1
pkgs/development/python-modules/ninja/default.nix
··· 5 ninja, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "ninja"; 10 inherit (ninja) version; 11 format = "pyproject";
··· 5 ninja, 6 }: 7 8 + buildPythonPackage { 9 pname = "ninja"; 10 inherit (ninja) version; 11 format = "pyproject";
+1 -1
pkgs/development/python-modules/nix-kernel/default.nix
··· 9 nix, 10 }: 11 12 - buildPythonPackage rec { 13 pname = "nix-kernel"; 14 version = "unstable-2020-04-26"; 15 pyproject = true;
··· 9 nix, 10 }: 11 12 + buildPythonPackage { 13 pname = "nix-kernel"; 14 version = "unstable-2020-04-26"; 15 pyproject = true;
+1 -1
pkgs/development/python-modules/openbabel-bindings/default.nix
··· 5 buildPythonPackage, 6 }: 7 8 - buildPythonPackage rec { 9 inherit (openbabel) pname version; 10 11 src = "${openbabel}/${python.sitePackages}";
··· 5 buildPythonPackage, 6 }: 7 8 + buildPythonPackage { 9 inherit (openbabel) pname version; 10 11 src = "${openbabel}/${python.sitePackages}";
+1 -1
pkgs/development/python-modules/opentelemetry-instrumentation-botocore/default.nix
··· 13 aws-xray-sdk, 14 }: 15 16 - buildPythonPackage rec { 17 inherit (opentelemetry-instrumentation) version src; 18 pname = "opentelemetry-instrumentation-botocore"; 19 pyproject = true;
··· 13 aws-xray-sdk, 14 }: 15 16 + buildPythonPackage { 17 inherit (opentelemetry-instrumentation) version src; 18 pname = "opentelemetry-instrumentation-botocore"; 19 pyproject = true;
+1 -1
pkgs/development/python-modules/opentelemetry-instrumentation-celery/default.nix
··· 11 pytestCheckHook, 12 }: 13 14 - buildPythonPackage rec { 15 inherit (opentelemetry-instrumentation) version src; 16 pname = "opentelemetry-instrumentation-celery"; 17 pyproject = true;
··· 11 pytestCheckHook, 12 }: 13 14 + buildPythonPackage { 15 inherit (opentelemetry-instrumentation) version src; 16 pname = "opentelemetry-instrumentation-celery"; 17 pyproject = true;
+1 -1
pkgs/development/python-modules/opentelemetry-instrumentation-logging/default.nix
··· 8 pytestCheckHook, 9 }: 10 11 - buildPythonPackage rec { 12 inherit (opentelemetry-instrumentation) version src; 13 pname = "opentelemetry-instrumentation-logging"; 14 pyproject = true;
··· 8 pytestCheckHook, 9 }: 10 11 + buildPythonPackage { 12 inherit (opentelemetry-instrumentation) version src; 13 pname = "opentelemetry-instrumentation-logging"; 14 pyproject = true;
+1 -1
pkgs/development/python-modules/opentelemetry-instrumentation-redis/default.nix
··· 12 fakeredis, 13 }: 14 15 - buildPythonPackage rec { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-instrumentation-redis"; 18 pyproject = true;
··· 12 fakeredis, 13 }: 14 15 + buildPythonPackage { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-instrumentation-redis"; 18 pyproject = true;
+1 -1
pkgs/development/python-modules/opentelemetry-instrumentation-requests/default.nix
··· 12 pythonOlder, 13 }: 14 15 - buildPythonPackage rec { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-instrumentation-requests"; 18 pyproject = true;
··· 12 pythonOlder, 13 }: 14 15 + buildPythonPackage { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-instrumentation-requests"; 18 pyproject = true;
+1 -1
pkgs/development/python-modules/opentelemetry-propagator-aws-xray/default.nix
··· 12 pytest-benchmark, 13 }: 14 15 - buildPythonPackage rec { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-propagator-aws-xray"; 18 pyproject = true;
··· 12 pytest-benchmark, 13 }: 14 15 + buildPythonPackage { 16 inherit (opentelemetry-instrumentation) version src; 17 pname = "opentelemetry-propagator-aws-xray"; 18 pyproject = true;
+1 -1
pkgs/development/python-modules/oyaml/default.nix
··· 9 pyyaml, 10 }: 11 12 - buildPythonPackage rec { 13 pname = "oyaml"; 14 version = "unstable-2021-12-03"; 15 format = "setuptools";
··· 9 pyyaml, 10 }: 11 12 + buildPythonPackage { 13 pname = "oyaml"; 14 version = "unstable-2021-12-03"; 15 format = "setuptools";
+1 -1
pkgs/development/python-modules/paranoid-crypto/default.nix
··· 14 sympy, 15 }: 16 17 - buildPythonPackage rec { 18 pname = "paranoid-crypto"; 19 version = "unstable-20220819"; 20 format = "setuptools";
··· 14 sympy, 15 }: 16 17 + buildPythonPackage { 18 pname = "paranoid-crypto"; 19 version = "unstable-20220819"; 20 format = "setuptools";
+1 -1
pkgs/development/python-modules/percol/default.nix
··· 5 cmigemo, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "percol"; 10 version = "unstable-2019-07-24"; 11 format = "setuptools";
··· 5 cmigemo, 6 }: 7 8 + buildPythonPackage { 9 pname = "percol"; 10 version = "unstable-2019-07-24"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/playwright-stealth/default.nix
··· 7 setuptools, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "playwright-stealth"; 12 version = "1.0.6-unstable-2023-09-11"; 13 pyproject = true;
··· 7 setuptools, 8 }: 9 10 + buildPythonPackage { 11 pname = "playwright-stealth"; 12 version = "1.0.6-unstable-2023-09-11"; 13 pyproject = true;
+1 -1
pkgs/development/python-modules/playwright/update.sh
··· 32 prefetch_browser() { 33 # nix-prefetch is used to obtain sha with `stripRoot = false` 34 # doesn't work on macOS https://github.com/msteen/nix-prefetch/issues/53 35 - nix-prefetch -q "{ stdenv, fetchzip }: stdenv.mkDerivation rec { name=\"browser\"; src = fetchzip { url = \"$1\"; stripRoot = $2; }; }" 36 } 37 38 update_browser() {
··· 32 prefetch_browser() { 33 # nix-prefetch is used to obtain sha with `stripRoot = false` 34 # doesn't work on macOS https://github.com/msteen/nix-prefetch/issues/53 35 + nix-prefetch -q "{ stdenv, fetchzip }: stdenv.mkDerivation { name=\"browser\"; src = fetchzip { url = \"$1\"; stripRoot = $2; }; }" 36 } 37 38 update_browser() {
+1 -1
pkgs/development/python-modules/prometrix/default.nix
··· 14 requests, 15 }: 16 17 - buildPythonPackage rec { 18 pname = "prometrix"; 19 version = "0.1.18-unstable-2024-04-30"; 20 pyproject = true;
··· 14 requests, 15 }: 16 17 + buildPythonPackage { 18 pname = "prometrix"; 19 version = "0.1.18-unstable-2024-04-30"; 20 pyproject = true;
+1 -1
pkgs/development/python-modules/pyautogui/default.nix
··· 13 xvfb-run, 14 scrot, 15 }: 16 - buildPythonPackage rec { 17 pname = "pyautogui"; 18 version = "0.9.53"; 19 format = "setuptools";
··· 13 xvfb-run, 14 scrot, 15 }: 16 + buildPythonPackage { 17 pname = "pyautogui"; 18 version = "0.9.53"; 19 format = "setuptools";
+1 -1
pkgs/development/python-modules/pycryptodomex/default.nix
··· 1 { pycryptodome }: 2 3 - (pycryptodome.overrideAttrs (oldAttrs: rec { 4 pname = "pycryptodomex"; 5 6 postPatch = ''
··· 1 { pycryptodome }: 2 3 + (pycryptodome.overrideAttrs (oldAttrs: { 4 pname = "pycryptodomex"; 5 6 postPatch = ''
+1 -1
pkgs/development/python-modules/pydes/default.nix
··· 5 python, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "pydes"; 10 version = "unstable-2019-01-08"; 11 format = "setuptools";
··· 5 python, 6 }: 7 8 + buildPythonPackage { 9 pname = "pydes"; 10 version = "unstable-2019-01-08"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/pyflipper/default.nix
··· 8 websocket-client, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "pyflipper"; 13 version = "0.18-unstable-2024-04-15"; 14 pyproject = true;
··· 8 websocket-client, 9 }: 10 11 + buildPythonPackage { 12 pname = "pyflipper"; 13 version = "0.18-unstable-2024-04-15"; 14 pyproject = true;
+1 -1
pkgs/development/python-modules/pylibjpeg-data/default.nix
··· 6 flit-core, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "pylibjpeg-data"; 11 version = "unstable-2024-03-28"; 12 pyproject = true;
··· 6 flit-core, 7 }: 8 9 + buildPythonPackage { 10 pname = "pylibjpeg-data"; 11 version = "unstable-2024-03-28"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/pyls-flake8/default.nix
··· 7 pythonOlder, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "pyls-flake8"; 12 version = "0.4.0"; 13 format = "setuptools";
··· 7 pythonOlder, 8 }: 9 10 + buildPythonPackage { 11 pname = "pyls-flake8"; 12 version = "0.4.0"; 13 format = "setuptools";
+13 -4
pkgs/development/python-modules/pylsl/default.nix
··· 3 liblsl, 4 fetchFromGitHub, 5 buildPythonPackage, 6 setuptools, 7 wheel, 8 }: 9 ··· 20 }; 21 22 postPatch = '' 23 - substituteInPlace pylsl/pylsl.py \ 24 - --replace "def find_liblsl_libraries(verbose=False):" "$(echo -e "def find_liblsl_libraries(verbose=False):\n yield '${liblsl}/lib/liblsl.so'")" 25 ''; 26 27 - nativeBuildInputs = [ 28 setuptools 29 wheel 30 ]; 31 32 - buildImputs = [ liblsl ]; 33 34 pythonImportsCheck = [ "pylsl" ]; 35
··· 3 liblsl, 4 fetchFromGitHub, 5 buildPythonPackage, 6 + stdenv, 7 + numpy, 8 setuptools, 9 + setuptools-scm, 10 wheel, 11 }: 12 ··· 23 }; 24 25 postPatch = '' 26 + substituteInPlace src/pylsl/lib/__init__.py \ 27 + --replace "def find_liblsl_libraries(verbose=False):" "$(echo -e "def find_liblsl_libraries(verbose=False):\n yield '${liblsl}/lib/liblsl.${ 28 + if stdenv.hostPlatform.isDarwin then "dylib" else "so" 29 + }'")" 30 ''; 31 32 + build-system = [ 33 setuptools 34 + setuptools-scm 35 wheel 36 ]; 37 38 + dependencies = [ 39 + liblsl 40 + numpy 41 + ]; 42 43 pythonImportsCheck = [ "pylsl" ]; 44
+1 -1
pkgs/development/python-modules/pyproject-hooks/default.nix
··· 18 19 disabled = pythonOlder "3.7"; 20 21 - src = fetchPypi rec { 22 pname = "pyproject_hooks"; 23 inherit version; 24 hash = "sha256-HoWb1cQPrpRIZC3Yca30WeXiCEGG6NLCp5qCTJcNofg=";
··· 18 19 disabled = pythonOlder "3.7"; 20 21 + src = fetchPypi { 22 pname = "pyproject_hooks"; 23 inherit version; 24 hash = "sha256-HoWb1cQPrpRIZC3Yca30WeXiCEGG6NLCp5qCTJcNofg=";
+1 -1
pkgs/development/python-modules/pypubsub/default.nix
··· 6 pytest, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "pypubsub"; 11 version = "4.0.3"; 12 format = "setuptools";
··· 6 pytest, 7 }: 8 9 + buildPythonPackage { 10 pname = "pypubsub"; 11 version = "4.0.3"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/pyrr/default.nix
··· 6 numpy, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "pyrr"; 11 version = "unstable-2022-07-22"; 12 format = "setuptools";
··· 6 numpy, 7 }: 8 9 + buildPythonPackage { 10 pname = "pyrr"; 11 version = "unstable-2022-07-22"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/pysabnzbd/default.nix
··· 5 aiohttp, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "pysabnzbd"; 10 version = "1.1.1"; 11 format = "setuptools";
··· 5 aiohttp, 6 }: 7 8 + buildPythonPackage { 9 pname = "pysabnzbd"; 10 version = "1.1.1"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/pyscreeze/default.nix
··· 7 xvfb-run, 8 scrot, 9 }: 10 - buildPythonPackage rec { 11 pname = "pyscreeze"; 12 version = "0.1.26"; 13
··· 7 xvfb-run, 8 scrot, 9 }: 10 + buildPythonPackage { 11 pname = "pyscreeze"; 12 version = "0.1.26"; 13
+1 -1
pkgs/development/python-modules/pytest-cov-stub/default.nix
··· 4 hatchling, 5 }: 6 7 - buildPythonPackage rec { 8 pname = "pytest-cov-stub"; 9 # please use pythonRemoveDeps rather than change this version 10 version = (lib.importTOML ./src/pyproject.toml).project.version;
··· 4 hatchling, 5 }: 6 7 + buildPythonPackage { 8 pname = "pytest-cov-stub"; 9 # please use pythonRemoveDeps rather than change this version 10 version = (lib.importTOML ./src/pyproject.toml).project.version;
+1 -1
pkgs/development/python-modules/pytest-pudb/default.nix
··· 7 pudb, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "pytest-pudb"; 12 version = "0.7.0"; 13 format = "setuptools";
··· 7 pudb, 8 }: 9 10 + buildPythonPackage { 11 pname = "pytest-pudb"; 12 version = "0.7.0"; 13 format = "setuptools";
+1 -1
pkgs/development/python-modules/python-bring-api/default.nix
··· 7 setuptools, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "python-bring-api"; 12 version = "3.0.0-unstable-2024-02-03"; 13 pyproject = true;
··· 7 setuptools, 8 }: 9 10 + buildPythonPackage { 11 pname = "python-bring-api"; 12 version = "3.0.0-unstable-2024-02-03"; 13 pyproject = true;
+1 -1
pkgs/development/python-modules/pytmx/default.nix
··· 10 setuptools-scm, 11 }: 12 13 - buildPythonPackage rec { 14 pname = "pytmx"; 15 version = "3.32"; 16
··· 10 setuptools-scm, 11 }: 12 13 + buildPythonPackage { 14 pname = "pytmx"; 15 version = "3.32"; 16
+1 -1
pkgs/development/python-modules/qreactor/default.nix
··· 7 pyqt5, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "qreactor-unstable"; 12 version = "2018-09-29"; 13
··· 7 pyqt5, 8 }: 9 10 + buildPythonPackage { 11 pname = "qreactor-unstable"; 12 version = "2018-09-29"; 13
+1 -1
pkgs/development/python-modules/qscintilla-qt5/default.nix
··· 19 pyqt-builder 20 ; 21 in 22 - buildPythonPackage rec { 23 pname = "qscintilla-qt5"; 24 version = qscintilla.version; 25 src = qscintilla.src;
··· 19 pyqt-builder 20 ; 21 in 22 + buildPythonPackage { 23 pname = "qscintilla-qt5"; 24 version = qscintilla.version; 25 src = qscintilla.src;
+1 -1
pkgs/development/python-modules/random-user-agent/default.nix
··· 6 pythonOlder, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "random-user-agent"; 11 version = "1.0.1-unstable-2018-12-26"; 12 pyproject = true;
··· 6 pythonOlder, 7 }: 8 9 + buildPythonPackage { 10 pname = "random-user-agent"; 11 version = "1.0.1-unstable-2018-12-26"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/rencode/default.nix
··· 6 pytestCheckHook, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "rencode"; 11 version = "unstable-2021-08-10"; 12
··· 6 pytestCheckHook, 7 }: 8 9 + buildPythonPackage { 10 pname = "rencode"; 11 version = "unstable-2021-08-10"; 12
+1 -1
pkgs/development/python-modules/rmrl/default.nix
··· 12 xdg, 13 }: 14 15 - buildPythonPackage rec { 16 pname = "rmrl"; 17 version = "0.2.1-unstable-2023-06-1"; 18
··· 12 xdg, 13 }: 14 15 + buildPythonPackage { 16 pname = "rmrl"; 17 version = "0.2.1-unstable-2023-06-1"; 18
+1 -1
pkgs/development/python-modules/rumps/default.nix
··· 6 setuptools, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "rumps"; 11 version = "unstable-2025-02-02"; 12 pyproject = true;
··· 6 setuptools, 7 }: 8 9 + buildPythonPackage { 10 pname = "rumps"; 11 version = "unstable-2025-02-02"; 12 pyproject = true;
+1 -1
pkgs/development/python-modules/senf/default.nix
··· 7 unstableGitUpdater, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "senf"; 12 version = "1.5.0-unstable-2024-11-26"; 13
··· 7 unstableGitUpdater, 8 }: 9 10 + buildPythonPackage { 11 pname = "senf"; 12 version = "1.5.0-unstable-2024-11-26"; 13
+1 -1
pkgs/development/python-modules/surt/default.nix
··· 8 tldextract, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "surt"; 13 version = "0.3.1"; 14 format = "setuptools";
··· 8 tldextract, 9 }: 10 11 + buildPythonPackage { 12 pname = "surt"; 13 version = "0.3.1"; 14 format = "setuptools";
+1 -1
pkgs/development/python-modules/testing-postgresql/default.nix
··· 12 testing-common-database, 13 }: 14 15 - buildPythonPackage rec { 16 pname = "testing-postgresql"; 17 # Version 1.3.0 isn't working so let's use the latest commit from GitHub 18 version = "unstable-2017-10-31";
··· 12 testing-common-database, 13 }: 14 15 + buildPythonPackage { 16 pname = "testing-postgresql"; 17 # Version 1.3.0 isn't working so let's use the latest commit from GitHub 18 version = "unstable-2017-10-31";
+1 -1
pkgs/development/python-modules/textual-slider/default.nix
··· 6 textual, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "textual-slider"; 11 version = "0.1.2"; 12
··· 6 textual, 7 }: 8 9 + buildPythonPackage { 10 pname = "textual-slider"; 11 version = "0.1.2"; 12
+1 -1
pkgs/development/python-modules/timy/default.nix
··· 5 pytestCheckHook, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "timy"; 10 version = "0.4.2"; 11
··· 5 pytestCheckHook, 6 }: 7 8 + buildPythonPackage { 9 pname = "timy"; 10 version = "0.4.2"; 11
+1 -1
pkgs/development/python-modules/tinyobjloader-py/default.nix
··· 5 tinyobjloader, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "tinyobjloader-py"; 10 format = "setuptools"; 11 inherit (tinyobjloader) version src;
··· 5 tinyobjloader, 6 }: 7 8 + buildPythonPackage { 9 pname = "tinyobjloader-py"; 10 format = "setuptools"; 11 inherit (tinyobjloader) version src;
+1 -1
pkgs/development/python-modules/tiptapy/default.nix
··· 7 pytestCheckHook, 8 }: 9 10 - buildPythonPackage rec { 11 pname = "tiptapy"; 12 # github repository does not have version tags 13 version = "0.20.0-unstable-2024-06-14";
··· 7 pytestCheckHook, 8 }: 9 10 + buildPythonPackage { 11 pname = "tiptapy"; 12 # github repository does not have version tags 13 version = "0.20.0-unstable-2024-06-14";
+18 -11
pkgs/development/python-modules/tokenizers/default.nix
··· 24 pytestCheckHook, 25 requests, 26 tiktoken, 27 }: 28 29 let ··· 70 in 71 buildPythonPackage rec { 72 pname = "tokenizers"; 73 - version = "0.21.0"; 74 pyproject = true; 75 76 src = fetchFromGitHub { 77 owner = "huggingface"; 78 repo = "tokenizers"; 79 tag = "v${version}"; 80 - hash = "sha256-G65XiVlvJXOC9zqcVr9vWamUnpC0aa4kyYkE2v1K2iY="; 81 }; 82 83 cargoDeps = rustPlatform.fetchCargoVendor { 84 inherit 85 pname ··· 87 src 88 sourceRoot 89 ; 90 - hash = "sha256-jj5nuwxlfJm1ugYd5zW+wjyczOZHWCmRGYpmiMDqFlk="; 91 }; 92 93 sourceRoot = "${src.name}/bindings/python"; ··· 115 pytestCheckHook 116 requests 117 tiktoken 118 ]; 119 120 - postUnpack = '' 121 # Add data files for tests, otherwise tests attempt network access 122 - mkdir $sourceRoot/tests/data 123 - ln -s ${test-data}/* $sourceRoot/tests/data/ 124 - ''; 125 - 126 - preCheck = '' 127 - export HOME=$(mktemp -d); 128 - ''; 129 130 pythonImportsCheck = [ "tokenizers" ]; 131
··· 24 pytestCheckHook, 25 requests, 26 tiktoken, 27 + writableTmpDirAsHomeHook, 28 }: 29 30 let ··· 71 in 72 buildPythonPackage rec { 73 pname = "tokenizers"; 74 + version = "0.21.1"; 75 pyproject = true; 76 77 src = fetchFromGitHub { 78 owner = "huggingface"; 79 repo = "tokenizers"; 80 tag = "v${version}"; 81 + hash = "sha256-3S7ZCaZnnwyNjoZ4Y/q3ngQE2MIm2iyCCjYAkdMVG2A="; 82 }; 83 84 + # TestUnigram.test_continuing_prefix_trainer_mismatch fails with: 85 + # Exception: No such file or directory (os error 2) 86 + # Fix submitted upstream: https://github.com/huggingface/tokenizers/pull/1747 87 + postPatch = '' 88 + substituteInPlace tests/bindings/test_trainers.py \ 89 + --replace-fail '"data/' '"tests/data/' 90 + ''; 91 + 92 cargoDeps = rustPlatform.fetchCargoVendor { 93 inherit 94 pname ··· 96 src 97 sourceRoot 98 ; 99 + hash = "sha256-I7LlBmeVY2rWI0ta6x311iAurQKuutsClrbUgkt9xWk="; 100 }; 101 102 sourceRoot = "${src.name}/bindings/python"; ··· 124 pytestCheckHook 125 requests 126 tiktoken 127 + writableTmpDirAsHomeHook 128 ]; 129 130 + postUnpack = 131 # Add data files for tests, otherwise tests attempt network access 132 + '' 133 + mkdir $sourceRoot/tests/data 134 + ln -s ${test-data}/* $sourceRoot/tests/data/ 135 + ''; 136 137 pythonImportsCheck = [ "tokenizers" ]; 138
+1 -1
pkgs/development/python-modules/trectools/default.nix
··· 16 setuptools, 17 }: 18 19 - buildPythonPackage rec { 20 pname = "trectools"; 21 version = "0.0.50"; 22
··· 16 setuptools, 17 }: 18 19 + buildPythonPackage { 20 pname = "trectools"; 21 version = "0.0.50"; 22
+1 -1
pkgs/development/python-modules/tubes/default.nix
··· 8 twisted, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "tubes"; 13 version = "0.2.1-unstable-2023-11-06"; 14 format = "setuptools";
··· 8 twisted, 9 }: 10 11 + buildPythonPackage { 12 pname = "tubes"; 13 version = "0.2.1-unstable-2023-11-06"; 14 format = "setuptools";
+1 -1
pkgs/development/python-modules/tvdb-api/default.nix
··· 6 pytest, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "tvdb-api"; 11 version = "3.2.0-beta"; 12 format = "setuptools";
··· 6 pytest, 7 }: 8 9 + buildPythonPackage { 10 pname = "tvdb-api"; 11 version = "3.2.0-beta"; 12 format = "setuptools";
+1 -1
pkgs/development/python-modules/type-infer/default.nix
··· 31 version = "0.0.21"; 32 tag = "v${version}"; 33 in 34 - buildPythonPackage rec { 35 pname = "type-infer"; 36 inherit version; 37 pyproject = true;
··· 31 version = "0.0.21"; 32 tag = "v${version}"; 33 in 34 + buildPythonPackage { 35 pname = "type-infer"; 36 inherit version; 37 pyproject = true;
+1 -1
pkgs/development/python-modules/types-aiobotocore-packages/default.nix
··· 58 }; 59 }; 60 in 61 - rec { 62 types-aiobotocore-accessanalyzer = 63 buildTypesAiobotocorePackage "accessanalyzer" "2.21.1" 64 "sha256-R+eS/SwpXvYD/Up9nb4Z3ExnyopPYGzZpg6z24/OXu8=";
··· 58 }; 59 }; 60 in 61 + { 62 types-aiobotocore-accessanalyzer = 63 buildTypesAiobotocorePackage "accessanalyzer" "2.21.1" 64 "sha256-R+eS/SwpXvYD/Up9nb4Z3ExnyopPYGzZpg6z24/OXu8=";
+1 -1
pkgs/development/python-modules/vcver/default.nix
··· 5 packaging, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "vcver"; 10 version = "0.2.12"; 11 format = "setuptools";
··· 5 packaging, 6 }: 7 8 + buildPythonPackage { 9 pname = "vcver"; 10 version = "0.2.12"; 11 format = "setuptools";
+1 -1
pkgs/development/python-modules/vllm/default.nix
··· 88 hash = "sha256-GUTRXmv3DiM/GN5Bvv2LYovMLKZMlMhoKv4O0g627gs="; 89 }; 90 91 - vllm-flash-attn = stdenv.mkDerivation rec { 92 pname = "vllm-flash-attn"; 93 # https://github.com/vllm-project/flash-attention/blob/${src.rev}/vllm_flash_attn/__init__.py 94 version = "2.7.2.post1";
··· 88 hash = "sha256-GUTRXmv3DiM/GN5Bvv2LYovMLKZMlMhoKv4O0g627gs="; 89 }; 90 91 + vllm-flash-attn = stdenv.mkDerivation { 92 pname = "vllm-flash-attn"; 93 # https://github.com/vllm-project/flash-attention/blob/${src.rev}/vllm_flash_attn/__init__.py 94 version = "2.7.2.post1";
+1 -1
pkgs/development/python-modules/vqgan-jax/default.nix
··· 8 transformers, 9 }: 10 11 - buildPythonPackage rec { 12 pname = "vqgan-jax"; 13 version = "unstable-2022-04-20"; 14
··· 8 transformers, 9 }: 10 11 + buildPythonPackage { 12 pname = "vqgan-jax"; 13 version = "unstable-2022-04-20"; 14
+1 -1
pkgs/development/python-modules/wsgiprox/default.nix
··· 6 certauth, 7 }: 8 9 - buildPythonPackage rec { 10 pname = "wsgiprox"; 11 version = "1.5.2"; 12 format = "setuptools";
··· 6 certauth, 7 }: 8 9 + buildPythonPackage { 10 pname = "wsgiprox"; 11 version = "1.5.2"; 12 format = "setuptools";
+1 -1
pkgs/development/python2-modules/setuptools/default.nix
··· 45 ''; 46 }; 47 in 48 - buildPythonPackage rec { 49 inherit pname version; 50 # Because of bootstrapping we don't use the setuptoolsBuildHook that comes with format="setuptools" directly. 51 # Instead, we override it to remove setuptools to avoid a circular dependency.
··· 45 ''; 46 }; 47 in 48 + buildPythonPackage { 49 inherit pname version; 50 # Because of bootstrapping we don't use the setuptoolsBuildHook that comes with format="setuptools" directly. 51 # Instead, we override it to remove setuptools to avoid a circular dependency.
+1 -1
pkgs/development/rocm-modules/5/llvm/stage-1/clang-unwrapped.nix
··· 5 llvm, 6 }: 7 8 - callPackage ../base.nix rec { 9 inherit stdenv rocmUpdateScript; 10 targetName = "clang-unwrapped"; 11 targetDir = "clang";
··· 5 llvm, 6 }: 7 8 + callPackage ../base.nix { 9 inherit stdenv rocmUpdateScript; 10 targetName = "clang-unwrapped"; 11 targetDir = "clang";
+1 -1
pkgs/development/rocm-modules/5/llvm/stage-3/clang-tools-extra.nix
··· 7 gtest, 8 }: 9 10 - callPackage ../base.nix rec { 11 inherit stdenv rocmUpdateScript; 12 buildTests = false; # `invalid operands to binary expression ('std::basic_stringstream<char>' and 'const llvm::StringRef')` 13 targetName = "clang-tools-extra";
··· 7 gtest, 8 }: 9 10 + callPackage ../base.nix { 11 inherit stdenv rocmUpdateScript; 12 buildTests = false; # `invalid operands to binary expression ('std::basic_stringstream<char>' and 'const llvm::StringRef')` 13 targetName = "clang-tools-extra";
+1 -1
pkgs/development/rocm-modules/6/llvm/stage-1/clang-unwrapped.nix
··· 5 llvm, 6 }: 7 8 - callPackage ../base.nix rec { 9 inherit stdenv rocmUpdateScript; 10 targetName = "clang-unwrapped"; 11 targetDir = "clang";
··· 5 llvm, 6 }: 7 8 + callPackage ../base.nix { 9 inherit stdenv rocmUpdateScript; 10 targetName = "clang-unwrapped"; 11 targetDir = "clang";
+1 -1
pkgs/development/rocm-modules/6/llvm/stage-3/clang-tools-extra.nix
··· 7 gtest, 8 }: 9 10 - callPackage ../base.nix rec { 11 inherit stdenv rocmUpdateScript; 12 buildTests = false; # `invalid operands to binary expression ('std::basic_stringstream<char>' and 'const llvm::StringRef')` 13 targetName = "clang-tools-extra";
··· 7 gtest, 8 }: 9 10 + callPackage ../base.nix { 11 inherit stdenv rocmUpdateScript; 12 buildTests = false; # `invalid operands to binary expression ('std::basic_stringstream<char>' and 'const llvm::StringRef')` 13 targetName = "clang-tools-extra";
+1 -1
pkgs/development/tcl-modules/by-name/le/lexec/package.nix
··· 5 autoreconfHook, 6 }: 7 8 - mkTclDerivation rec { 9 pname = "lexec"; 10 version = "0-unstable-2020-03-11"; 11
··· 5 autoreconfHook, 6 }: 7 8 + mkTclDerivation { 9 pname = "lexec"; 10 version = "0-unstable-2020-03-11"; 11
+1 -1
pkgs/development/tcl-modules/by-name/tc/tcl-fcgi/package.nix
··· 5 tclx, 6 }: 7 8 - mkTclDerivation rec { 9 pname = "tcl-fcgi"; 10 version = "0.5.0"; 11
··· 5 tclx, 6 }: 7 8 + mkTclDerivation { 9 pname = "tcl-fcgi"; 10 version = "0.5.0"; 11
+2 -2
pkgs/development/tools/alloy/default.nix
··· 69 70 in 71 rec { 72 - alloy5 = generic rec { 73 version = "5.1.0"; 74 sha256 = "02k9khs4k5nc86x9pp5k3vcb0kiwdgcin46mlap4fycnr673xd53"; 75 }; 76 77 - alloy6 = generic rec { 78 version = "6.0.0"; 79 sha256 = "sha256-rA7mNxcu0DWkykMyfV4JwFmQqg0HOIcwjjD4jCRxNww="; 80 };
··· 69 70 in 71 rec { 72 + alloy5 = generic { 73 version = "5.1.0"; 74 sha256 = "02k9khs4k5nc86x9pp5k3vcb0kiwdgcin46mlap4fycnr673xd53"; 75 }; 76 77 + alloy6 = generic { 78 version = "6.0.0"; 79 sha256 = "sha256-rA7mNxcu0DWkykMyfV4JwFmQqg0HOIcwjjD4jCRxNww="; 80 };
+1 -1
pkgs/development/tools/analysis/brakeman/default.nix
··· 5 bundlerUpdateScript, 6 }: 7 8 - bundlerApp rec { 9 pname = "brakeman"; 10 exes = [ "brakeman" ]; 11 gemdir = ./.;
··· 5 bundlerUpdateScript, 6 }: 7 8 + bundlerApp { 9 pname = "brakeman"; 10 exes = [ "brakeman" ]; 11 gemdir = ./.;
+1 -1
pkgs/development/tools/analysis/clang-analyzer/default.nix
··· 8 python3, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "clang-analyzer"; 13 inherit (llvmPackages.clang-unwrapped) src version; 14
··· 8 python3, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "clang-analyzer"; 13 inherit (llvmPackages.clang-unwrapped) src version; 14
+1 -1
pkgs/development/tools/analysis/nix-linter/default.nix
··· 20 bytestring, 21 }: 22 23 - mkDerivation rec { 24 pname = "nix-linter"; 25 version = "0.2.0.4"; 26
··· 20 bytestring, 21 }: 22 23 + mkDerivation { 24 pname = "nix-linter"; 25 version = "0.2.0.4"; 26
+1 -1
pkgs/development/tools/build-managers/bazel/bazel_5/default.nix
··· 399 }; 400 }; 401 402 - src_for_updater = stdenv.mkDerivation rec { 403 name = "updater-sources"; 404 inherit src; 405 nativeBuildInputs = [ unzip ];
··· 399 }; 400 }; 401 402 + src_for_updater = stdenv.mkDerivation { 403 name = "updater-sources"; 404 inherit src; 405 nativeBuildInputs = [ unzip ];
+1 -1
pkgs/development/tools/build-managers/bazel/bazel_6/default.nix
··· 361 pythonBinPathWithNixHacks = callPackage ../python-bin-path-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; 362 }; 363 364 - src_for_updater = stdenv.mkDerivation rec { 365 name = "updater-sources"; 366 inherit src; 367 nativeBuildInputs = [ unzip ];
··· 361 pythonBinPathWithNixHacks = callPackage ../python-bin-path-test.nix { inherit runLocal bazelTest distDir; bazel = bazelWithNixHacks; }; 362 }; 363 364 + src_for_updater = stdenv.mkDerivation { 365 name = "updater-sources"; 366 inherit src; 367 nativeBuildInputs = [ unzip ];
+1 -1
pkgs/development/tools/database/pgsync/default.nix
··· 4 bundlerUpdateScript, 5 }: 6 7 - bundlerApp rec { 8 gemdir = ./.; 9 pname = "pgsync"; 10 exes = [ "pgsync" ];
··· 4 bundlerUpdateScript, 5 }: 6 7 + bundlerApp { 8 gemdir = ./.; 9 pname = "pgsync"; 10 exes = [ "pgsync" ];
+1 -1
pkgs/development/tools/esbuild/netlify.nix
··· 5 netlify-cli, 6 }: 7 8 - buildGoModule rec { 9 pname = "esbuild"; 10 version = "0.14.39"; 11
··· 5 netlify-cli, 6 }: 7 8 + buildGoModule { 9 pname = "esbuild"; 10 version = "0.14.39"; 11
+1 -1
pkgs/development/tools/godot/default.nix
··· 44 godotPackages_4 = godotPackages_4_4; 45 godotPackages = godotPackages_4; 46 in 47 - rec { 48 godot3 = callPackage ./3 { }; 49 godot3-export-templates = callPackage ./3/export-templates.nix { }; 50 godot3-headless = callPackage ./3/headless.nix { };
··· 44 godotPackages_4 = godotPackages_4_4; 45 godotPackages = godotPackages_4; 46 in 47 + { 48 godot3 = callPackage ./3 { }; 49 godot3-export-templates = callPackage ./3/export-templates.nix { }; 50 godot3-headless = callPackage ./3/headless.nix { };
+1 -1
pkgs/development/tools/libsigrok/default.nix
··· 19 sigrok-firmware-fx2lafw, 20 }: 21 22 - stdenv.mkDerivation rec { 23 pname = "libsigrok"; 24 version = "0.5.2-unstable-2024-10-20"; 25
··· 19 sigrok-firmware-fx2lafw, 20 }: 21 22 + stdenv.mkDerivation { 23 pname = "libsigrok"; 24 version = "0.5.2-unstable-2024-10-20"; 25
+1 -1
pkgs/development/tools/misc/qtspim/default.nix
··· 10 flex, 11 ... 12 }: 13 - stdenv.mkDerivation rec { 14 pname = "qtspim"; 15 version = "9.1.23"; 16
··· 10 flex, 11 ... 12 }: 13 + stdenv.mkDerivation { 14 pname = "qtspim"; 15 version = "9.1.23"; 16
+1 -1
pkgs/development/tools/replay-io/default.nix
··· 21 metadata = lib.importJSON ./meta.json; 22 in 23 rec { 24 - replay-recordreplay = stdenv.mkDerivation rec { 25 pname = "replay-recordreplay"; 26 version = builtins.head (builtins.match ".*/linux-recordreplay-(.*).tgz" metadata.recordreplay.url); 27 nativeBuildInputs = [ autoPatchelfHook ];
··· 21 metadata = lib.importJSON ./meta.json; 22 in 23 rec { 24 + replay-recordreplay = stdenv.mkDerivation { 25 pname = "replay-recordreplay"; 26 version = builtins.head (builtins.match ".*/linux-recordreplay-(.*).tgz" metadata.recordreplay.url); 27 nativeBuildInputs = [ autoPatchelfHook ];
+1 -1
pkgs/development/web/pnpm-lock-export/default.nix
··· 3 buildNpmPackage, 4 fetchFromGitHub, 5 }: 6 - buildNpmPackage rec { 7 pname = "pnpm-lock-export"; 8 version = "unstable-2023-07-31"; 9
··· 3 buildNpmPackage, 4 fetchFromGitHub, 5 }: 6 + buildNpmPackage { 7 pname = "pnpm-lock-export"; 8 version = "unstable-2023-07-31"; 9
+1 -1
pkgs/games/asc/default.nix
··· 28 libogg, 29 }: 30 31 - stdenv.mkDerivation rec { 32 pname = "asc"; 33 version = "2.6.3.0"; 34
··· 28 libogg, 29 }: 30 31 + stdenv.mkDerivation { 32 pname = "asc"; 33 version = "2.6.3.0"; 34
+1 -1
pkgs/games/crossfire/crossfire-arch.nix
··· 7 sha256, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "crossfire-arch"; 12 version = rev; 13
··· 7 sha256, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "crossfire-arch"; 12 version = rev; 13
+1 -1
pkgs/games/crossfire/crossfire-client.nix
··· 25 sha256, 26 }: 27 28 - stdenv.mkDerivation rec { 29 pname = "crossfire-client"; 30 version = rev; 31
··· 25 sha256, 26 }: 27 28 + stdenv.mkDerivation { 29 pname = "crossfire-client"; 30 version = rev; 31
+1 -1
pkgs/games/crossfire/crossfire-maps.nix
··· 7 sha256, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "crossfire-maps"; 12 version = rev; 13
··· 7 sha256, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "crossfire-maps"; 12 version = rev; 13
+1 -1
pkgs/games/crossfire/crossfire-server.nix
··· 17 arch, 18 }: 19 20 - stdenv.mkDerivation rec { 21 pname = "crossfire-server"; 22 version = rev; 23
··· 17 arch, 18 }: 19 20 + stdenv.mkDerivation { 21 pname = "crossfire-server"; 22 version = rev; 23
+1 -1
pkgs/games/doom-ports/zandronum/alpha/default.nix
··· 29 clientLibPath = lib.makeLibraryPath [ fluidsynth ]; 30 31 in 32 - stdenv.mkDerivation rec { 33 pname = "zandronum-alpha${suffix}"; 34 version = "3.2-230709-1914"; 35
··· 29 clientLibPath = lib.makeLibraryPath [ fluidsynth ]; 30 31 in 32 + stdenv.mkDerivation { 33 pname = "zandronum-alpha${suffix}"; 34 version = "3.2-230709-1914"; 35
+1 -1
pkgs/games/doom-ports/zandronum/default.nix
··· 29 clientLibPath = lib.makeLibraryPath [ fluidsynth ]; 30 31 in 32 - stdenv.mkDerivation rec { 33 pname = "zandronum${suffix}"; 34 version = "3.1.0"; 35
··· 29 clientLibPath = lib.makeLibraryPath [ fluidsynth ]; 30 31 in 32 + stdenv.mkDerivation { 33 pname = "zandronum${suffix}"; 34 version = "3.1.0"; 35
+1 -1
pkgs/games/dxx-rebirth/default.nix
··· 22 }; 23 24 in 25 - stdenv.mkDerivation rec { 26 pname = "dxx-rebirth"; 27 version = "0.60.0-beta2-unstable-2025-01-12"; 28
··· 22 }; 23 24 in 25 + stdenv.mkDerivation { 26 pname = "dxx-rebirth"; 27 version = "0.60.0-beta2-unstable-2025-01-12"; 28
+1 -1
pkgs/games/gl-gsync-demo/default.nix
··· 9 lib, 10 }: 11 12 - stdenv.mkDerivation rec { 13 pname = "gl-gsync-demo"; 14 version = "unstable-2020-12-27"; 15
··· 9 lib, 10 }: 11 12 + stdenv.mkDerivation { 13 pname = "gl-gsync-demo"; 14 version = "unstable-2020-12-27"; 15
+1 -1
pkgs/games/legendary-gl/default.nix
··· 8 filelock, 9 }: 10 11 - buildPythonApplication rec { 12 pname = "legendary-gl"; # Name in pypi 13 version = "0.20.34"; 14
··· 8 filelock, 9 }: 10 11 + buildPythonApplication { 12 pname = "legendary-gl"; # Name in pypi 13 version = "0.20.34"; 14
+1 -1
pkgs/games/openttd/grfcodec.nix
··· 7 git, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "openttd-grfcodec"; 12 version = "unstable-2021-03-10"; 13
··· 7 git, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "openttd-grfcodec"; 12 version = "unstable-2021-03-10"; 13
+1 -1
pkgs/games/openttd/jgrpp.nix
··· 4 pname = "openttd-jgrpp"; 5 version = "0.64.1"; 6 7 - src = fetchFromGitHub rec { 8 owner = "JGRennison"; 9 repo = "OpenTTD-patches"; 10 rev = "jgrpp-${version}";
··· 4 pname = "openttd-jgrpp"; 5 version = "0.64.1"; 6 7 + src = fetchFromGitHub { 8 owner = "JGRennison"; 9 repo = "OpenTTD-patches"; 10 rev = "jgrpp-${version}";
+1 -1
pkgs/games/pegasus-frontend/default.nix
··· 14 wrapQtAppsHook, 15 }: 16 17 - stdenv.mkDerivation rec { 18 pname = "pegasus-frontend"; 19 version = "0-unstable-2024-11-11"; 20
··· 14 wrapQtAppsHook, 15 }: 16 17 + stdenv.mkDerivation { 18 pname = "pegasus-frontend"; 19 version = "0-unstable-2024-11-11"; 20
+1 -1
pkgs/games/qzdl/default.nix
··· 12 copyDesktopItems, 13 }: 14 15 - stdenv.mkDerivation rec { 16 pname = "qzdl"; 17 version = "unstable-2023-04-04"; 18
··· 12 copyDesktopItems, 13 }: 14 15 + stdenv.mkDerivation { 16 pname = "qzdl"; 17 version = "unstable-2023-04-04"; 18
+1 -1
pkgs/games/warsow/engine.nix
··· 17 zlib, 18 }: 19 20 - stdenv.mkDerivation rec { 21 pname = "warsow-engine"; 22 version = "2.1.0"; 23
··· 17 zlib, 18 }: 19 20 + stdenv.mkDerivation { 21 pname = "warsow-engine"; 22 version = "2.1.0"; 23
+1 -1
pkgs/misc/arm-trusted-firmware/default.nix
··· 115 { 116 inherit buildArmTrustedFirmware; 117 118 - armTrustedFirmwareTools = buildArmTrustedFirmware rec { 119 # Normally, arm-trusted-firmware builds the build tools for buildPlatform 120 # using CC_FOR_BUILD (or as it calls it HOSTCC). Since want to build them 121 # for the hostPlatform here, we trick it by overriding the HOSTCC setting
··· 115 { 116 inherit buildArmTrustedFirmware; 117 118 + armTrustedFirmwareTools = buildArmTrustedFirmware { 119 # Normally, arm-trusted-firmware builds the build tools for buildPlatform 120 # using CC_FOR_BUILD (or as it calls it HOSTCC). Since want to build them 121 # for the hostPlatform here, we trick it by overriding the HOSTCC setting
+1 -1
pkgs/misc/tmux-plugins/default.nix
··· 48 ''; 49 })); 50 51 - in rec { 52 inherit mkTmuxPlugin; 53 54 battery = mkTmuxPlugin {
··· 48 ''; 49 })); 50 51 + in { 52 inherit mkTmuxPlugin; 53 54 battery = mkTmuxPlugin {
+1 -1
pkgs/os-specific/darwin/openwith/default.nix
··· 8 inherit (swiftPackages) stdenv swift; 9 arch = if stdenv.hostPlatform.isAarch64 then "arm64" else "x86_64"; 10 in 11 - stdenv.mkDerivation rec { 12 pname = "openwith"; 13 version = "unstable-2022-10-28"; 14
··· 8 inherit (swiftPackages) stdenv swift; 9 arch = if stdenv.hostPlatform.isAarch64 then "arm64" else "x86_64"; 10 in 11 + stdenv.mkDerivation { 12 pname = "openwith"; 13 version = "unstable-2022-10-28"; 14
+1 -1
pkgs/os-specific/darwin/osx-cpu-temp/default.nix
··· 9 pname = "osx-cpu-temp"; 10 version = "unstable-2020-12-04"; 11 12 - src = fetchFromGitHub rec { 13 name = "osx-cpu-temp-source"; 14 owner = "lavoiesl"; 15 repo = pname;
··· 9 pname = "osx-cpu-temp"; 10 version = "unstable-2020-12-04"; 11 12 + src = fetchFromGitHub { 13 name = "osx-cpu-temp-source"; 14 owner = "lavoiesl"; 15 repo = pname;
+1 -1
pkgs/os-specific/linux/fanout/default.nix
··· 8 nixosTests, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "fanout"; 13 version = "unstable-2022-10-17-${kernel.version}"; 14
··· 8 nixosTests, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "fanout"; 13 version = "unstable-2022-10-17-${kernel.version}"; 14
+1 -1
pkgs/os-specific/linux/gasket/default.nix
··· 7 kernelModuleMakeFlags, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "gasket"; 12 version = "1.0-18-unstable-2024-04-25"; 13
··· 7 kernelModuleMakeFlags, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "gasket"; 12 version = "1.0-18-unstable-2024-04-25"; 13
+1 -1
pkgs/os-specific/linux/hyperv-daemons/default.nix
··· 19 # The fcopy program is explicitly left out in the Makefile on aarch64 20 (if stdenv.hostPlatform.isAarch64 then null else "fcopy_uio"); 21 22 - daemons = stdenv.mkDerivation rec { 23 pname = "hyperv-daemons-bin"; 24 inherit (kernel) src version; 25
··· 19 # The fcopy program is explicitly left out in the Makefile on aarch64 20 (if stdenv.hostPlatform.isAarch64 then null else "fcopy_uio"); 21 22 + daemons = stdenv.mkDerivation { 23 pname = "hyperv-daemons-bin"; 24 inherit (kernel) src version; 25
+1 -1
pkgs/os-specific/linux/mbp-modules/mbp2018-bridge-drv/default.nix
··· 6 fetchFromGitHub, 7 }: 8 9 - stdenv.mkDerivation rec { 10 pname = "mbp2018-bridge-drv"; 11 version = "2020-01-31"; 12
··· 6 fetchFromGitHub, 7 }: 8 9 + stdenv.mkDerivation { 10 pname = "mbp2018-bridge-drv"; 11 version = "2020-01-31"; 12
+1 -1
pkgs/os-specific/linux/minimal-bootstrap/tinycc/common.nix
··· 69 kaem.runCommand "${pname}-${version}" 70 { 71 inherit pname version meta; 72 - passthru.tests = rec { 73 get-version = 74 result: 75 kaem.runCommand "${pname}-get-version-${version}" { } ''
··· 69 kaem.runCommand "${pname}-${version}" 70 { 71 inherit pname version meta; 72 + passthru.tests = { 73 get-version = 74 result: 75 kaem.runCommand "${pname}-get-version-${version}" { } ''
+1 -1
pkgs/os-specific/linux/nct6687d/default.nix
··· 7 nix-update-script, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "nct6687d"; 12 version = "0-unstable-2024-11-05"; 13
··· 7 nix-update-script, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "nct6687d"; 12 version = "0-unstable-2024-11-05"; 13
+1 -1
pkgs/os-specific/linux/nvidia-x11/persistenced.nix
··· 8 libtirpc, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "nvidia-persistenced"; 13 version = nvidia_x11.persistencedVersion; 14
··· 8 libtirpc, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "nvidia-persistenced"; 13 version = nvidia_x11.persistencedVersion; 14
+1 -1
pkgs/os-specific/linux/rtl88xxau-aircrack/default.nix
··· 5 kernel, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "rtl88xxau-aircrack"; 10 version = "${kernel.version}-unstable-2024-04-09"; 11
··· 5 kernel, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "rtl88xxau-aircrack"; 10 version = "${kernel.version}-unstable-2024-04-09"; 11
+1 -1
pkgs/os-specific/linux/v86d/default.nix
··· 9 let 10 pversion = "0.1.10"; 11 in 12 - stdenv.mkDerivation rec { 13 pname = "v86d"; 14 version = "${pversion}-${kernel.version}"; 15
··· 9 let 10 pversion = "0.1.10"; 11 in 12 + stdenv.mkDerivation { 13 pname = "v86d"; 14 version = "${pversion}-${kernel.version}"; 15
+1 -1
pkgs/os-specific/linux/vendor-reset/default.nix
··· 5 lib, 6 }: 7 8 - stdenv.mkDerivation rec { 9 pname = "vendor-reset"; 10 version = "unstable-2024-04-16-${kernel.version}"; 11
··· 5 lib, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "vendor-reset"; 10 version = "unstable-2024-04-16-${kernel.version}"; 11
+1 -1
pkgs/os-specific/linux/vmware/default.nix
··· 7 gnugrep, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "vmware-modules"; 12 version = "workstation-17.6.1-unstable-2024-10-12-${kernel.version}"; 13
··· 7 gnugrep, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "vmware-modules"; 12 version = "workstation-17.6.1-unstable-2024-10-12-${kernel.version}"; 13
+1 -1
pkgs/servers/etcd/3.5/default.nix
··· 33 platforms = platforms.darwin ++ platforms.linux; 34 }; 35 36 - etcdserver = buildGoModule rec { 37 pname = "etcdserver"; 38 39 inherit
··· 33 platforms = platforms.darwin ++ platforms.linux; 34 }; 35 36 + etcdserver = buildGoModule { 37 pname = "etcdserver"; 38 39 inherit
+1 -1
pkgs/servers/gpm/default.nix
··· 14 ncurses, 15 }: 16 17 - stdenv.mkDerivation rec { 18 pname = "gpm"; 19 version = "unstable-2020-06-17"; 20
··· 14 ncurses, 15 }: 16 17 + stdenv.mkDerivation { 18 pname = "gpm"; 19 version = "unstable-2020-06-17"; 20
+1 -1
pkgs/servers/irc/solanum/default.nix
··· 14 nixosTests, 15 }: 16 17 - stdenv.mkDerivation rec { 18 pname = "solanum"; 19 version = "0-unstable-2025-02-25"; 20
··· 14 nixosTests, 15 }: 16 17 + stdenv.mkDerivation { 18 pname = "solanum"; 19 version = "0-unstable-2025-02-25"; 20
+1 -1
pkgs/servers/memos/default.nix
··· 33 ''; 34 }; 35 in 36 - buildGoModule rec { 37 pname = "memos"; 38 inherit version src; 39
··· 33 ''; 34 }; 35 in 36 + buildGoModule { 37 pname = "memos"; 38 inherit version src; 39
+1 -1
pkgs/servers/mobilizon/default.nix
··· 73 }); 74 75 # The remainder are Git dependencies (and their deps) that are not supported by mix2nix currently. 76 - web_push_encryption = buildMix rec { 77 name = "web_push_encryption"; 78 version = "0.3.1"; 79 src = fetchFromGitHub {
··· 73 }); 74 75 # The remainder are Git dependencies (and their deps) that are not supported by mix2nix currently. 76 + web_push_encryption = buildMix { 77 name = "web_push_encryption"; 78 version = "0.3.1"; 79 src = fetchFromGitHub {
+1 -1
pkgs/servers/monitoring/grafana/plugins/bsull-console-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "bsull-console-datasource"; 5 version = "1.0.1"; 6 zipHash = "sha256-V6D/VIdwwQvG21nVMXD/xF86Uy8WRecL2RjyDTZr1wQ=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "bsull-console-datasource"; 5 version = "1.0.1"; 6 zipHash = "sha256-V6D/VIdwwQvG21nVMXD/xF86Uy8WRecL2RjyDTZr1wQ=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/doitintl-bigquery-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "doitintl-bigquery-datasource"; 5 version = "2.0.3"; 6 zipHash = "sha256-QxUNRsO1ony+6tVdpwx3P/63XNIdAVIren6hUwChf9E=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "doitintl-bigquery-datasource"; 5 version = "2.0.3"; 6 zipHash = "sha256-QxUNRsO1ony+6tVdpwx3P/63XNIdAVIren6hUwChf9E=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/fetzerch-sunandmoon-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "fetzerch-sunandmoon-datasource"; 5 version = "0.3.3"; 6 zipHash = "sha256-IJe1OiPt9MxqqPymuH0K27jToSb92M0P4XGZXvk0paE=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "fetzerch-sunandmoon-datasource"; 5 version = "0.3.3"; 6 zipHash = "sha256-IJe1OiPt9MxqqPymuH0K27jToSb92M0P4XGZXvk0paE=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/frser-sqlite-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "frser-sqlite-datasource"; 5 version = "3.5.0"; 6 zipHash = "sha256-BwAurFpMyyR318HMzVXCnOEQWM8W2vPPisXhhklFLBY=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "frser-sqlite-datasource"; 5 version = "3.5.0"; 6 zipHash = "sha256-BwAurFpMyyR318HMzVXCnOEQWM8W2vPPisXhhklFLBY=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafadruid-druid-datasource"; 5 version = "1.4.1"; 6 zipHash = "sha256-7atxqRqKqop6ABQ+ead6wR/YRpJaV8j/Ri4VB9FXMu8=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafadruid-druid-datasource"; 5 version = "1.4.1"; 6 zipHash = "sha256-7atxqRqKqop6ABQ+ead6wR/YRpJaV8j/Ri4VB9FXMu8=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-clock-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-clock-panel"; 5 version = "2.1.8"; 6 zipHash = "sha256-QLvq2CSlJuEaYAazn8MoY3XCiXeRILj4dTp/aqrHL/k=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-clock-panel"; 5 version = "2.1.8"; 6 zipHash = "sha256-QLvq2CSlJuEaYAazn8MoY3XCiXeRILj4dTp/aqrHL/k=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-discourse-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-discourse-datasource"; 5 version = "2.0.2"; 6 zipHash = "sha256-0MTxPe7RJHMA0SwjOcFlbi4VkhlLUFP+5r2DsHAaffc=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-discourse-datasource"; 5 version = "2.0.2"; 6 zipHash = "sha256-0MTxPe7RJHMA0SwjOcFlbi4VkhlLUFP+5r2DsHAaffc=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-github-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-github-datasource"; 5 version = "1.9.0"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-github-datasource"; 5 version = "1.9.0"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-googlesheets-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-googlesheets-datasource"; 5 version = "1.2.14"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-googlesheets-datasource"; 5 version = "1.2.14"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-mqtt-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-mqtt-datasource"; 5 version = "1.1.0-beta.2"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-mqtt-datasource"; 5 version = "1.1.0-beta.2"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-opensearch-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-opensearch-datasource"; 5 version = "2.19.0"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-opensearch-datasource"; 5 version = "2.19.0"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-piechart-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-piechart-panel"; 5 version = "1.6.4"; 6 zipHash = "sha256-bdAl3OmZgSNB+IxxlCb81abR+4dykKkRY3MpQUQyLks=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-piechart-panel"; 5 version = "1.6.4"; 6 zipHash = "sha256-bdAl3OmZgSNB+IxxlCb81abR+4dykKkRY3MpQUQyLks=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-polystat-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-polystat-panel"; 5 version = "2.1.13"; 6 zipHash = "sha256-O8YOSVLhJ1hDNbBHKwkikNBOjQTrGofGklVTalgDH4I=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-polystat-panel"; 5 version = "2.1.13"; 6 zipHash = "sha256-O8YOSVLhJ1hDNbBHKwkikNBOjQTrGofGklVTalgDH4I=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/grafana-worldmap-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "grafana-worldmap-panel"; 5 version = "1.0.6"; 6 zipHash = "sha256-/lgsdBEL9HdJX1X1Qy0THBlYdUUI8SRtgF1Wig1Ktpk=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "grafana-worldmap-panel"; 5 version = "1.0.6"; 6 zipHash = "sha256-/lgsdBEL9HdJX1X1Qy0THBlYdUUI8SRtgF1Wig1Ktpk=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/marcusolsson-calendar-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "marcusolsson-calendar-panel"; 5 version = "3.7.0"; 6 zipHash = "sha256-O8EvkS+lWq2qaIj1HJzPagRGhrEENvY1YDBusvUejM0=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "marcusolsson-calendar-panel"; 5 version = "3.7.0"; 6 zipHash = "sha256-O8EvkS+lWq2qaIj1HJzPagRGhrEENvY1YDBusvUejM0=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/marcusolsson-csv-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "marcusolsson-csv-datasource"; 5 version = "0.6.19"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "marcusolsson-csv-datasource"; 5 version = "0.6.19"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/grafana/plugins/marcusolsson-dynamictext-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "marcusolsson-dynamictext-panel"; 5 version = "5.6.0"; 6 zipHash = "sha256-UDJG6KAaothSv26SHKo1HNQwVHg5slI01rmDnGgGBWs=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "marcusolsson-dynamictext-panel"; 5 version = "5.6.0"; 6 zipHash = "sha256-UDJG6KAaothSv26SHKo1HNQwVHg5slI01rmDnGgGBWs=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/marcusolsson-json-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "marcusolsson-json-datasource"; 5 version = "1.3.17"; 6 zipHash = "sha256-L1G5s9fEEuvNs5AWXlT00f+dU2/2Rtjm4R3kpFc4NRg=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "marcusolsson-json-datasource"; 5 version = "1.3.17"; 6 zipHash = "sha256-L1G5s9fEEuvNs5AWXlT00f+dU2/2Rtjm4R3kpFc4NRg=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/redis-app/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "redis-app"; 5 version = "2.2.1"; 6 zipHash = "sha256-1ZzJaGhlM6CaTecj69aqJ9fqN7wYSsiDCMTRVkZJUb0=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "redis-app"; 5 version = "2.2.1"; 6 zipHash = "sha256-1ZzJaGhlM6CaTecj69aqJ9fqN7wYSsiDCMTRVkZJUb0=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/redis-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "redis-datasource"; 5 version = "2.2.0"; 6 zipHash = "sha256-a4at8o185XSOyNxZZKfb0/j1CVoKQ9JZx0ofoPUBqKs=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "redis-datasource"; 5 version = "2.2.0"; 6 zipHash = "sha256-a4at8o185XSOyNxZZKfb0/j1CVoKQ9JZx0ofoPUBqKs=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/redis-explorer-app/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "redis-explorer-app"; 5 version = "2.1.1"; 6 zipHash = "sha256-t5L9XURNcswDbZWSmehs/JYU7NoEwhX1If7ghbi509g=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "redis-explorer-app"; 5 version = "2.1.1"; 6 zipHash = "sha256-t5L9XURNcswDbZWSmehs/JYU7NoEwhX1If7ghbi509g=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "ventura-psychrometric-panel"; 5 version = "4.5.1"; 6 zipHash = "sha256-Y/Eh3eWZkPS8Q1eha7sEJ3wTMI7QxOr7MEbPc25fnGg=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "ventura-psychrometric-panel"; 5 version = "4.5.1"; 6 zipHash = "sha256-Y/Eh3eWZkPS8Q1eha7sEJ3wTMI7QxOr7MEbPc25fnGg=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/volkovlabs-echarts-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "volkovlabs-echarts-panel"; 5 version = "6.4.1"; 6 zipHash = "sha256-RHOfFKplZs0gbD/esvrpXkkPKPfo5R4zjCUJWPpkDNU=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "volkovlabs-echarts-panel"; 5 version = "6.4.1"; 6 zipHash = "sha256-RHOfFKplZs0gbD/esvrpXkkPKPfo5R4zjCUJWPpkDNU=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/volkovlabs-form-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "volkovlabs-form-panel"; 5 version = "4.6.0"; 6 zipHash = "sha256-ne2dfCr+PBodeaxGfZL0VrAxHLYEAaeQfuZQf2F3s0s=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "volkovlabs-form-panel"; 5 version = "4.6.0"; 6 zipHash = "sha256-ne2dfCr+PBodeaxGfZL0VrAxHLYEAaeQfuZQf2F3s0s=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/volkovlabs-rss-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "volkovlabs-rss-datasource"; 5 version = "4.2.0"; 6 zipHash = "sha256-+3tgvpH6xlJORqN4Sx7qwzsiQZoLwdarzhx6kHvtOoY=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "volkovlabs-rss-datasource"; 5 version = "4.2.0"; 6 zipHash = "sha256-+3tgvpH6xlJORqN4Sx7qwzsiQZoLwdarzhx6kHvtOoY=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/volkovlabs-variable-panel/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "volkovlabs-variable-panel"; 5 version = "3.5.0"; 6 zipHash = "sha256-SqMTCdB+8OUo94zJ3eS5NoCeyjc7sdMCR0CTvVe/L1g=";
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "volkovlabs-variable-panel"; 5 version = "3.5.0"; 6 zipHash = "sha256-SqMTCdB+8OUo94zJ3eS5NoCeyjc7sdMCR0CTvVe/L1g=";
+1 -1
pkgs/servers/monitoring/grafana/plugins/yesoreyeram-infinity-datasource/default.nix
··· 1 { grafanaPlugin, lib }: 2 3 - grafanaPlugin rec { 4 pname = "yesoreyeram-infinity-datasource"; 5 version = "2.11.0"; 6 zipHash = {
··· 1 { grafanaPlugin, lib }: 2 3 + grafanaPlugin { 4 pname = "yesoreyeram-infinity-datasource"; 5 version = "2.11.0"; 6 zipHash = {
+1 -1
pkgs/servers/monitoring/prometheus/fritzbox-exporter.nix
··· 5 nixosTests, 6 }: 7 8 - buildGoModule rec { 9 pname = "fritzbox-exporter"; 10 version = "unstable-2021-04-13"; 11
··· 5 nixosTests, 6 }: 7 8 + buildGoModule { 9 pname = "fritzbox-exporter"; 10 version = "unstable-2021-04-13"; 11
+1 -1
pkgs/servers/monitoring/prometheus/kthxbye.nix
··· 10 pname = "kthxbye"; 11 version = "0.16"; 12 13 - src = fetchFromGitHub rec { 14 owner = "prymitive"; 15 repo = "kthxbye"; 16 rev = "v${version}";
··· 10 pname = "kthxbye"; 11 version = "0.16"; 12 13 + src = fetchFromGitHub { 14 owner = "prymitive"; 15 repo = "kthxbye"; 16 rev = "v${version}";
+1 -1
pkgs/servers/pulseaudio/qpaeq.nix
··· 21 startupNotify = false; 22 }; 23 in 24 - mkDerivation rec { 25 pname = "qpaeq"; 26 inherit (pulseaudio) version src; 27
··· 21 startupNotify = false; 22 }; 23 in 24 + mkDerivation { 25 pname = "qpaeq"; 26 inherit (pulseaudio) version src; 27
+1 -1
pkgs/servers/sql/postgresql/ext/cstore_fdw.nix
··· 7 buildPostgresqlExtension, 8 }: 9 10 - buildPostgresqlExtension rec { 11 pname = "cstore_fdw"; 12 version = "1.7.0-unstable-2021-03-08"; 13
··· 7 buildPostgresqlExtension, 8 }: 9 10 + buildPostgresqlExtension { 11 pname = "cstore_fdw"; 12 version = "1.7.0-unstable-2021-03-08"; 13
+1 -1
pkgs/servers/sql/postgresql/ext/jsonb_deep_sum.nix
··· 6 buildPostgresqlExtension, 7 }: 8 9 - buildPostgresqlExtension rec { 10 pname = "jsonb_deep_sum"; 11 version = "0-unstable-2021-12-24"; 12
··· 6 buildPostgresqlExtension, 7 }: 8 9 + buildPostgresqlExtension { 10 pname = "jsonb_deep_sum"; 11 version = "0-unstable-2021-12-24"; 12
+1 -1
pkgs/servers/sql/postgresql/ext/smlar.nix
··· 6 buildPostgresqlExtension, 7 }: 8 9 - buildPostgresqlExtension rec { 10 pname = "smlar-unstable"; 11 version = "2021-11-08"; 12
··· 6 buildPostgresqlExtension, 7 }: 8 9 + buildPostgresqlExtension { 10 pname = "smlar-unstable"; 11 version = "2021-11-08"; 12
+1 -1
pkgs/servers/web-apps/freshrss/extensions/default.nix
··· 56 }; 57 }; 58 59 - reading-time = buildFreshRssExtension rec { 60 FreshRssExtUniqueId = "ReadingTime"; 61 pname = "reading-time"; 62 version = "1.5";
··· 56 }; 57 }; 58 59 + reading-time = buildFreshRssExtension { 60 FreshRssExtUniqueId = "ReadingTime"; 61 pname = "reading-time"; 62 version = "1.5";
+1 -1
pkgs/shells/fish/plugins/colored-man-pages.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - buildFishPlugin rec { 8 pname = "colored-man-pages"; 9 version = "0-unstable-2022-04-30"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + buildFishPlugin { 8 pname = "colored-man-pages"; 9 version = "0-unstable-2022-04-30"; 10
+1 -1
pkgs/shells/fish/plugins/git-abbr.nix
··· 3 buildFishPlugin, 4 fetchFromGitHub, 5 }: 6 - buildFishPlugin rec { 7 pname = "fish-git-abbr"; 8 version = "0.2.1-unstable-2023-06-19"; 9
··· 3 buildFishPlugin, 4 fetchFromGitHub, 5 }: 6 + buildFishPlugin { 7 pname = "fish-git-abbr"; 8 version = "0.2.1-unstable-2023-06-19"; 9
+1 -1
pkgs/shells/fish/plugins/humantime-fish.nix
··· 4 fetchFromGitHub, 5 fishtape, 6 }: 7 - buildFishPlugin rec { 8 pname = "humantime-fish"; 9 version = "1.0.0-unstable-2022-04-08"; 10
··· 4 fetchFromGitHub, 5 fishtape, 6 }: 7 + buildFishPlugin { 8 pname = "humantime-fish"; 9 version = "1.0.0-unstable-2022-04-08"; 10
+1 -1
pkgs/shells/fish/plugins/hydro.nix
··· 4 fetchFromGitHub, 5 }: 6 7 - buildFishPlugin rec { 8 pname = "hydro"; 9 version = "0-unstable-2024-11-02"; 10
··· 4 fetchFromGitHub, 5 }: 6 7 + buildFishPlugin { 8 pname = "hydro"; 9 version = "0-unstable-2024-11-02"; 10
+1 -1
pkgs/stdenv/linux/default.nix
··· 593 594 overrides = 595 self: super: 596 - rec { 597 inherit (prevStage) 598 ccWrapperStdenv 599 binutils
··· 593 594 overrides = 595 self: super: 596 + { 597 inherit (prevStage) 598 ccWrapperStdenv 599 binutils
+1 -1
pkgs/tools/admin/pgadmin/default.nix
··· 28 29 # keep the scope, as it is used throughout the derivation and tests 30 # this also makes potential future overrides easier 31 - pythonPackages = python3.pkgs.overrideScope (final: prev: rec { }); 32 33 offlineCache = fetchYarnDeps { 34 yarnLock = ./yarn.lock;
··· 28 29 # keep the scope, as it is used throughout the derivation and tests 30 # this also makes potential future overrides easier 31 + pythonPackages = python3.pkgs.overrideScope (final: prev: { }); 32 33 offlineCache = fetchYarnDeps { 34 yarnLock = ./yarn.lock;
+1 -1
pkgs/tools/admin/pulumi-packages/base.nix
··· 35 , ... 36 }: python3Packages.callPackage 37 ({ buildPythonPackage, pythonOlder, parver, pip, pulumi, semver, setuptools }: 38 - buildPythonPackage rec { 39 inherit pname meta src version; 40 format = "pyproject"; 41
··· 35 , ... 36 }: python3Packages.callPackage 37 ({ buildPythonPackage, pythonOlder, parver, pip, pulumi, semver, setuptools }: 38 + buildPythonPackage { 39 inherit pname meta src version; 40 format = "pyproject"; 41
+1 -1
pkgs/tools/audio/opl3bankeditor/default.nix
··· 1 - import ./common.nix rec { 2 pname = "opl3bankeditor"; 3 chip = "OPL3"; 4 version = "1.5.1";
··· 1 + import ./common.nix { 2 pname = "opl3bankeditor"; 3 chip = "OPL3"; 4 version = "1.5.1";
+1 -1
pkgs/tools/audio/opl3bankeditor/opn2bankeditor.nix
··· 1 - import ./common.nix rec { 2 pname = "opn2bankeditor"; 3 chip = "OPN2"; 4 version = "1.3";
··· 1 + import ./common.nix { 2 pname = "opn2bankeditor"; 3 chip = "OPN2"; 4 version = "1.3";
+1 -1
pkgs/tools/misc/cutecom/default.nix
··· 7 wrapQtAppsHook, 8 }: 9 10 - stdenv.mkDerivation rec { 11 pname = "cutecom"; 12 version = "0.51.0+patch"; 13
··· 7 wrapQtAppsHook, 8 }: 9 10 + stdenv.mkDerivation { 11 pname = "cutecom"; 12 version = "0.51.0+patch"; 13
+1 -1
pkgs/tools/misc/ocs-url/default.nix
··· 21 }; 22 in 23 24 - stdenv.mkDerivation rec { 25 pname = "ocs-url"; 26 inherit version; 27
··· 21 }; 22 in 23 24 + stdenv.mkDerivation { 25 pname = "ocs-url"; 26 inherit version; 27
+1 -1
pkgs/tools/misc/xvfb-run/default.nix
··· 14 installShellFiles, 15 xterm, 16 }: 17 - stdenvNoCC.mkDerivation rec { 18 pname = "xvfb-run"; 19 version = "1+g87f6705"; 20
··· 14 installShellFiles, 15 xterm, 16 }: 17 + stdenvNoCC.mkDerivation { 18 pname = "xvfb-run"; 19 version = "1+g87f6705"; 20
+1 -1
pkgs/tools/networking/dnschef/default.nix
··· 5 lib, 6 }: 7 8 - buildPythonApplication rec { 9 pname = "dnschef"; 10 version = "0.4"; 11
··· 5 lib, 6 }: 7 8 + buildPythonApplication { 9 pname = "dnschef"; 10 version = "0.4"; 11
+1 -1
pkgs/tools/networking/dogdns/default.nix
··· 11 Security, 12 }: 13 14 - rustPlatform.buildRustPackage rec { 15 pname = "dogdns"; 16 version = "unstable-2021-10-07"; 17
··· 11 Security, 12 }: 13 14 + rustPlatform.buildRustPackage { 15 pname = "dogdns"; 16 version = "unstable-2021-10-07"; 17
+1 -1
pkgs/tools/networking/spoof-mac/default.nix
··· 5 docopt, 6 }: 7 8 - buildPythonPackage rec { 9 pname = "spoof-mac"; 10 version = "unstable-2018-01-27"; 11
··· 5 docopt, 6 }: 7 8 + buildPythonPackage { 9 pname = "spoof-mac"; 10 version = "unstable-2018-01-27"; 11
+1 -1
pkgs/tools/package-management/nix-visualize/default.nix
··· 10 setuptools, 11 }: 12 13 - python.pkgs.buildPythonApplication rec { 14 version = "1.0.5-unstable-2024-01-17"; 15 pname = "nix-visualize"; 16 pyproject = true;
··· 10 setuptools, 11 }: 12 13 + python.pkgs.buildPythonApplication { 14 version = "1.0.5-unstable-2024-01-17"; 15 pname = "nix-visualize"; 16 pyproject = true;
+1 -1
pkgs/tools/system/uefitool/variants.nix
··· 3 common = opts: libsForQt5.callPackage (import ./common.nix opts) { }; 4 in 5 rec { 6 - new-engine = common rec { 7 version = "A62"; 8 sha256 = "sha256-U89j0BV57luv1c9hoYJtisKLxFezuaGFokZ29/NJ0xg="; 9 installFiles = [
··· 3 common = opts: libsForQt5.callPackage (import ./common.nix opts) { }; 4 in 5 rec { 6 + new-engine = common { 7 version = "A62"; 8 sha256 = "sha256-U89j0BV57luv1c9hoYJtisKLxFezuaGFokZ29/NJ0xg="; 9 installFiles = [
+1 -1
pkgs/tools/text/gpt2tc/default.nix
··· 6 python3, 7 }: 8 9 - stdenv.mkDerivation rec { 10 pname = "gpt2tc"; 11 version = "2021-04-24"; 12
··· 6 python3, 7 }: 8 9 + stdenv.mkDerivation { 10 pname = "gpt2tc"; 11 version = "2021-04-24"; 12
+1 -1
pkgs/tools/text/uniscribe/default.nix
··· 12 gemdir = ./.; 13 }; 14 in 15 - stdenv.mkDerivation rec { 16 pname = "uniscribe"; 17 version = (import ./gemset.nix).uniscribe.version; 18
··· 12 gemdir = ./.; 13 }; 14 in 15 + stdenv.mkDerivation { 16 pname = "uniscribe"; 17 version = (import ./gemset.nix).uniscribe.version; 18