Merge staging-next into staging

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

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