tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faba-icon-theme: build GTK icon cache
Yegor Timoshenko
8 years ago
ede5f2cb
b22c33fb
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
data
icons
faba-icon-theme
default.nix
+4
-4
pkgs/data/icons/faba-icon-theme/default.nix
···
1
-
{ stdenv, fetchFromGitHub, autoreconfHook, elementary-icon-theme }:
2
3
stdenv.mkDerivation rec {
4
name = "${package-name}-${version}";
···
12
sha256 = "0hif030pd4w3s851k0s65w0mf2pik10ha25ycpsv91gpbgarqcns";
13
};
14
15
-
nativeBuildInputs = [ autoreconfHook ];
16
-
17
-
buildInputs = [ elementary-icon-theme ];
18
19
postPatch = ''
20
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
21
'';
0
0
22
23
meta = with stdenv.lib; {
24
description = "A sexy and modern icon theme with Tango influences";
···
1
+
{ stdenv, fetchFromGitHub, autoreconfHook, elementary-icon-theme, gtk3 }:
2
3
stdenv.mkDerivation rec {
4
name = "${package-name}-${version}";
···
12
sha256 = "0hif030pd4w3s851k0s65w0mf2pik10ha25ycpsv91gpbgarqcns";
13
};
14
15
+
nativeBuildInputs = [ autoreconfHook elementary-icon-theme gtk3 ];
0
0
16
17
postPatch = ''
18
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
19
'';
20
+
21
+
postFixup = "gtk-update-icon-cache $out/share/icons/Faba";
22
23
meta = with stdenv.lib; {
24
description = "A sexy and modern icon theme with Tango influences";