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
This commit is contained in:
Bad3r
2026-02-28 14:36:40 +03:00
parent b53377300e
commit 5aa26611e7
+1 -3
View File
@@ -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;
};