mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
gnote: 45.1 → 46.0
https://gitlab.gnome.org/GNOME/gnote/-/compare/45.1...46.0 Port to libadwaita Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
cbf8888a34
commit
8d0983b1fb
@ -5,6 +5,7 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, gtkmm4
|
, gtkmm4
|
||||||
, itstool
|
, itstool
|
||||||
|
, libadwaita
|
||||||
, libsecret
|
, libsecret
|
||||||
, libuuid
|
, libuuid
|
||||||
, libxml2
|
, libxml2
|
||||||
@ -18,15 +19,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnote";
|
pname = "gnote";
|
||||||
version = "45.1";
|
version = "46.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
hash = "sha256-nuwn+MsKENL9uRSkUei4QYwmDni/BzYHgaeKXkGM+UE=";
|
hash = "sha256-ht9YoVlbIVN0aRq0S/wWE7Sf28p3CEI6PVZY3NOgFe0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtkmm4
|
gtkmm4
|
||||||
|
libadwaita
|
||||||
libsecret
|
libsecret
|
||||||
libuuid
|
libuuid
|
||||||
libxml2
|
libxml2
|
||||||
|
Loading…
Reference in New Issue
Block a user