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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user