mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
mate-icon-theme-faenza: 1.14.1 -> 1.15.0
This commit is contained in:
parent
bea663985a
commit
14e4e62ea4
@ -3,17 +3,17 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mate-icon-theme-faenza-${version}";
|
||||
version = "${major-ver}.${minor-ver}";
|
||||
major-ver = "1.14";
|
||||
major-ver = "1.15";
|
||||
minor-ver = "0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
||||
sha256 = "115rbw4rbk8jqbjpbh5bfqjzsbwj5723r6cw96b1xrq1dv4gy4nr";
|
||||
sha256 = "0ypk61sjgqj0b1sina9947x1dg456baxhsyybmxrwpgy3pr06qlz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook mate.mate-common ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
buildInputs = [ hicolor_icon_theme ];
|
||||
buildInputs = [ mate.mate-icon-theme hicolor_icon_theme ];
|
||||
|
||||
meta = {
|
||||
description = "Faenza icon theme from MATE";
|
||||
|
Loading…
Reference in New Issue
Block a user