mate.mate-themes: 3.22.20 -> 3.22.21
This commit is contained in:
parent
f4dbf4402b
commit
9ceb05adc0
@ -1,18 +1,18 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, mate, gtk2, gtk3,
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, mate-icon-theme, gtk2, gtk3,
|
||||
gtk_engines, gtk-engine-murrine, gdk-pixbuf, librsvg }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mate-themes";
|
||||
version = "3.22.20";
|
||||
version = "3.22.21";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pub.mate-desktop.org/releases/themes/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx";
|
||||
sha256 = "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
|
||||
|
||||
buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk-pixbuf librsvg ];
|
||||
buildInputs = [ mate-icon-theme gtk2 gtk_engines gdk-pixbuf librsvg ];
|
||||
|
||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user