arc-icon-theme: init at 2016-06-06

This commit is contained in:
José Romildo Malaquias 2016-06-10 10:25:57 -03:00 committed by Christoph Hrdinka
parent 4e44a330cb
commit fa447287b0
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{ stdenv, fetchFromGitHub, autoreconfHook, moka-icon-theme }:
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "arc-icon-theme";
version = "2016-06-06";
src = fetchFromGitHub {
owner = "horst3180";
repo = package-name;
rev = "69da5eed0761237fd287ea2fc95c708353ccc332";
sha256 = "04ym3ix2cpjh1q7lwvhl578pv41mn9zsadlsygl0nck8yd22widq";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ moka-icon-theme ];
meta = with stdenv.lib; {
description = "Arc icon theme";
homepage = https://github.com/horst3180/arc-icon-theme;
license = with licenses; [ gpl3 ];
platforms = platforms.all;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -11486,6 +11486,8 @@ in
anonymousPro = callPackage ../data/fonts/anonymous-pro { };
arc-icon-theme = callPackage ../data/icons/arc-icon-theme { };
arkpandora_ttf = callPackage ../data/fonts/arkpandora { };
aurulent-sans = callPackage ../data/fonts/aurulent-sans { };