about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-10 10:16:13 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-10 10:16:13 -0400
commit21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d (patch)
treee69ea92d836c6ff629a049ae2692b096fde75832 /pkgs/desktops/pantheon
parentbdb851ee2dc194e8ea209fe71219e36f61e173bd (diff)
downloadnixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar.gz
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar.bz2
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar.lz
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar.xz
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.tar.zst
nixlib-21c127f7d0fcbb6e03f6f490dc8f968199b6dd1d.zip
pantheon.granite: fix build with latest vala
Still waiting for release #69052
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index 521d22d23353..287254c9615b 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
       url = "https://src.fedoraproject.org/rpms/granite/raw/0550b44ed6400c9b1ff7e70871913747df2ff323/f/00-datetime-clock-format-gsettings.patch";
       sha256 = "0i9yvdmn77x5fjdwd1raw6ym8js8yxa7w6ydc7syx7hcyls00dmq";
     })
+
+    # Fix build latest vala.
+    (fetchpatch {
+      url = "https://github.com/elementary/granite/commit/fd26013c84afdeb6300ae2f4a574856753fc2b58.patch";
+      sha256 = "01nxqhj8gr61n6wx6ccrqdn25nmbrhhk437k21g4mxqx0gnih265";
+    })
   ];
 
   passthru = {