Skip to content

Commit

Permalink
pantheon.granite: 5.3.1 -> 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Jun 8, 2020
1 parent 016f42b commit 3b4dbf3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/desktops/pantheon/granite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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
Expand Down

0 comments on commit 3b4dbf3

Please sign in to comment.