tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
numix-gtk-theme: add update script
José Romildo
2 years ago
afbe68b2
e16f22f1
+10
-1
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
numix
default.nix
+10
-1
pkgs/data/themes/numix/default.nix
···
1
1
-
{ lib, stdenv, fetchFromGitHub, sass, glib, libxml2, gdk-pixbuf
1
1
+
{ lib
2
2
+
, stdenv
3
3
+
, fetchFromGitHub
4
4
+
, sass
5
5
+
, glib
6
6
+
, libxml2
7
7
+
, gdk-pixbuf
2
8
, gtk-engine-murrine
9
9
+
, gitUpdater
3
10
}:
4
11
5
12
stdenv.mkDerivation rec {
···
21
28
substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
22
29
patchShebangs .
23
30
'';
31
31
+
32
32
+
passthru.updateScript = gitUpdater { };
24
33
25
34
meta = {
26
35
description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";