mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
arc-theme: cleanup
This commit is contained in:
parent
0369f6c362
commit
b63e40018d
@ -1,12 +1,8 @@
|
||||
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3, gnome3
|
||||
, gtk-engine-murrine, optipng, inkscape }:
|
||||
|
||||
let
|
||||
pname = "arc-theme";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "arc-theme";
|
||||
version = "20190213";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user