faba-icon-theme: init at 2016-06-02
This commit is contained in:
parent
ff45ea743f
commit
c33cf02337
30
pkgs/data/icons/faba-icon-theme/default.nix
Normal file
30
pkgs/data/icons/faba-icon-theme/default.nix
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{ stdenv, fetchFromGitHub, autoreconfHook, elementary-icon-theme }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "${package-name}-${version}";
|
||||||
|
package-name = "faba-icon-theme";
|
||||||
|
version = "2016-06-02";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "moka-project";
|
||||||
|
repo = package-name;
|
||||||
|
rev = "e50649d0171fd8cce42404c7c5002d77710ffcfc";
|
||||||
|
sha256 = "1fn969a6l58asnl9181c2z1fsj4dybl2mgbcpwig20bri6q7yz20";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
buildInputs = [ elementary-icon-theme ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
|
||||||
|
'';
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A sexy and modern icon theme with Tango influences";
|
||||||
|
homepage = https://snwh.org/moka;
|
||||||
|
license = with licenses; [ cc-by-sa-40 gpl3 ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ romildo ];
|
||||||
|
};
|
||||||
|
}
|
@ -11562,6 +11562,8 @@ in
|
|||||||
|
|
||||||
eb-garamond = callPackage ../data/fonts/eb-garamond { };
|
eb-garamond = callPackage ../data/fonts/eb-garamond { };
|
||||||
|
|
||||||
|
faba-icon-theme = callPackage ../data/icons/faba-icon-theme { };
|
||||||
|
|
||||||
fantasque-sans-mono = callPackage ../data/fonts/fantasque-sans-mono {};
|
fantasque-sans-mono = callPackage ../data/fonts/fantasque-sans-mono {};
|
||||||
|
|
||||||
fira = callPackage ../data/fonts/fira { };
|
fira = callPackage ../data/fonts/fira { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user