arc-icon-theme: add missing parent icon themes
This commit is contained in:
parent
bbeb6ac387
commit
368c434642
|
@ -1,20 +1,25 @@
|
||||||
{ stdenv, fetchFromGitHub, autoreconfHook, gtk3, moka-icon-theme, hicolor-icon-theme }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, gtk3, gnome3, moka-icon-theme, gnome-icon-theme, hicolor-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${package-name}-${version}";
|
pname = "arc-icon-theme";
|
||||||
package-name = "arc-icon-theme";
|
|
||||||
version = "2016-11-22";
|
version = "2016-11-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "horst3180";
|
owner = "horst3180";
|
||||||
repo = package-name;
|
repo = pname;
|
||||||
rev = "55a575386a412544c3ed2b5617a61f842ee4ec15";
|
rev = "55a575386a412544c3ed2b5617a61f842ee4ec15";
|
||||||
sha256 = "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd";
|
sha256 = "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook gtk3 moka-icon-theme ];
|
nativeBuildInputs = [
|
||||||
|
autoreconfHook
|
||||||
|
gtk3
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
moka-icon-theme
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
gnome-icon-theme
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user