about summary refs log tree commit diff
path: root/pkgs/data/themes/pop-gtk
diff options
context:
space:
mode:
authorElyhaka <57923898+Elyhaka@users.noreply.github.com>2020-03-18 23:36:47 +0100
committerElyhaka <57923898+Elyhaka@users.noreply.github.com>2020-04-27 16:09:58 +0200
commita8cfc04e41b691bc0b198ac8ab2d1d6c55a00057 (patch)
tree534bacc40b8d7476f2cd5011b9f6c99ed5b0f2c5 /pkgs/data/themes/pop-gtk
parentb0d9764c721c3f998f685e87eaec2fc70e2778fb (diff)
pop-gtk-theme: 2020-02-10 -> 2020-04-22
Diffstat (limited to 'pkgs/data/themes/pop-gtk')
-rw-r--r--pkgs/data/themes/pop-gtk/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/data/themes/pop-gtk/default.nix b/pkgs/data/themes/pop-gtk/default.nix
index 9bb2beae4d31f..730f7754d8f56 100644
--- a/pkgs/data/themes/pop-gtk/default.nix
+++ b/pkgs/data/themes/pop-gtk/default.nix
@@ -9,17 +9,18 @@
 , gtk-engine-murrine
 , gdk-pixbuf
 , librsvg
+, python3
 }:
 
 stdenv.mkDerivation rec {
   pname = "pop-gtk-theme";
-  version = "2020-02-10";
+  version = "2020-04-22";
 
   src = fetchFromGitHub {
     owner = "pop-os";
     repo = "gtk-theme";
-    rev = "ed888e9dd5de142cb899e362beedaf694594cc7e";
-    sha256 = "0ryr1jx9pzij6pkv7sam07f90w5lbrzx0fj5vdxl94612mh76aad";
+    rev = "b3f98dfd61cfff81f69cdc7f57bce7a9efaa36f4";
+    sha256 = "0vhcc694x33sgcpbqkrc5bycbd7017k4iii0mjjxgd22jd5lzgkb";
   };
 
   nativeBuildInputs = [
@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
     gtk3
     inkscape
     optipng
+    python3
   ];
 
   buildInputs = [
@@ -41,9 +43,9 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-    for file in $(find -name render-\*.sh); do
-      patchShebangs "$file"
+    patchShebangs .
 
+    for file in $(find -name render-\*.sh); do
       substituteInPlace "$file" \
         --replace 'INKSCAPE="/usr/bin/inkscape"' \
                   'INKSCAPE="inkscape"' \