Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub a36cec68 6d49a350

+344 -304
+1 -1
.github/workflows/basic-eval.yml
··· 16 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 17 steps: 18 - uses: actions/checkout@v3 19 - - uses: cachix/install-nix-action@v16 20 - uses: cachix/cachix-action@v10 21 with: 22 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
··· 16 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback 17 steps: 18 - uses: actions/checkout@v3 19 + - uses: cachix/install-nix-action@v17 20 - uses: cachix/cachix-action@v10 21 with: 22 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
+1 -1
.github/workflows/editorconfig.yml
··· 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge 31 - - uses: cachix/install-nix-action@v16 32 with: 33 # nixpkgs commit is pinned so that it doesn't break 34 # editorconfig-checker 2.4.0
··· 28 with: 29 # pull_request_target checks out the base branch by default 30 ref: refs/pull/${{ github.event.pull_request.number }}/merge 31 + - uses: cachix/install-nix-action@v17 32 with: 33 # nixpkgs commit is pinned so that it doesn't break 34 # editorconfig-checker 2.4.0
+1 -1
.github/workflows/manual-nixos.yml
··· 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 - - uses: cachix/install-nix-action@v16 22 with: 23 # explicitly enable sandbox 24 extra_nix_config: sandbox = true
··· 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 + - uses: cachix/install-nix-action@v17 22 with: 23 # explicitly enable sandbox 24 extra_nix_config: sandbox = true
+1 -1
.github/workflows/manual-nixpkgs.yml
··· 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 - - uses: cachix/install-nix-action@v16 22 with: 23 # explicitly enable sandbox 24 extra_nix_config: sandbox = true
··· 18 with: 19 # pull_request_target checks out the base branch by default 20 ref: refs/pull/${{ github.event.pull_request.number }}/merge 21 + - uses: cachix/install-nix-action@v17 22 with: 23 # explicitly enable sandbox 24 extra_nix_config: sandbox = true
+1 -1
.github/workflows/nixos-manual.yml
··· 19 with: 20 # pull_request_target checks out the base branch by default 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge 22 - - uses: cachix/install-nix-action@v16 23 - name: Check DocBook files generated from Markdown are consistent 24 run: | 25 nixos/doc/manual/md-to-db.sh
··· 19 with: 20 # pull_request_target checks out the base branch by default 21 ref: refs/pull/${{ github.event.pull_request.number }}/merge 22 + - uses: cachix/install-nix-action@v17 23 - name: Check DocBook files generated from Markdown are consistent 24 run: | 25 nixos/doc/manual/md-to-db.sh
+1 -1
.github/workflows/update-terraform-providers.yml
··· 11 runs-on: ubuntu-latest 12 steps: 13 - uses: actions/checkout@v3 14 - - uses: cachix/install-nix-action@v16 15 - name: setup 16 id: setup 17 run: |
··· 11 runs-on: ubuntu-latest 12 steps: 13 - uses: actions/checkout@v3 14 + - uses: cachix/install-nix-action@v17 15 - name: setup 16 id: setup 17 run: |
+6
maintainers/maintainer-list.nix
··· 8091 githubId = 20536514; 8092 name = "Magdalena Haselsteiner"; 8093 }; 8094 mic92 = { 8095 email = "joerg@thalheim.io"; 8096 matrix = "@mic92:nixos.dev";
··· 8091 githubId = 20536514; 8092 name = "Magdalena Haselsteiner"; 8093 }; 8094 + mh182 = { 8095 + email = "mh182@chello.at"; 8096 + github = "mh182"; 8097 + githubId = 9980864; 8098 + name = "Max Hofer"; 8099 + }; 8100 mic92 = { 8101 email = "joerg@thalheim.io"; 8102 matrix = "@mic92:nixos.dev";
+15
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
··· 434 </listitem> 435 <listitem> 436 <para> 437 <literal>services.kubernetes.addons.dashboard</literal> was 438 removed due to it being an outdated version. 439 </para> ··· 1463 <para> 1464 <literal>programs.zsh.autosuggestions.strategy</literal> now 1465 takes a list of strings instead of a string. 1466 </para> 1467 </listitem> 1468 <listitem>
··· 434 </listitem> 435 <listitem> 436 <para> 437 + <literal>security.klogd</literal> was removed. Logging of 438 + kernel messages is handled by systemd since Linux 3.5. 439 + </para> 440 + </listitem> 441 + <listitem> 442 + <para> 443 <literal>services.kubernetes.addons.dashboard</literal> was 444 removed due to it being an outdated version. 445 </para> ··· 1469 <para> 1470 <literal>programs.zsh.autosuggestions.strategy</literal> now 1471 takes a list of strings instead of a string. 1472 + </para> 1473 + </listitem> 1474 + <listitem> 1475 + <para> 1476 + The <literal>asterisk</literal> and 1477 + <literal>asterisk-stable</literal> packages were switched from 1478 + <literal>asterisk_18</literal> to the newly-packaged 1479 + <literal>asterisk_19</literal>. Asterisk 13 and 17 have been 1480 + removed as they have reached their end of life. 1481 </para> 1482 </listitem> 1483 <listitem>
+5
nixos/doc/manual/release-notes/rl-2205.section.md
··· 141 org-contrib, refer to the ones in `pkgs.emacsPackages.elpaPackages` and 142 `pkgs.emacsPackages.nongnuPackages` where the new versions will release. 143 144 - `services.kubernetes.addons.dashboard` was removed due to it being an outdated version. 145 146 - `services.kubernetes.scheduler.{port,address}` now set `--secure-port` and `--bind-address` instead of `--port` and `--address`, since the former have been deprecated and are no longer functional in kubernetes>=1.23. Ensure that you are not relying on the insecure behaviour before upgrading. ··· 516 Direct downgrades from Unifi 7 to Unifi 6 are not possible and require restoring from a backup made by Unifi 6. 517 518 - `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string. 519 520 - The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11. 521 Configurations using this default will print a warning when rebuilt.
··· 141 org-contrib, refer to the ones in `pkgs.emacsPackages.elpaPackages` and 142 `pkgs.emacsPackages.nongnuPackages` where the new versions will release. 143 144 + - `security.klogd` was removed. Logging of kernel messages is handled 145 + by systemd since Linux 3.5. 146 + 147 - `services.kubernetes.addons.dashboard` was removed due to it being an outdated version. 148 149 - `services.kubernetes.scheduler.{port,address}` now set `--secure-port` and `--bind-address` instead of `--port` and `--address`, since the former have been deprecated and are no longer functional in kubernetes>=1.23. Ensure that you are not relying on the insecure behaviour before upgrading. ··· 519 Direct downgrades from Unifi 7 to Unifi 6 are not possible and require restoring from a backup made by Unifi 6. 520 521 - `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string. 522 + 523 + - The `asterisk` and `asterisk-stable` packages were switched from `asterisk_18` to the newly-packaged `asterisk_19`. Asterisk 13 and 17 have been removed as they have reached their end of life. 524 525 - The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11. 526 Configurations using this default will print a warning when rebuilt.
-5
nixos/modules/hardware/video/webcam/facetimehd.nix
··· 16 17 config = mkIf cfg.enable { 18 19 - assertions = singleton { 20 - assertion = versionAtLeast kernelPackages.kernel.version "3.19"; 21 - message = "facetimehd is not supported for kernels older than 3.19"; 22 - }; 23 - 24 boot.kernelModules = [ "facetimehd" ]; 25 26 boot.blacklistedKernelModules = [ "bdc_pci" ];
··· 16 17 config = mkIf cfg.enable { 18 19 boot.kernelModules = [ "facetimehd" ]; 20 21 boot.blacklistedKernelModules = [ "bdc_pci" ];
+6 -35
nixos/modules/services/logging/klogd.nix
··· 1 - { config, lib, pkgs, ... }: 2 - 3 - with lib; 4 5 { 6 - ###### interface 7 - 8 - options = { 9 - 10 - services.klogd.enable = mkOption { 11 - type = types.bool; 12 - default = versionOlder (getVersion config.boot.kernelPackages.kernel) "3.5"; 13 - defaultText = literalExpression ''versionOlder (getVersion config.boot.kernelPackages.kernel) "3.5"''; 14 - description = '' 15 - Whether to enable klogd, the kernel log message processing 16 - daemon. Since systemd handles logging of kernel messages on 17 - Linux 3.5 and later, this is only useful if you're running an 18 - older kernel. 19 - ''; 20 - }; 21 - 22 - }; 23 - 24 - 25 - ###### implementation 26 - 27 - config = mkIf config.services.klogd.enable { 28 - systemd.services.klogd = { 29 - description = "Kernel Log Daemon"; 30 - wantedBy = [ "multi-user.target" ]; 31 - path = [ pkgs.sysklogd ]; 32 - unitConfig.ConditionVirtualization = "!systemd-nspawn"; 33 - script = 34 - "klogd -c 1 -2 -n " + 35 - "-k $(dirname $(readlink -f /run/booted-system/kernel))/System.map"; 36 - }; 37 - }; 38 }
··· 1 + { lib, ... }: 2 3 { 4 + imports = [ 5 + (lib.mkRemovedOptionModule [ "security" "klogd" "enable" ] '' 6 + Logging of kernel messages is now handled by systemd. 7 + '') 8 + ]; 9 }
+2 -2
pkgs/applications/audio/callaudiod/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "callaudiod"; 14 - version = "0.1.3"; 15 16 src = fetchFromGitLab { 17 domain = "gitlab.com"; 18 owner = "mobian1"; 19 repo = pname; 20 rev = version; 21 - sha256 = "sha256-WZ23jacCsZiNeMJfnYMaGdHXY9OCIBbeU9dWGDroaHE="; 22 }; 23 24 strictDeps = true;
··· 11 12 stdenv.mkDerivation rec { 13 pname = "callaudiod"; 14 + version = "0.1.4"; 15 16 src = fetchFromGitLab { 17 domain = "gitlab.com"; 18 owner = "mobian1"; 19 repo = pname; 20 rev = version; 21 + sha256 = "sha256-71+9ALz55aqxXRBRwOcs9fwiQK31pJ9E72pGRmt0OkE="; 22 }; 23 24 strictDeps = true;
+7 -3
pkgs/applications/blockchains/stellar-core/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, autoconf, libtool, automake, pkg-config, git 2 - , bison, flex, postgresql, ripgrep }: 3 4 stdenv.mkDerivation rec { 5 pname = "stellar-core"; 6 - version = "17.0.0"; 7 8 src = fetchFromGitHub { 9 owner = "stellar"; 10 repo = pname; 11 rev = "v${version}"; 12 - sha256 = "1ngl8yjqb8xzhdwzlxzzxf14q2hgwy2ysb17sn5380rrn0jswin1"; 13 fetchSubmodules = true; 14 }; 15 16 nativeBuildInputs = [ automake autoconf git libtool pkg-config ripgrep ]; 17 18 propagatedBuildInputs = [ bison flex postgresql ]; 19 20 preConfigure = '' 21 # Due to https://github.com/NixOS/nixpkgs/issues/8567 we cannot rely on
··· 1 { lib, stdenv, fetchFromGitHub, autoconf, libtool, automake, pkg-config, git 2 + , bison, flex, postgresql, ripgrep, libunwind }: 3 4 stdenv.mkDerivation rec { 5 pname = "stellar-core"; 6 + version = "18.5.0"; 7 8 src = fetchFromGitHub { 9 owner = "stellar"; 10 repo = pname; 11 rev = "v${version}"; 12 + sha256 = "sha256-wEi22R4zb8d5CJV5eWb776Yob8B6Ok4FrbYI0SGM0H8="; 13 fetchSubmodules = true; 14 }; 15 16 nativeBuildInputs = [ automake autoconf git libtool pkg-config ripgrep ]; 17 + 18 + buildInputs = [ libunwind ]; 19 20 propagatedBuildInputs = [ bison flex postgresql ]; 21 + 22 + enableParallelBuilding = true; 23 24 preConfigure = '' 25 # Due to https://github.com/NixOS/nixpkgs/issues/8567 we cannot rely on
+10
pkgs/applications/graphics/mypaint/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 , gtk3 4 , gettext 5 , json_c ··· 30 sha256 = "rVKcxzWZRLcuxK8xRyRgvitXAh4uOEyqHswLeTdA2Mk="; 31 fetchSubmodules = true; 32 }; 33 34 nativeBuildInputs = [ 35 gettext
··· 1 { lib 2 , fetchFromGitHub 3 + , fetchpatch 4 , gtk3 5 , gettext 6 , json_c ··· 31 sha256 = "rVKcxzWZRLcuxK8xRyRgvitXAh4uOEyqHswLeTdA2Mk="; 32 fetchSubmodules = true; 33 }; 34 + 35 + patches = [ 36 + # Fix build due to setuptools issue. 37 + # https://github.com/mypaint/mypaint/pull/1183 38 + (fetchpatch { 39 + url = "https://github.com/mypaint/mypaint/commit/423950bec96d6057eac70442de577364d784a847.patch"; 40 + sha256 = "OxJJOi20bFMRibL59zx6svtMrkgeMYyEvbdSXbZHqpc="; 41 + }) 42 + ]; 43 44 nativeBuildInputs = [ 45 gettext
+20 -20
pkgs/applications/misc/obsidian/default.nix
··· 13 inherit (stdenv.hostPlatform) system; 14 pname = "obsidian"; 15 version = "0.14.2"; 16 meta = with lib; { 17 description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files"; 18 homepage = "https://obsidian.md"; ··· 27 sha256 = if stdenv.isDarwin then "128kgqkf54ljkglwqa6i0qnfqhhmsv7hwbaqnml95n5dzyxrbm4s" else "00gip6pvkbywywlx71j87sxyh8yhkd36i1ydncbpnhsplr6smsq3"; 28 }; 29 30 - linux = stdenv.mkDerivation rec { 31 - icon = fetchurl { 32 - url = "https://forum.obsidian.md/uploads/default/original/1X/bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png"; 33 - sha256 = "18ylnbvxr6k4x44c4i1d55wxy2dq4fdppp43a4wl6h6zar0sc9s2"; 34 - }; 35 36 - desktopItem = makeDesktopItem { 37 - name = "obsidian"; 38 - desktopName = "Obsidian"; 39 - comment = "Knowledge base"; 40 - icon = "obsidian"; 41 - exec = "obsidian %u"; 42 - categories = [ "Office" ]; 43 - mimeTypes = [ "x-scheme-handler/obsidian" ]; 44 - }; 45 46 - inherit pname version src; 47 - meta.platforms = [ "x86_64-linux" ]; 48 nativeBuildInputs = [ makeWrapper graphicsmagick ]; 49 installPhase = '' 50 runHook preInstall ··· 71 ''; 72 }; 73 74 - darwin = stdenv.mkDerivation rec { 75 - appname = "Obsidian"; 76 - inherit pname version src; 77 - meta.platforms = [ "x86_64-darwin" "aarch64-darwin" ]; 78 sourceRoot = "${appname}.app"; 79 nativeBuildInputs = [ makeWrapper undmg unzip ]; 80 installPhase = ''
··· 13 inherit (stdenv.hostPlatform) system; 14 pname = "obsidian"; 15 version = "0.14.2"; 16 + appname = "Obsidian"; 17 meta = with lib; { 18 description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files"; 19 homepage = "https://obsidian.md"; ··· 28 sha256 = if stdenv.isDarwin then "128kgqkf54ljkglwqa6i0qnfqhhmsv7hwbaqnml95n5dzyxrbm4s" else "00gip6pvkbywywlx71j87sxyh8yhkd36i1ydncbpnhsplr6smsq3"; 29 }; 30 31 + icon = fetchurl { 32 + url = "https://forum.obsidian.md/uploads/default/original/1X/bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png"; 33 + sha256 = "18ylnbvxr6k4x44c4i1d55wxy2dq4fdppp43a4wl6h6zar0sc9s2"; 34 + }; 35 36 + desktopItem = makeDesktopItem { 37 + name = "obsidian"; 38 + desktopName = "Obsidian"; 39 + comment = "Knowledge base"; 40 + icon = "obsidian"; 41 + exec = "obsidian %u"; 42 + categories = [ "Office" ]; 43 + mimeTypes = [ "x-scheme-handler/obsidian" ]; 44 + }; 45 46 + linux = stdenv.mkDerivation { 47 + inherit pname version src desktopItem icon; 48 + meta = meta // { platforms = [ "x86_64-linux" "aarch64-linux" ]; }; 49 nativeBuildInputs = [ makeWrapper graphicsmagick ]; 50 installPhase = '' 51 runHook preInstall ··· 72 ''; 73 }; 74 75 + darwin = stdenv.mkDerivation { 76 + inherit pname version src appname; 77 + meta = meta // { platforms = [ "x86_64-darwin" "aarch64-darwin" ]; }; 78 sourceRoot = "${appname}.app"; 79 nativeBuildInputs = [ makeWrapper undmg unzip ]; 80 installPhase = ''
+5 -5
pkgs/applications/networking/cluster/talosctl/default.nix
··· 1 { lib, buildGoModule, fetchFromGitHub, installShellFiles }: 2 let 3 # look for GO_LDFLAGS getting set in the Makefile 4 - version = "0.14.3"; 5 - sha256 = "sha256-toEbWUZxnJkUe9jkZRdJrcPXu+CIh62fUKyX38OkXxU="; 6 - vendorSha256 = "sha256-Pj1918TIOGfhkRiFEKkURL4xMFgWroiNsNU6yWzT8yk="; 7 - pkgsVersion = "v0.9.0-6-gbfcc795"; 8 - extrasVersion = "v0.7.0-2-gb4c9d21"; 9 in 10 buildGoModule rec { 11 pname = "talosctl";
··· 1 { lib, buildGoModule, fetchFromGitHub, installShellFiles }: 2 let 3 # look for GO_LDFLAGS getting set in the Makefile 4 + version = "1.0.1"; 5 + sha256 = "sha256-IqFnVOnmYqf2K3TX+gwFPmBBksYz+56Oy/t8xWhi7fc="; 6 + vendorSha256 = "sha256-GKdAMmU4HiOFYR0SFeFvwFGTXc2lmzO/fAlR1vCDfX4="; 7 + pkgsVersion = "v1.0.0-6-g7c293d5"; 8 + extrasVersion = "v1.0.0"; 9 in 10 buildGoModule rec { 11 pname = "talosctl";
+2 -2
pkgs/data/icons/elementary-xfce-icon-theme/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "elementary-xfce-icon-theme"; 5 - version = "0.15.2"; 6 7 src = fetchFromGitHub { 8 owner = "shimmerproject"; 9 repo = "elementary-xfce"; 10 rev = "v${version}"; 11 - sha256 = "sha256-E8f6UU/4Y9Nfk7LjDcdyV+TdeVj/zl3oFCyEu3Gz27w="; 12 }; 13 14 nativeBuildInputs = [
··· 2 3 stdenv.mkDerivation rec { 4 pname = "elementary-xfce-icon-theme"; 5 + version = "0.16"; 6 7 src = fetchFromGitHub { 8 owner = "shimmerproject"; 9 repo = "elementary-xfce"; 10 rev = "v${version}"; 11 + sha256 = "sha256-p6HQhYf+rw3obrc6e5lYqC02i4dK+5eXGwnTJj0+D+k="; 12 }; 13 14 nativeBuildInputs = [
+2 -2
pkgs/data/themes/arc/default.nix
··· 14 15 stdenv.mkDerivation rec { 16 pname = "arc-theme"; 17 - version = "20220223"; 18 19 src = fetchFromGitHub { 20 owner = "jnsh"; 21 repo = pname; 22 rev = version; 23 - sha256 = "sha256-qsZdXDNxT1/gIlkUsC1cfVrULApC+dHreBXXjVTJQiA="; 24 }; 25 26 nativeBuildInputs = [
··· 14 15 stdenv.mkDerivation rec { 16 pname = "arc-theme"; 17 + version = "20220405"; 18 19 src = fetchFromGitHub { 20 owner = "jnsh"; 21 repo = pname; 22 rev = version; 23 + sha256 = "sha256-CBj/SpBWH5xdNCQSJquqIntcmfARI7Cud76Tp8txXL4="; 24 }; 25 26 nativeBuildInputs = [
+2 -2
pkgs/desktops/xfce/core/thunar/default.nix
··· 21 let unwrapped = mkXfceDerivation { 22 category = "xfce"; 23 pname = "thunar"; 24 - version = "4.16.10"; 25 26 - sha256 = "sha256-BeEy8+zEsJ5fJAbvP37tfekqF5LTHil0RDcE5RY0f64="; 27 28 nativeBuildInputs = [ 29 docbook_xsl
··· 21 let unwrapped = mkXfceDerivation { 22 category = "xfce"; 23 pname = "thunar"; 24 + version = "4.16.11"; 25 26 + sha256 = "sha256-xan0HuHYLVArx3dGzzxsCjQ8eWsXNk0LtZGAejA2iGI="; 27 28 nativeBuildInputs = [ 29 docbook_xsl
+2 -2
pkgs/development/interpreters/spidermonkey/91.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "spidermonkey"; 22 - version = "91.7.0"; 23 24 src = fetchurl { 25 url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"; 26 - sha512 = "925811989d8a91d826ba356bd46ac54be8153288ec0319c28d2bfbe89191e62e107691159dd7ca247253e2a4952eb59a5b9613e3feea3f5351238d4822e26301"; 27 }; 28 29 outputs = [ "out" "dev" ];
··· 19 20 stdenv.mkDerivation rec { 21 pname = "spidermonkey"; 22 + version = "91.8.0"; 23 24 src = fetchurl { 25 url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"; 26 + sha512 = "edea2c7d4d3d0322091b20b623019ef041090d9f89f33c8e3140f66a54624261f278257393db70d2038154de8ee02da0bee6ecf85c281f3558338da71fc173c3"; 27 }; 28 29 outputs = [ "out" "dev" ];
-27
pkgs/development/libraries/ffmpeg/0001-fate-ffmpeg-add-missing-samples-dependency-to-fate-s.patch
··· 1 - From a66b58d61caaae452785a2d69f5de9259ab27138 Mon Sep 17 00:00:00 2001 2 - From: James Almer <jamrial@gmail.com> 3 - Date: Sun, 16 Jan 2022 00:32:52 -0300 4 - Subject: [PATCH] fate/ffmpeg: add missing samples dependency to fate-shortest 5 - 6 - Signed-off-by: James Almer <jamrial@gmail.com> 7 - (cherry picked from commit b1ef5882e35d1a95e9c4838d0933084773055345) 8 - --- 9 - tests/fate/ffmpeg.mak | 2 +- 10 - 1 file changed, 1 insertion(+), 1 deletion(-) 11 - 12 - diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak 13 - index 0b00bb5b23..b80467d02e 100644 14 - --- a/tests/fate/ffmpeg.mak 15 - +++ b/tests/fate/ffmpeg.mak 16 - @@ -86,7 +86,7 @@ fate-unknown_layout-ac3: CMD = md5 -auto_conversion_filters \ 17 - -guess_layout_max 0 -f s32le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \ 18 - -f ac3 -flags +bitexact -c ac3_fixed 19 - 20 - -FATE_FFMPEG-$(call ALLYES, FILE_PROTOCOL LAVFI_INDEV RAWVIDEO_DEMUXER \ 21 - +FATE_SAMPLES_FFMPEG-$(call ALLYES, FILE_PROTOCOL LAVFI_INDEV RAWVIDEO_DEMUXER \ 22 - SINE_FILTER PCM_S16LE_DECODER RAWVIDEO_DECODER \ 23 - ARESAMPLE_FILTER AMIX_FILTER MPEG4_ENCODER \ 24 - AC3_FIXED_ENCODER FRAMECRC_MUXER PIPE_PROTOCOL) \ 25 - -- 26 - 2.33.1 27 -
···
+2 -4
pkgs/development/libraries/ffmpeg/5.nix
··· 5 }@args: 6 7 callPackage ./generic.nix (rec { 8 - version = "5.0"; 9 branch = version; 10 - sha256 = "1ndy6a2bhl6nvz9grmcaakh4xi0vss455466s47l6qy7na6hn4y0"; 11 darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ]; 12 - 13 - patches = [ ./0001-fate-ffmpeg-add-missing-samples-dependency-to-fate-s.patch ]; 14 } // args)
··· 5 }@args: 6 7 callPackage ./generic.nix (rec { 8 + version = "5.0.1"; 9 branch = version; 10 + sha256 = "sha256-KN8z1AChwcGyDQepkZeAmjuI73ZfXwfcH/Bn+sZMWdY="; 11 darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ]; 12 } // args)
+3 -1
pkgs/development/libraries/libvirt/default.nix
··· 323 gettext() { "${gettext}/bin/gettext" "$@"; } 324 ' 325 '' + optionalString isLinux '' 326 - substituteInPlace $out/lib/systemd/system/libvirtd.service --replace /bin/kill ${coreutils}/bin/kill 327 rm $out/lib/systemd/system/{virtlockd,virtlogd}.* 328 wrapProgram $out/sbin/libvirtd \ 329 --prefix PATH : /run/libvirt/nix-emulators:${binPath}
··· 323 gettext() { "${gettext}/bin/gettext" "$@"; } 324 ' 325 '' + optionalString isLinux '' 326 + for f in $out/lib/systemd/system/*.service ; do 327 + substituteInPlace $f --replace /bin/kill ${coreutils}/bin/kill 328 + done 329 rm $out/lib/systemd/system/{virtlockd,virtlogd}.* 330 wrapProgram $out/sbin/libvirtd \ 331 --prefix PATH : /run/libvirt/nix-emulators:${binPath}
+22
pkgs/development/php-packages/datadog_trace/default.nix
···
··· 1 + { buildPecl, curl, fetchFromGitHub, lib, pcre2 }: 2 + 3 + buildPecl rec { 4 + pname = "ddtrace"; 5 + version = "0.70.0"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "DataDog"; 9 + repo = "dd-trace-php"; 10 + rev = "${version}"; 11 + sha256 = "sha256-AYRBzE0Detg/IHXYutZUfPRMtfthxdkSjqD0M+VcTpY="; 12 + }; 13 + 14 + buildInputs = [ curl pcre2 ]; 15 + 16 + meta = with lib; { 17 + description = "Datadog Tracing PHP Client"; 18 + homepage = "https://github.com/DataDog/dd-trace-php"; 19 + license = licenses.apsl20; 20 + maintainers = teams.php.members; 21 + }; 22 + }
+2 -2
pkgs/development/python-modules/databricks-connect/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "databricks-connect"; 12 - version = "9.1.12"; 13 format = "setuptools"; 14 15 disabled = pythonOlder "3.7"; 16 17 src = fetchPypi { 18 inherit pname version; 19 - sha256 = "sha256-o3r2qZbSAAzyxfPdf9JNDhd/WKRhDdJFfnjCI8eTEE0="; 20 }; 21 22 sourceRoot = ".";
··· 9 10 buildPythonPackage rec { 11 pname = "databricks-connect"; 12 + version = "9.1.13"; 13 format = "setuptools"; 14 15 disabled = pythonOlder "3.7"; 16 17 src = fetchPypi { 18 inherit pname version; 19 + sha256 = "sha256-TpE15UOwbuAvp+ffC9JUnR8yQb0DWvBMkSieMhQGjao="; 20 }; 21 22 sourceRoot = ".";
+2 -2
pkgs/development/python-modules/elkm1-lib/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "elkm1-lib"; 14 - version = "1.2.1"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "gwww"; 21 repo = "elkm1"; 22 rev = version; 23 - hash = "sha256-Jr9f+essHB1FkzD6zM0G6jgE9C9lfDJuFIPrKRhVt+g="; 24 }; 25 26 nativeBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "elkm1-lib"; 14 + version = "1.2.2"; 15 format = "pyproject"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "gwww"; 21 repo = "elkm1"; 22 rev = version; 23 + hash = "sha256-JZohQ0xLFfLVMGlw89uC9OQF6SMddcCOsotshavynCk="; 24 }; 25 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/furo/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "furo"; 11 - version = "2022.3.4"; 12 format = "wheel"; 13 disable = pythonOlder "3.6"; 14 ··· 16 inherit pname version format; 17 dist = "py3"; 18 python = "py3"; 19 - sha256 = "sha256-bHGCk+v4d1XwufFIseaXyeOqvXr5VWRNS8ruXOddt4E="; 20 }; 21 22 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "furo"; 11 + version = "2022.4.7"; 12 format = "wheel"; 13 disable = pythonOlder "3.6"; 14 ··· 16 inherit pname version format; 17 dist = "py3"; 18 python = "py3"; 19 + sha256 = "sha256-fz49L7l3SDWQ+Oyyws1RG9gmYbecGO+yTelVi8nN8tc="; 20 }; 21 22 propagatedBuildInputs = [
+3 -3
pkgs/development/python-modules/hahomematic/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "hahomematic"; 17 - version = "1.0.5"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.9"; ··· 22 src = fetchFromGitHub { 23 owner = "danielperna84"; 24 repo = pname; 25 - rev = version; 26 - sha256 = "sha256-8iLQpNax0xgjf+vUo6OcXMF1aZuaRFZBos8EC1gJEPA="; 27 }; 28 29 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "hahomematic"; 17 + version = "1.0.6"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.9"; ··· 22 src = fetchFromGitHub { 23 owner = "danielperna84"; 24 repo = pname; 25 + rev = "refs/tags/${version}"; 26 + sha256 = "sha256-mqB6Sal+gt2i9h9HHZNVJ/HXPrF7Fe4MC7EKpJR3JMY="; 27 }; 28 29 propagatedBuildInputs = [
+10 -4
pkgs/development/python-modules/myjwt/default.nix
··· 10 , pyperclip 11 , pytest-mock 12 , pytestCheckHook 13 , questionary 14 , requests 15 , requests-mock ··· 17 18 buildPythonPackage rec { 19 pname = "myjwt"; 20 - version = "1.5.0"; 21 22 src = fetchFromGitHub { 23 owner = "mBouamama"; 24 repo = "MyJWT"; 25 - rev = version; 26 - sha256 = "sha256-kZkqFeaQPd56BVaYmCWAbVu1xwbPAIlQC3u5/x3dh7A="; 27 }; 28 29 propagatedBuildInputs = [ ··· 48 sed -i -e "s/==[0-9.]*//" requirements.txt 49 ''; 50 51 - pythonImportsCheck = [ "myjwt" ]; 52 53 meta = with lib; { 54 description = "CLI tool for testing vulnerabilities of JSON Web Tokens (JWT)";
··· 10 , pyperclip 11 , pytest-mock 12 , pytestCheckHook 13 + , pythonOlder 14 , questionary 15 , requests 16 , requests-mock ··· 18 19 buildPythonPackage rec { 20 pname = "myjwt"; 21 + version = "1.6.0"; 22 + format = "setuptools"; 23 + 24 + disabled = pythonOlder "3.7"; 25 26 src = fetchFromGitHub { 27 owner = "mBouamama"; 28 repo = "MyJWT"; 29 + rev = "refs/tags/${version}"; 30 + sha256 = "sha256-A9tsQ6L+y3doL5pJbau3yKnmQtX2IPXWyW/YCLhS7nc="; 31 }; 32 33 propagatedBuildInputs = [ ··· 52 sed -i -e "s/==[0-9.]*//" requirements.txt 53 ''; 54 55 + pythonImportsCheck = [ 56 + "myjwt" 57 + ]; 58 59 meta = with lib; { 60 description = "CLI tool for testing vulnerabilities of JSON Web Tokens (JWT)";
+15 -5
pkgs/development/python-modules/pyplaato/default.nix
··· 3 , fetchPypi 4 , aiohttp 5 , python-dateutil 6 }: 7 8 buildPythonPackage rec { 9 pname = "pyplaato"; 10 - version = "0.0.16"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "sha256-0hbdwgkQhcjD9YbpG+bczAAi9u1QfrJdMn1g14EBPac="; 15 }; 16 17 - propagatedBuildInputs = [ aiohttp python-dateutil ]; 18 19 - # Project has no tests 20 doCheck = false; 21 - pythonImportsCheck = [ "pyplaato" ]; 22 23 meta = with lib; { 24 description = "Python API client for fetching Plaato data";
··· 3 , fetchPypi 4 , aiohttp 5 , python-dateutil 6 + , pythonOlder 7 }: 8 9 buildPythonPackage rec { 10 pname = "pyplaato"; 11 + version = "0.0.17"; 12 + format = "setuptools"; 13 + 14 + disabled = pythonOlder "3.7"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + hash = "sha256-fd7gHDah5yoqpH5d3bwEDsIfeflXzXevJLMD7lvz180="; 19 }; 20 21 + propagatedBuildInputs = [ 22 + aiohttp 23 + python-dateutil 24 + ]; 25 26 + # Module has no tests 27 doCheck = false; 28 + 29 + pythonImportsCheck = [ 30 + "pyplaato" 31 + ]; 32 33 meta = with lib; { 34 description = "Python API client for fetching Plaato data";
+3 -3
pkgs/development/python-modules/python-smarttub/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "python-smarttub"; 16 - version = "0.0.30"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.8"; ··· 21 src = fetchFromGitHub { 22 owner = "mdz"; 23 repo = pname; 24 - rev = "v${version}"; 25 - sha256 = "sha256-PzmE0j/sas1Dc/U022dS3krROm292xJlL37+EWPEs+g="; 26 }; 27 28 propagatedBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "python-smarttub"; 16 + version = "0.0.31"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.8"; ··· 21 src = fetchFromGitHub { 22 owner = "mdz"; 23 repo = pname; 24 + rev = "refs/tags/v${version}"; 25 + sha256 = "sha256-tyE50HzwnrxXGWJ0+YRxCmSxtqrPnYmJzBH2ZDFJDZ4="; 26 }; 27 28 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "scmrepo"; 17 - version = "0.0.17"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "iterative"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-OMmVEBbb3BQcxpAg6+goGITu8iuHzg+ZzVs+8UdRFrg="; 27 }; 28 29 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "scmrepo"; 17 + version = "0.0.18"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "iterative"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-eMtYVdKLiIaagDB1OEdYge6+McchOZPBcuIKGMzyvQQ="; 27 }; 28 29 propagatedBuildInputs = [
+8 -7
pkgs/development/python-modules/slicerator/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , python 5 - , six 6 }: 7 8 buildPythonPackage rec { 9 - version = "1.0.0"; 10 pname = "slicerator"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "18e60393e6765ca96986f801bbae62a617a1eba6ed57784e61b165ffc7dc1848"; 15 }; 16 - 17 - propagatedBuildInputs = [ six ]; 18 19 checkPhase = '' 20 ${python.interpreter} run_tests.py ··· 24 doCheck = false; 25 26 meta = with lib; { 27 - homepage = "https://github.com/soft-matter/slicerator"; 28 description = "A lazy-loading, fancy-sliceable iterable"; 29 license = licenses.bsdOriginal; 30 - maintainers = [ maintainers.costrouc ]; 31 }; 32 }
··· 2 , buildPythonPackage 3 , fetchPypi 4 , python 5 + , pythonOlder 6 }: 7 8 buildPythonPackage rec { 9 pname = "slicerator"; 10 + version = "1.1.0"; 11 + format = "setuptools"; 12 + 13 + disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + hash = "sha256-RAEKf1zYdoDAchO1yr6B0ftxJSlilD5Tc+59FGBdYEY="; 18 }; 19 20 checkPhase = '' 21 ${python.interpreter} run_tests.py ··· 25 doCheck = false; 26 27 meta = with lib; { 28 description = "A lazy-loading, fancy-sliceable iterable"; 29 + homepage = "https://github.com/soft-matter/slicerator"; 30 license = licenses.bsdOriginal; 31 + maintainers = with maintainers; [ costrouc ]; 32 }; 33 }
+2 -2
pkgs/development/python-modules/trimesh/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "trimesh"; 9 - version = "3.10.7"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "sha256-OYor+DQJkkQx8C5E0pmeGaymiYEyKkuKBLp12jkrhS8="; 14 }; 15 16 propagatedBuildInputs = [ numpy ];
··· 6 7 buildPythonPackage rec { 8 pname = "trimesh"; 9 + version = "3.10.8"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + sha256 = "sha256-SFG3wGGFxzZKfNyIQrpDGblL2vC0pQguWIYdwF0Mg5A="; 14 }; 15 16 propagatedBuildInputs = [ numpy ];
+14 -3
pkgs/development/python-modules/wasabi/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , pytestCheckHook 5 }: 6 7 buildPythonPackage rec { 8 pname = "wasabi"; 9 - version = "0.9.0"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "152245d892030a3a7b511038e9472acff6d0e237cfe4123fef0d147f2d3274fc"; 14 }; 15 16 - checkInputs = [ pytestCheckHook ]; 17 18 meta = with lib; { 19 description = "A lightweight console printing and formatting toolkit"; 20 homepage = "https://github.com/ines/wasabi"; 21 changelog = "https://github.com/ines/wasabi/releases/tag/v${version}"; 22 license = licenses.mit; 23 }; 24 }
··· 2 , buildPythonPackage 3 , fetchPypi 4 , pytestCheckHook 5 + , pythonOlder 6 }: 7 8 buildPythonPackage rec { 9 pname = "wasabi"; 10 + version = "0.9.1"; 11 + format = "setuptools"; 12 + 13 + disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + sha256 = "sha256-rabxPptw7ya/lfrQ/r396+IAXimgitWPS7rjg6lymM8="; 18 }; 19 20 + checkInputs = [ 21 + pytestCheckHook 22 + ]; 23 + 24 + pythonImportsCheck = [ 25 + "wasabi" 26 + ]; 27 28 meta = with lib; { 29 description = "A lightweight console printing and formatting toolkit"; 30 homepage = "https://github.com/ines/wasabi"; 31 changelog = "https://github.com/ines/wasabi/releases/tag/v${version}"; 32 license = licenses.mit; 33 + maintainers = with maintainers; [ ]; 34 }; 35 }
+3 -3
pkgs/development/tools/build-managers/scala-cli/default.nix
··· 1 { stdenv, coreutils, lib, installShellFiles, zlib, autoPatchelfHook, fetchurl }: 2 3 let 4 - version = "0.1.2"; 5 assets = { 6 x86_64-darwin = { 7 asset = "scala-cli-x86_64-apple-darwin.gz"; 8 - sha256 = "10453af2kz10k9vmcgdwpk10z36cnblnj6l09wkqngxwx9vxbf9q"; 9 }; 10 x86_64-linux = { 11 asset = "scala-cli-x86_64-pc-linux.gz"; 12 - sha256 = "0720c4s717hcssp4b3x295rhgac4ifjr95zn45bm1n70jr3xqzyj"; 13 }; 14 }; 15 in
··· 1 { stdenv, coreutils, lib, installShellFiles, zlib, autoPatchelfHook, fetchurl }: 2 3 let 4 + version = "0.1.3"; 5 assets = { 6 x86_64-darwin = { 7 asset = "scala-cli-x86_64-apple-darwin.gz"; 8 + sha256 = "UlDF2Eaaet62zZV0z6XOZvg/YeB//AXPDni8h3Wc6rw="; 9 }; 10 x86_64-linux = { 11 asset = "scala-cli-x86_64-pc-linux.gz"; 12 + sha256 = "086fi7ma4j9xy6gs0k7i06ql8ranjkjlrir2860q74kinfisk79a"; 13 }; 14 }; 15 in
+3 -3
pkgs/development/tools/database/sqlfluff/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "sqlfluff"; 8 - version = "0.11.2"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 - rev = version; 14 - hash = "sha256-iEjfp6QXMIk/ehq0Ypa8JXv3/u40w39NHz7HhC1KBms="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "sqlfluff"; 8 + version = "0.12.0"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 + rev = "refs/tags/${version}"; 14 + hash = "sha256-WL9bp77Q1cQakxaptw6ZHCq2+IAscMIDKkbQAHSCo1s="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
+1 -1
pkgs/os-specific/linux/anbox/kmod.nix
··· 36 homepage = "https://github.com/anbox/anbox-modules"; 37 license = licenses.gpl2Only; 38 platforms = platforms.linux; 39 - broken = kernel.kernelOlder "4.4" || kernel.kernelAtLeast "5.5"; 40 maintainers = with maintainers; [ edwtjo ]; 41 }; 42 }
··· 36 homepage = "https://github.com/anbox/anbox-modules"; 37 license = licenses.gpl2Only; 38 platforms = platforms.linux; 39 + broken = kernel.kernelAtLeast "5.5"; 40 maintainers = with maintainers; [ edwtjo ]; 41 }; 42 }
-2
pkgs/os-specific/linux/digimend/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, fetchpatch, kernel }: 2 3 - assert lib.versionAtLeast kernel.version "3.5"; 4 - 5 stdenv.mkDerivation rec { 6 pname = "digimend"; 7 version = "unstable-2019-06-18";
··· 1 { lib, stdenv, fetchFromGitHub, fetchpatch, kernel }: 2 3 stdenv.mkDerivation rec { 4 pname = "digimend"; 5 version = "unstable-2019-06-18";
+1 -1
pkgs/os-specific/linux/ena/default.nix
··· 42 license = licenses.gpl2Only; 43 maintainers = [ maintainers.eelco ]; 44 platforms = platforms.linux; 45 - broken = kernel.kernelOlder "4.5" || kernel.kernelAtLeast "5.15"; 46 }; 47 }
··· 42 license = licenses.gpl2Only; 43 maintainers = [ maintainers.eelco ]; 44 platforms = platforms.linux; 45 + broken = kernel.kernelAtLeast "5.15"; 46 }; 47 }
+5 -23
pkgs/os-specific/linux/facetimehd/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, kernel }: 2 3 - # facetimehd is not supported for kernels older than 3.19"; 4 - assert lib.versionAtLeast kernel.version "3.19"; 5 6 - let 7 # Note: When updating this revision: 8 # 1. Also update pkgs/os-specific/linux/firmware/facetimehd-firmware/ 9 # 2. Test the module and firmware change via: ··· 14 # e. see if the module loads back (apps using the camera won't 15 # recover and will have to be restarted) and the camera 16 # still works. 17 - srcParams = if (lib.versionAtLeast kernel.version "4.8") then 18 - { # Use mainline branch 19 - version = "unstable-2020-04-16"; 20 - rev = "82626d4892eeb9eb704538bf0dc49a00725ff451"; 21 - sha256 = "118z6vjvhhcwvs4n3sgwwdagys9w718b8nkh6l9ic93732vv7cqx"; 22 - } 23 - else 24 - { # Use master branch (broken on 4.8) 25 - version = "unstable-2016-05-02"; 26 - rev = "5a7083bd98b38ef3bd223f7ee531d58f4fb0fe7c"; 27 - sha256 = "0d455kajvn5xav9iilqy7s1qvsy4yb8vzjjxx7bvcgp7aj9ljvdp"; 28 - } 29 - ; 30 - in 31 - 32 - stdenv.mkDerivation rec { 33 - name = "facetimehd-${version}-${kernel.version}"; 34 - version = srcParams.version; 35 - 36 src = fetchFromGitHub { 37 owner = "patjak"; 38 repo = "bcwc_pcie"; 39 - inherit (srcParams) rev sha256; 40 }; 41 42 preConfigure = ''
··· 1 { stdenv, lib, fetchFromGitHub, kernel }: 2 3 + stdenv.mkDerivation rec { 4 + name = "facetimehd-${version}-${kernel.version}"; 5 + version = "unstable-2020-04-16"; 6 7 # Note: When updating this revision: 8 # 1. Also update pkgs/os-specific/linux/firmware/facetimehd-firmware/ 9 # 2. Test the module and firmware change via: ··· 14 # e. see if the module loads back (apps using the camera won't 15 # recover and will have to be restarted) and the camera 16 # still works. 17 src = fetchFromGitHub { 18 owner = "patjak"; 19 repo = "bcwc_pcie"; 20 + rev = "82626d4892eeb9eb704538bf0dc49a00725ff451"; 21 + sha256 = "118z6vjvhhcwvs4n3sgwwdagys9w718b8nkh6l9ic93732vv7cqx"; 22 }; 23 24 preConfigure = ''
+2 -2
pkgs/os-specific/linux/iwd/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "iwd"; 15 - version = "1.25"; 16 17 src = fetchgit { 18 url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; 19 rev = version; 20 - sha256 = "sha256-3IiRuILU2FKzXAQ0Q79DX2+nlNMcHNanS8m9GqjBBnU="; 21 }; 22 23 outputs = [ "out" "man" "doc" ]
··· 12 13 stdenv.mkDerivation rec { 14 pname = "iwd"; 15 + version = "1.26"; 16 17 src = fetchgit { 18 url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; 19 rev = version; 20 + sha256 = "sha256-+BciYfb9++u9Ux4AdvPFFIFVq8j+TVoTLKqxzmn5p3o="; 21 }; 22 23 outputs = [ "out" "man" "doc" ]
-2
pkgs/os-specific/linux/kernel/gpio-utils.nix
··· 2 3 with lib; 4 5 - assert versionAtLeast linux.version "4.6"; 6 - 7 stdenv.mkDerivation { 8 pname = "gpio-utils"; 9 version = linux.version;
··· 2 3 with lib; 4 5 stdenv.mkDerivation { 6 pname = "gpio-utils"; 7 version = linux.version;
-2
pkgs/os-specific/linux/kernel/perf.nix
··· 9 10 with lib; 11 12 - assert versionAtLeast kernel.version "3.12"; 13 - 14 stdenv.mkDerivation { 15 pname = "perf-linux"; 16 version = kernel.version;
··· 9 10 with lib; 11 12 stdenv.mkDerivation { 13 pname = "perf-linux"; 14 version = kernel.version;
-1
pkgs/os-specific/linux/ply/default.nix
··· 35 homepage = "https://wkz.github.io/ply/"; 36 license = [ licenses.gpl2Only ]; 37 maintainers = with maintainers; [ mic92 mbbx6spp ]; 38 - broken = lib.versionOlder kernel.version "4.0"; 39 }; 40 }
··· 35 homepage = "https://wkz.github.io/ply/"; 36 license = [ licenses.gpl2Only ]; 37 maintainers = with maintainers; [ mic92 mbbx6spp ]; 38 }; 39 }
-2
pkgs/os-specific/linux/sch_cake/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, kernel }: 2 3 - assert lib.versionAtLeast kernel.version "4.4"; 4 - 5 stdenv.mkDerivation { 6 pname = "sch_cake"; 7 version = "unstable-2017-07-16";
··· 1 { stdenv, lib, fetchFromGitHub, kernel }: 2 3 stdenv.mkDerivation { 4 pname = "sch_cake"; 5 version = "unstable-2017-07-16";
-2
pkgs/os-specific/linux/wireguard/default.nix
··· 1 { lib, stdenv, fetchzip, kernel, perl, wireguard-tools, bc }: 2 3 - # module requires Linux >= 3.10 https://www.wireguard.io/install/#kernel-requirements 4 - assert lib.versionAtLeast kernel.version "3.10"; 5 # wireguard upstreamed since 5.6 https://lists.zx2c4.com/pipermail/wireguard/2019-December/004704.html 6 assert lib.versionOlder kernel.version "5.6"; 7
··· 1 { lib, stdenv, fetchzip, kernel, perl, wireguard-tools, bc }: 2 3 # wireguard upstreamed since 5.6 https://lists.zx2c4.com/pipermail/wireguard/2019-December/004704.html 4 assert lib.versionOlder kernel.version "5.6"; 5
+2 -2
pkgs/os-specific/linux/zfs/default.nix
··· 216 # to be adapted 217 zfsStable = common { 218 # check the release notes for compatible kernels 219 - kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.18"; 220 latestCompatibleLinuxPackages = linuxPackages_5_17; 221 222 # this package should point to the latest release. ··· 227 228 zfsUnstable = common { 229 # check the release notes for compatible kernels 230 - kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.18"; 231 latestCompatibleLinuxPackages = linuxPackages_5_17; 232 233 # this package should point to a version / git revision compatible with the latest kernel release
··· 216 # to be adapted 217 zfsStable = common { 218 # check the release notes for compatible kernels 219 + kernelCompatible = kernel.kernelOlder "5.18"; 220 latestCompatibleLinuxPackages = linuxPackages_5_17; 221 222 # this package should point to the latest release. ··· 227 228 zfsUnstable = common { 229 # check the release notes for compatible kernels 230 + kernelCompatible = kernel.kernelOlder "5.18"; 231 latestCompatibleLinuxPackages = linuxPackages_5_17; 232 233 # this package should point to a version / git revision compatible with the latest kernel release
+4 -5
pkgs/servers/asterisk/default.nix
··· 100 }) (lib.importJSON ./versions.json); 101 102 in { 103 - # Supported releases (as of 2020-10-26). 104 # Source: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions 105 # Exact version can be found at https://www.asterisk.org/downloads/asterisk/all-asterisk-versions/ 106 # 107 # Series Type Rel. Date Sec. Fixes EOL 108 - # 13.x LTS 2014-10-24 2020-10-24 2021-10-24 109 # 16.x LTS 2018-10-09 2022-10-09 2023-10-09 110 - # 17.x Standard 2019-10-28 2020-10-28 2021-10-28 111 # 18.x LTS 2020-10-20 2024-10-20 2025-10-20 112 asterisk-lts = versions.asterisk_18; 113 - asterisk-stable = versions.asterisk_18; 114 - asterisk = versions.asterisk_18; 115 116 } // versions
··· 100 }) (lib.importJSON ./versions.json); 101 102 in { 103 + # Supported releases (as of 2022-04-05). 104 # Source: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions 105 # Exact version can be found at https://www.asterisk.org/downloads/asterisk/all-asterisk-versions/ 106 # 107 # Series Type Rel. Date Sec. Fixes EOL 108 # 16.x LTS 2018-10-09 2022-10-09 2023-10-09 109 # 18.x LTS 2020-10-20 2024-10-20 2025-10-20 110 + # 19.x Standard 2021-11-02 2022-11-02 2023-11-02 111 asterisk-lts = versions.asterisk_18; 112 + asterisk-stable = versions.asterisk_19; 113 + asterisk = versions.asterisk_19; 114 115 } // versions
+8 -12
pkgs/servers/asterisk/versions.json
··· 1 { 2 - "asterisk_13": { 3 - "sha256": "478040705f5819259bb1d22cb4e27970092a5bfdb691d27d321c26235eea4bb3", 4 - "version": "13.38.3" 5 - }, 6 "asterisk_16": { 7 - "sha256": "c34fc38287cea533c0d0a34959112119e47d12d8ea6ac11bdddf9265afda6d11", 8 - "version": "16.19.1" 9 - }, 10 - "asterisk_17": { 11 - "sha256": "cc0d6b9ef1512d4e279b80ca8bf78032d69fe6e92492c95c22c44023d6c111fa", 12 - "version": "17.9.4" 13 }, 14 "asterisk_18": { 15 - "sha256": "e7d78716a0deeadf24b7d537cd24c11c2d9a096265eefc9470565c4da0fc54c7", 16 - "version": "18.5.1" 17 } 18 }
··· 1 { 2 "asterisk_16": { 3 + "sha256": "379c5529b9957c28734192999543486a0b0b24f6671b2e02e77cc809774e7ba9", 4 + "version": "16.25.1" 5 }, 6 "asterisk_18": { 7 + "sha256": "9db0e94e005a91a5433fc11173247065a5c40c9a7ca946577908f65d130b888e", 8 + "version": "18.11.1" 9 + }, 10 + "asterisk_19": { 11 + "sha256": "3e1fa31ef1de7813365dd8b98ef93744ff87902255472814d0232b955c794706", 12 + "version": "19.3.1" 13 } 14 }
+1 -1
pkgs/servers/openafs/1.8/module.nix
··· 70 license = licenses.ipl10; 71 platforms = platforms.linux; 72 maintainers = with maintainers; [ maggesi spacefrogg ]; 73 - broken = kernel.kernelOlder "3.18" || kernel.kernelAtLeast "5.17" || kernel.isHardened; 74 }; 75 }
··· 70 license = licenses.ipl10; 71 platforms = platforms.linux; 72 maintainers = with maintainers; [ maggesi spacefrogg ]; 73 + broken = kernel.kernelAtLeast "5.17" || kernel.isHardened; 74 }; 75 }
+1 -1
pkgs/servers/openafs/1.9/module.nix
··· 59 license = licenses.ipl10; 60 platforms = platforms.linux; 61 maintainers = [ maintainers.maggesi maintainers.spacefrogg ]; 62 - broken = versionOlder kernel.version "3.18" || kernel.kernelAtLeast "5.15" || kernel.isHardened; 63 }; 64 }
··· 59 license = licenses.ipl10; 60 platforms = platforms.linux; 61 maintainers = [ maintainers.maggesi maintainers.spacefrogg ]; 62 + broken = kernel.kernelAtLeast "5.15" || kernel.isHardened; 63 }; 64 }
+3 -3
pkgs/servers/plex/raw.nix
··· 12 # server, and the FHS userenv and corresponding NixOS module should 13 # automatically pick up the changes. 14 stdenv.mkDerivation rec { 15 - version = "1.25.8.5663-e071c3d62"; 16 pname = "plexmediaserver"; 17 18 # Fetch the source 19 src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { 20 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; 21 - hash = "sha256-w9k8phyiA/sK+zRlK8PAciebt5UJvmVFA+cfx4r78Gs="; 22 } else fetchurl { 23 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 24 - hash = "sha256-baOofe+7PZfLhwIXrB1ibKkkEJRVivgGHDN4phlg57Q="; 25 }; 26 27 outputs = [ "out" "basedb" ];
··· 12 # server, and the FHS userenv and corresponding NixOS module should 13 # automatically pick up the changes. 14 stdenv.mkDerivation rec { 15 + version = "1.25.9.5721-965587f64"; 16 pname = "plexmediaserver"; 17 18 # Fetch the source 19 src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { 20 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; 21 + hash = "sha256-qD4VZ0ksR+VyBVVjeSCC2EG+uUHh5RE2fihHrIJUItY="; 22 } else fetchurl { 23 url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; 24 + hash = "sha256-NPfpQ8JwXDaq8xpvSabyqdDqMWjoqbeoJdu41nhdsI0="; 25 }; 26 27 outputs = [ "out" "basedb" ];
+2 -2
pkgs/tools/admin/exoscale-cli/default.nix
··· 2 3 buildGoPackage rec { 4 pname = "exoscale-cli"; 5 - version = "1.52.0"; 6 7 src = fetchFromGitHub { 8 owner = "exoscale"; 9 repo = "cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-uaJt1QS4nDVliIFo11OhQYvOxJMeda0QGuaGZCPRoWk="; 12 }; 13 14 goPackagePath = "github.com/exoscale/cli";
··· 2 3 buildGoPackage rec { 4 pname = "exoscale-cli"; 5 + version = "1.52.1"; 6 7 src = fetchFromGitHub { 8 owner = "exoscale"; 9 repo = "cli"; 10 rev = "v${version}"; 11 + sha256 = "sha256-CSltvSdKLAH711ubT6ROgkmq2EcFJplPmavsJa9xupM="; 12 }; 13 14 goPackagePath = "github.com/exoscale/cli";
+3 -3
pkgs/tools/admin/syft/default.nix
··· 2 3 buildGoModule rec { 4 pname = "syft"; 5 - version = "0.43.0"; 6 7 src = fetchFromGitHub { 8 owner = "anchore"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-gUdlVwXqi58X6O1arfniNsKKNR+bU1qwzVvY0PAzwfk="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 20 find "$out" -name .git -print0 | xargs -0 rm -rf 21 ''; 22 }; 23 - vendorSha256 = "sha256-nIVVwFISDkbO+USpJsHMrYDGQbf4jSGkRLS3Oq9HaBA="; 24 25 nativeBuildInputs = [ installShellFiles ]; 26
··· 2 3 buildGoModule rec { 4 pname = "syft"; 5 + version = "0.43.2"; 6 7 src = fetchFromGitHub { 8 owner = "anchore"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-vGzS5Tpg+3f+ydsNbYza4FnCLBv6hMT3RGdlHrKjtfE="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 20 find "$out" -name .git -print0 | xargs -0 rm -rf 21 ''; 22 }; 23 + vendorSha256 = "sha256-ZWJzMDfCop5IT6mOvCWdtjGjVrZJxyM0z7iK3TiO+PI="; 24 25 nativeBuildInputs = [ installShellFiles ]; 26
+11 -2
pkgs/tools/misc/cod/default.nix
··· 1 - { lib, fetchFromGitHub, buildGoModule }: 2 3 buildGoModule rec { 4 pname = "cod"; ··· 15 16 ldflags = [ "-s" "-w" "-X main.GitSha=${src.rev}" ]; 17 18 - doCheck = false; 19 20 meta = with lib; { 21 description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output";
··· 1 + { lib, fetchFromGitHub, buildGoModule, python3 }: 2 3 buildGoModule rec { 4 pname = "cod"; ··· 15 16 ldflags = [ "-s" "-w" "-X main.GitSha=${src.rev}" ]; 17 18 + checkInputs = [ python3 ]; 19 + 20 + preCheck = '' 21 + pushd test/binaries/ 22 + for f in *.py; do 23 + patchShebangs ''$f 24 + done 25 + popd 26 + export COD_TEST_BINARY="''${NIX_BUILD_TOP}/go/bin/cod" 27 + ''; 28 29 meta = with lib; { 30 description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output";
-2
pkgs/tools/networking/cassowary/default.nix
··· 13 14 vendorSha256 = "sha256-hGpiL88x2roFEjJJM4CKyt3k66VK1pEnpOwvhDPDp6M="; 15 16 - doCheck = false; 17 - 18 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 19 20 meta = with lib; {
··· 13 14 vendorSha256 = "sha256-hGpiL88x2roFEjJJM4CKyt3k66VK1pEnpOwvhDPDp6M="; 15 16 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 17 18 meta = with lib; {
+11 -4
pkgs/tools/networking/curlie/default.nix
··· 1 - { buildGoModule, fetchFromGitHub, lib }: 2 3 buildGoModule rec { 4 pname = "curlie"; 5 - version = "1.6.7"; 6 7 - src= fetchFromGitHub { 8 owner = "rs"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-uWLJWhsqJaLji2JSuVX8Vu929AdozhtAPwsqXdpEt84="; 12 }; 13 14 vendorSha256 = "sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI="; 15 16 doCheck = false; 17 18 meta = with lib; { 19 description = "Frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
··· 1 + { buildGoModule, fetchFromGitHub, lib, curlie, testVersion }: 2 3 buildGoModule rec { 4 pname = "curlie"; 5 + version = "1.6.9"; 6 7 + src = fetchFromGitHub { 8 owner = "rs"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-3EKxuEpFm+lp2myMfymYYY9boSXGOF2iAdjtGKnjJK0="; 12 }; 13 14 vendorSha256 = "sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI="; 15 16 doCheck = false; 17 + 18 + ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 19 + 20 + passthru.tests.version = testVersion { 21 + package = curlie; 22 + command = "curlie version"; 23 + }; 24 25 meta = with lib; { 26 description = "Frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
+21
pkgs/tools/networking/mutt-ics/default.nix
···
··· 1 + { lib, python3 }: 2 + 3 + with python3.pkgs; buildPythonApplication rec { 4 + pname = "mutt-ics"; 5 + version = "0.9.2"; 6 + 7 + src = fetchPypi { 8 + inherit version; 9 + pname = "mutt_ics"; 10 + sha256 = "d44d4bec4e71c7f14df01b90fdb9563cdc784ece4250abfea5b0b675cfe85a50"; 11 + }; 12 + 13 + propagatedBuildInputs = [ icalendar ]; 14 + 15 + meta = with lib; { 16 + homepage = "https://github.com/dmedvinsky/mutt-ics"; 17 + description = "A tool to show calendar event details in Mutt"; 18 + license = licenses.mit; 19 + maintainers = with maintainers; [ mh182 ]; 20 + }; 21 + }
+43
pkgs/tools/networking/openconnect/common.nix
···
··· 1 + { version 2 + , src 3 + }: 4 + 5 + { lib 6 + , stdenv 7 + , pkg-config 8 + , gnutls 9 + , openssl 10 + , useOpenSSL ? false 11 + , gmp 12 + , libxml2 13 + , stoken 14 + , zlib 15 + , vpnc-scripts 16 + , PCSC 17 + , autoreconfHook 18 + }: 19 + 20 + stdenv.mkDerivation rec { 21 + pname = "openconnect"; 22 + inherit version src; 23 + 24 + outputs = [ "out" "dev" ]; 25 + 26 + configureFlags = [ 27 + "--with-vpnc-script=${vpnc-scripts}/bin/vpnc-script" 28 + "--disable-nls" 29 + "--without-openssl-version-check" 30 + ]; 31 + 32 + buildInputs = [ gmp libxml2 stoken zlib (if useOpenSSL then openssl else gnutls) ] 33 + ++ lib.optional stdenv.isDarwin PCSC; 34 + nativeBuildInputs = [ pkg-config autoreconfHook ]; 35 + 36 + meta = with lib; { 37 + description = "VPN Client for Cisco's AnyConnect SSL VPN"; 38 + homepage = "https://www.infradead.org/openconnect/"; 39 + license = licenses.lgpl21Only; 40 + maintainers = with maintainers; [ pradeepchhetri tricktron alyaeanyx ]; 41 + platforms = lib.platforms.unix; 42 + }; 43 + }
+23 -50
pkgs/tools/networking/openconnect/default.nix
··· 1 - { lib 2 - , stdenv 3 - , fetchurl 4 - , pkg-config 5 - , openssl ? null 6 - , gnutls ? null 7 - , p11-kit 8 - , gmp 9 - , libxml2 10 - , stoken 11 - , zlib 12 - , vpnc-scripts 13 - , PCSC 14 - , head ? false 15 - , fetchFromGitLab 16 - , autoreconfHook 17 - }: 18 19 - assert (openssl != null) == (gnutls == null); 20 - 21 - stdenv.mkDerivation rec { 22 - pname = "openconnect${lib.optionalString head "-head"}"; 23 - version = if head then "2021-05-05" else "8.10"; 24 - 25 - src = 26 - if head then fetchFromGitLab { 27 owner = "openconnect"; 28 repo = "openconnect"; 29 - rev = "684f6db1aef78e61e01f511c728bf658c30b9114"; 30 - sha256 = "0waclawcymgd8sq9xbkn2q8mnqp4pd0gpyv5wrnb7i0nsv860wz8"; 31 - } 32 - else fetchurl { 33 - url = "ftp://ftp.infradead.org/pub/openconnect/${pname}-${version}.tar.gz"; 34 - sha256 = "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"; 35 }; 36 37 - outputs = [ "out" "dev" ]; 38 39 - configureFlags = [ 40 - "--with-vpnc-script=${vpnc-scripts}/bin/vpnc-script" 41 - "--disable-nls" 42 - "--without-openssl-version-check" 43 - ]; 44 45 - buildInputs = [ openssl gnutls gmp libxml2 stoken zlib ] 46 - ++ lib.optional stdenv.isDarwin PCSC 47 - ++ lib.optional stdenv.isLinux p11-kit; 48 - nativeBuildInputs = [ pkg-config ] 49 - ++ lib.optional head autoreconfHook; 50 51 - meta = with lib; { 52 - description = "VPN Client for Cisco's AnyConnect SSL VPN"; 53 - homepage = "https://www.infradead.org/openconnect/"; 54 - license = licenses.lgpl21Only; 55 - maintainers = with maintainers; [ pradeepchhetri tricktron ]; 56 - platforms = lib.platforms.linux ++ lib.platforms.darwin; 57 - }; 58 - }
··· 1 + { callPackage, fetchFromGitLab, fetchurl, darwin }: 2 + let 3 + common = opts: callPackage (import ./common.nix opts) { 4 + inherit (darwin.apple_sdk.frameworks) PCSC; 5 + }; 6 + in rec { 7 + openconnect = common rec { 8 + version = "8.20"; 9 + src = fetchurl { 10 + url = "ftp://ftp.infradead.org/pub/openconnect/openconnect-${version}.tar.gz"; 11 + sha256 = "sha256-wUUjhMb3lrruRdTpGa4b/CgdbIiGLh9kaizFE/xE5Ys="; 12 + }; 13 + }; 14 15 + openconnect_unstable = common { 16 + version = "unstable-2022-03-14"; 17 + src = fetchFromGitLab { 18 owner = "openconnect"; 19 repo = "openconnect"; 20 + rev = "a27a46f1362978db9723c8730f2533516b4b31b1"; 21 + sha256 = "sha256-Kz98GHCyEcx7vUF+AXMLR7886+iKGKNwx1iRaYcH8ps="; 22 }; 23 + }; 24 25 + openconnect_openssl = openconnect.override { 26 + useOpenSSL = true; 27 + }; 28 + } 29 30 31
+2 -2
pkgs/tools/package-management/apt/default.nix
··· 28 29 stdenv.mkDerivation rec { 30 pname = "apt"; 31 - version = "2.3.15"; 32 33 src = fetchurl { 34 url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz"; 35 - hash = "sha256-JWIAfREJk91+eobdgeplDmEhAXm1nqxytu3/Y2TAu6Y="; 36 }; 37 38 nativeBuildInputs = [
··· 28 29 stdenv.mkDerivation rec { 30 pname = "apt"; 31 + version = "2.4.4"; 32 33 src = fetchurl { 34 url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz"; 35 + hash = "sha256-1tg9Ei3dfMg7LC+DmlWUDBOrk+XPYCSgENamtBENzw4="; 36 }; 37 38 nativeBuildInputs = [
+2 -2
pkgs/tools/text/languagetool/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "LanguageTool"; 5 - version = "5.6"; 6 7 src = fetchzip { 8 url = "https://www.languagetool.org/download/${pname}-${version}.zip"; 9 - sha256 = "sha256-HsRAu8exGXCGF0P7wZaDtuAKRDmNjMF9P2hFliZ1RXo="; 10 }; 11 nativeBuildInputs = [ makeWrapper ]; 12 buildInputs = [ jre ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "LanguageTool"; 5 + version = "5.7"; 6 7 src = fetchzip { 8 url = "https://www.languagetool.org/download/${pname}-${version}.zip"; 9 + sha256 = "sha256-UR8OodT2H+YKmal+9kYsiwqM0dZhUHaUGEWZMzT+3dA="; 10 }; 11 nativeBuildInputs = [ makeWrapper ]; 12 buildInputs = [ jre ];
+4
pkgs/top-level/aliases.nix
··· 81 arora = throw "arora has been removed"; # Added 2020-09-09 82 asciidocFull = throw "'asciidocFull' has been renamed to/replaced by 'asciidoc-full'"; # Converted to throw 2022-02-22 83 asn1c = throw "asn1c has been removed: deleted by upstream"; # Added 2022-01-07 84 asterisk_15 = throw "asterisk_15: Asterisk 15 is end of life and has been removed"; # Added 2020-10-07 85 at_spi2_atk = throw "'at_spi2_atk' has been renamed to/replaced by 'at-spi2-atk'"; # Converted to throw 2022-02-22 86 at_spi2_core = throw "'at_spi2_core' has been renamed to/replaced by 'at-spi2-core'"; # Converted to throw 2022-02-22 87 aucdtect = throw "aucdtect: Upstream no longer provides download urls"; # Added 2020-12-26 ··· 832 openbazaar-client = throw "openbazzar-client has been removed from nixpkgs as upstream has abandoned the project"; # Added 2022-01-06 833 opencascade_oce = throw "'opencascade_oce' has been renamed to/replaced by 'opencascade'"; # Converted to throw 2022-02-22 834 opencl-icd = throw "'opencl-icd' has been renamed to/replaced by 'ocl-icd'"; # Converted to throw 2022-02-22 835 openconnect_pa = throw "openconnect_pa fork has been discontinued, support for GlobalProtect is now available in openconnect"; # Added 2021-05-21 836 openelec-dvb-firmware = libreelec-dvb-firmware; # Added 2021-05-10 837 openexr_ctl = throw "'openexr_ctl' has been renamed to/replaced by 'ctl'"; # Converted to throw 2022-02-22
··· 81 arora = throw "arora has been removed"; # Added 2020-09-09 82 asciidocFull = throw "'asciidocFull' has been renamed to/replaced by 'asciidoc-full'"; # Converted to throw 2022-02-22 83 asn1c = throw "asn1c has been removed: deleted by upstream"; # Added 2022-01-07 84 + asterisk_13 = throw "asterisk_13: Asterisk 13 is end of life and has been removed"; # Added 2022-04-06 85 asterisk_15 = throw "asterisk_15: Asterisk 15 is end of life and has been removed"; # Added 2020-10-07 86 + asterisk_17 = throw "asterisk_17: Asterisk 17 is end of life and has been removed"; # Added 2022-04-06 87 at_spi2_atk = throw "'at_spi2_atk' has been renamed to/replaced by 'at-spi2-atk'"; # Converted to throw 2022-02-22 88 at_spi2_core = throw "'at_spi2_core' has been renamed to/replaced by 'at-spi2-core'"; # Converted to throw 2022-02-22 89 aucdtect = throw "aucdtect: Upstream no longer provides download urls"; # Added 2020-12-26 ··· 834 openbazaar-client = throw "openbazzar-client has been removed from nixpkgs as upstream has abandoned the project"; # Added 2022-01-06 835 opencascade_oce = throw "'opencascade_oce' has been renamed to/replaced by 'opencascade'"; # Converted to throw 2022-02-22 836 opencl-icd = throw "'opencl-icd' has been renamed to/replaced by 'ocl-icd'"; # Converted to throw 2022-02-22 837 + openconnect_head = openconnect_unstable; # Added 2022-03-29 838 + openconnect_gnutls = openconnect; # Added 2022-03-29 839 openconnect_pa = throw "openconnect_pa fork has been discontinued, support for GlobalProtect is now available in openconnect"; # Added 2021-05-21 840 openelec-dvb-firmware = libreelec-dvb-firmware; # Added 2021-05-10 841 openexr_ctl = throw "'openexr_ctl' has been renamed to/replaced by 'ctl'"; # Converted to throw 2022-02-22
+5 -17
pkgs/top-level/all-packages.nix
··· 10997 10998 witness = callPackage ../tools/security/witness { }; 10999 11000 - openconnect = openconnect_gnutls; 11001 - 11002 - openconnect_openssl = callPackage ../tools/networking/openconnect { 11003 - inherit (darwin.apple_sdk.frameworks) PCSC; 11004 - gnutls = null; 11005 - }; 11006 - 11007 - openconnect_gnutls = callPackage ../tools/networking/openconnect { 11008 - inherit (darwin.apple_sdk.frameworks) PCSC; 11009 - openssl = null; 11010 - }; 11011 11012 - openconnect_head = callPackage ../tools/networking/openconnect { 11013 - inherit (darwin.apple_sdk.frameworks) PCSC; 11014 - head = true; 11015 - openssl = null; 11016 - }; 11017 11018 globalprotect-openconnect = libsForQt5.callPackage ../tools/networking/globalprotect-openconnect { }; 11019 ··· 21212 21213 inherit (callPackages ../servers/asterisk { }) 21214 asterisk asterisk-stable asterisk-lts 21215 - asterisk_13 asterisk_16 asterisk_17 asterisk_18; 21216 21217 asterisk-module-sccp = callPackage ../servers/asterisk/sccp { }; 21218 ··· 27855 withSidebar = true; 27856 }; 27857 mutt-wizard = callPackage ../tools/misc/mutt-wizard { }; 27858 27859 mwic = callPackage ../applications/misc/mwic { 27860 pythonPackages = python3Packages;
··· 10997 10998 witness = callPackage ../tools/security/witness { }; 10999 11000 + openconnectPackages = callPackage ../tools/networking/openconnect { }; 11001 11002 + inherit (openconnectPackages) openconnect openconnect_unstable openconnect_openssl; 11003 11004 globalprotect-openconnect = libsForQt5.callPackage ../tools/networking/globalprotect-openconnect { }; 11005 ··· 21198 21199 inherit (callPackages ../servers/asterisk { }) 21200 asterisk asterisk-stable asterisk-lts 21201 + asterisk_16 asterisk_18 asterisk_19; 21202 21203 asterisk-module-sccp = callPackage ../servers/asterisk/sccp { }; 21204 ··· 27841 withSidebar = true; 27842 }; 27843 mutt-wizard = callPackage ../tools/misc/mutt-wizard { }; 27844 + 27845 + mutt-ics = callPackage ../tools/networking/mutt-ics { }; 27846 27847 mwic = callPackage ../applications/misc/mwic { 27848 pythonPackages = python3Packages;
+1 -1
pkgs/top-level/linux-kernels.nix
··· 404 405 oci-seccomp-bpf-hook = if lib.versionAtLeast kernel.version "5.4" then callPackage ../os-specific/linux/oci-seccomp-bpf-hook { } else null; 406 407 - perf = if lib.versionAtLeast kernel.version "3.12" then callPackage ../os-specific/linux/kernel/perf.nix { } else null; 408 409 phc-intel = if lib.versionAtLeast kernel.version "4.10" then callPackage ../os-specific/linux/phc-intel { } else null; 410
··· 404 405 oci-seccomp-bpf-hook = if lib.versionAtLeast kernel.version "5.4" then callPackage ../os-specific/linux/oci-seccomp-bpf-hook { } else null; 406 407 + perf = callPackage ../os-specific/linux/kernel/perf.nix { }; 408 409 phc-intel = if lib.versionAtLeast kernel.version "4.10" then callPackage ../os-specific/linux/phc-intel { } else null; 410
+2
pkgs/top-level/php-packages.nix
··· 181 182 couchbase = callPackage ../development/php-packages/couchbase { }; 183 184 ds = callPackage ../development/php-packages/ds { }; 185 186 event = callPackage ../development/php-packages/event { };
··· 181 182 couchbase = callPackage ../development/php-packages/couchbase { }; 183 184 + datadog_trace = callPackage ../development/php-packages/datadog_trace { }; 185 + 186 ds = callPackage ../development/php-packages/ds { }; 187 188 event = callPackage ../development/php-packages/event { };