summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-09-01 11:24:08 -0300
committerJosé Romildo <malaquias@gmail.com>2021-09-01 11:24:08 -0300
commit2b5d87d8256eaeb848e4124f1f6ec92538ffef80 (patch)
tree52a8d40546459673ce6e65397712ebbfd2a3d922 /pkgs/data
parentb3051850497c67145971ccdcaeefbb68a7367959 (diff)
numix-solarized-gtk-theme: 20210522 -> 20210831
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/numix-solarized/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/data/themes/numix-solarized/default.nix b/pkgs/data/themes/numix-solarized/default.nix
index 532275e5f749..efc8236c4514 100644
--- a/pkgs/data/themes/numix-solarized/default.nix
+++ b/pkgs/data/themes/numix-solarized/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-solarized-gtk-theme";
- version = "20210522";
+ version = "20210831";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = pname;
rev = version;
- sha256 = "0hin73fmfir4w1z0j87k5hahhf2blhcq4r7gf89gz4slnl18cvjh";
+ sha256 = "1q8qhpw0hfv625sm626zp4vbz2106b0g5m11ygk87s6kbxrfg6lr";
};
nativeBuildInputs = [ python3 sassc glib gdk-pixbuf inkscape ];
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
- for theme in *.colors; do
+ for theme in colors/*.colors; do
+ theme="''${theme##*/}"
make THEME="''${theme/.colors/}" install
done
runHook postInstall