arc-theme: cleanup

This commit is contained in:
worldofpeace 2019-02-16 17:58:09 -05:00 committed by GitHub
parent 0369f6c362
commit b63e40018d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {