about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/granite
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-05-03 11:46:29 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-06-07 12:48:23 -0400
commit5c7019dbbd059cb1d984f7ae25f5d2172cfa5d4d (patch)
tree46df884abbd0b1ec1eda43c58aefe4f387b06bbd /pkgs/desktops/pantheon/granite
parent7bd2c2ae3a5a100e942ff1c0782415ba527d03ff (diff)
pantheon.granite: 5.3.1 -> 5.4.0
https://github.com/elementary/granite/releases/tag/5.4.0
Diffstat (limited to 'pkgs/desktops/pantheon/granite')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index ec40e1e8f72de..823613778f9d4 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -10,19 +10,22 @@
 , gtk3
 , glib
 , gettext
+, gsettings-desktop-schemas
 , gobject-introspection
 , wrapGAppsHook
 }:
 
 stdenv.mkDerivation rec {
   pname = "granite";
-  version = "5.3.1";
+  version = "5.4.0";
+
+  outputs = [ "out" "dev" ];
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "12f1n07cjlc7czf642ak6964wl4fsgakc39nnmiba22z5aahfpz9";
+    sha256 = "0acicv3f9gksb352v88lwap8ailjsxdrfknl2xql7blasbjzl2q0";
   };
 
   passthru = {
@@ -48,6 +51,10 @@ stdenv.mkDerivation rec {
     libgee
   ];
 
+  propagatedBuildInputs = [
+    gsettings-desktop-schemas # is_clock_format_12h uses "org.gnome.desktop.interface clock-format"
+  ];
+
   postPatch = ''
     chmod +x meson/post_install.py
     patchShebangs meson/post_install.py