tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
marwaita-peppermint: add update script
José Romildo
2 years ago
3ffac817
b957e614
+3
1 changed file
expand all
collapse all
unified
split
pkgs
data
themes
marwaita-peppermint
default.nix
+3
pkgs/data/themes/marwaita-peppermint/default.nix
···
5
, gtk-engine-murrine
6
, gtk_engines
7
, librsvg
0
8
}:
9
10
stdenv.mkDerivation rec {
···
36
cp -a Marwaita* $out/share/themes
37
runHook postInstall
38
'';
0
0
39
40
meta = with lib; {
41
description = "Marwaita GTK theme with Peppermint Os Linux style";
···
5
, gtk-engine-murrine
6
, gtk_engines
7
, librsvg
8
+
, gitUpdater
9
}:
10
11
stdenv.mkDerivation rec {
···
37
cp -a Marwaita* $out/share/themes
38
runHook postInstall
39
'';
40
+
41
+
passthru.updateScript = gitUpdater { };
42
43
meta = with lib; {
44
description = "Marwaita GTK theme with Peppermint Os Linux style";