orchis: 2021-02-28 -> 2021-04-20

This commit is contained in:
Mihai Fufezan 2021-04-21 18:37:27 +03:00
parent 93184413f2
commit d3059bfff3
No known key found for this signature in database
GPG Key ID: 3AC82B48170331D3

View File

@ -1,18 +1,25 @@
{ lib, stdenv, fetchFromGitHub, gtk3, gnome-themes-extra, gtk-engine-murrine
, accentColor ? "default" }:
{ lib
, stdenvNoCC
, fetchFromGitHub
, gtk3
, gnome-themes-extra
, gtk-engine-murrine
, sassc
, accentColor ? "default"
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "orchis";
version = "2021-02-28";
version = "2021-04-20";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-HmC2e34n1eThFGgw9OzSgp5VFJOylyozpXgk9SO84+I=";
sha256 = "sha256-cCUmainVTqFztZGpL2z2Zj6zcE2SQBWrec6yNFUMo5M=";
};
nativeBuildInputs = [ gtk3 ];
nativeBuildInputs = [ gtk3 sassc ];
buildInputs = [ gnome-themes-extra ];