glycin-loaders: 0.1.beta.2 → 0.1.rc
https://gitlab.gnome.org/sophie-h/glycin/-/compare/0.1.beta.2...0.1.rc Bumped rsvg: https://gitlab.gnome.org/sophie-h/glycin/-/commit/1c712f78b3529c8522e3d554505605145af05049 Added tests (we don't run it right now I think): https://gitlab.gnome.org/sophie-h/glycin/-/commit/096ca214da7b4a774de508ff4e09bbcca42d3ca2 Relicensed under MPL and keep LGPL: https://gitlab.gnome.org/sophie-h/glycin/-/commit/bbf9559496874f04b340c2537a1944360ddb0f5d Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "glycin-loaders";
|
||||
version = "0.1.beta.2";
|
||||
version = "0.1.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/glycin-loaders/${lib.versions.majorMinor finalAttrs.version}/glycin-loaders-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-GwxwHzMDVFWJTfmK/CEoICSLExJyuDv72/g1EOGciBM=";
|
||||
hash = "sha256-q0MMcOnFLhSjeGQnByuKrKC7IdMgYcE52dgldXmKHkI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Glycin loaders for several formats";
|
||||
homepage = "https://gitlab.gnome.org/sophie-h/glycin";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.lgpl21Only;
|
||||
license = with licenses; [ mpl20 /* or */ lgpl21Plus ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user