arc-kde-theme: 2017-11-09 -> 20180614
+ move under data/themes
This commit is contained in:
parent
910d752579
commit
438a39f80b
@ -1,17 +1,17 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "arc-kde-theme";
|
||||
version = "2017-11-09";
|
||||
version = "20180614";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PapirusDevelopmentTeam";
|
||||
repo = "arc-kde";
|
||||
rev = "a0abe6fc5ebf74f9ae88b8a2035957cc16f706f5";
|
||||
sha256 = "1p6f4ny97096nb054lrgyjwikmvg0qlbcnsjag7m5dfbclfnvzkg";
|
||||
rev = version;
|
||||
sha256 = "0wli16k9my7m8a9561545vjwfifmxm4w606z1h0j08msvlky40xw";
|
||||
};
|
||||
|
||||
makeFlags = ["PREFIX=$(out)" ];
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
# Make this a fixed-output derivation
|
||||
outputHashMode = "recursive";
|
@ -1011,8 +1011,6 @@ in
|
||||
novacomd = callPackage ../development/mobile/webos/novacomd.nix { };
|
||||
};
|
||||
|
||||
arc-kde-theme = callPackage ../misc/themes/arc-kde { };
|
||||
|
||||
adapta-gtk-theme = callPackage ../misc/themes/adapta { };
|
||||
|
||||
adapta-kde-theme = callPackage ../misc/themes/adapta-kde { };
|
||||
@ -17074,6 +17072,8 @@ in
|
||||
|
||||
arc-icon-theme = callPackage ../data/icons/arc-icon-theme { };
|
||||
|
||||
arc-kde-theme = callPackage ../data/themes/arc-kde { };
|
||||
|
||||
arc-theme = callPackage ../data/themes/arc { };
|
||||
|
||||
arkpandora_ttf = callPackage ../data/fonts/arkpandora { };
|
||||
|
Loading…
Reference in New Issue
Block a user