From 5aa26611e773b360c02c0711504ebddef2b16ec2 Mon Sep 17 00:00:00 2001 From: Bad3r <25513724+Bad3r@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:36:40 +0300 Subject: [PATCH] dwarfs: drop date input and align license metadata v0.14.0 source files now use GPL-3.0-or-later SPDX, and the v0.14.0 release notes mention dropping the hard dependency on the date library.\n\nhttps://github.com/mhx/dwarfs/releases/tag/v0.13.0\nhttps://github.com/mhx/dwarfs/releases/tag/v0.14.0 --- pkgs/by-name/dw/dwarfs/package.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/by-name/dw/dwarfs/package.nix b/pkgs/by-name/dw/dwarfs/package.nix index 18fd1fca30f4..22af1db71825 100644 --- a/pkgs/by-name/dw/dwarfs/package.nix +++ b/pkgs/by-name/dw/dwarfs/package.nix @@ -12,7 +12,6 @@ flac, glog, gtest, - howard-hinnant-date, jemalloc, libarchive, libevent, @@ -57,7 +56,6 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ bison cmake - howard-hinnant-date # uses only the header-only parts pkg-config range-v3 # header-only library ronn @@ -118,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Fast high compression read-only file system"; homepage = "https://github.com/mhx/dwarfs"; changelog = "https://github.com/mhx/dwarfs/blob/v${finalAttrs.version}/CHANGES.md"; - license = lib.licenses.gpl3Only; + license = lib.licenses.gpl3Plus; maintainers = [ lib.maintainers.luftmensch-luftmensch ]; platforms = lib.platforms.linux; };