mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
arc-icon-theme: init at 2016-06-06
This commit is contained in:
parent
4e44a330cb
commit
fa447287b0
26
pkgs/data/icons/arc-icon-theme/default.nix
Normal file
26
pkgs/data/icons/arc-icon-theme/default.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user