Skip to content

Commit

Permalink
arc-gtk-theme: 2016-05-14 -> 2016-06-02
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and rycee committed Jun 3, 2016
1 parent ab9acc2 commit 3f80f01
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pkgs/misc/themes/arc/default.nix
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{ stdenv, autoconf, automake, fetchFromGitHub, gnome3, gtk, gtk-engine-murrine, pkgconfig}:
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gnome3, gtk, gtk-engine-murrine }:

stdenv.mkDerivation rec {
version = "2016-05-14";
name = "arc-gtk-theme-git-${version}";
version = "2016-06-02";
name = "arc-gtk-theme-${version}";

src = fetchFromGitHub {
owner = "horst3180";
repo = "arc-theme";
rev = "fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27";
sha256 = "1q844i7bkf75jv9fvf15n47vwvzzbkvhv5ssxl98q8x66dgjwx35";
rev = "226098a06b646981022f0e260fd4d3ca64ff5616";
sha256 = "1lg2iig1rws2h0p7qy1pavphyzdcchmfdlv126696jczz21d67qm";
};

preferLocalBuild = true;

nativeBuildInputs = [ autoconf automake pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];

buildInputs = [ gtk-engine-murrine ];

configureScript = "./autogen.sh";
preferLocalBuild = true;

configureFlags = "--with-gnome=${gnome3.version}";

meta = with stdenv.lib; {
description = "A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell";
homepage = "https://github.com/horst3180/Arc-theme";
license = licenses.gpl3;
maintainers = [ maintainers.simonvandel ];
platforms = platforms.linux;
maintainers = with maintainers; [ simonvandel romildo ];
};
}

0 comments on commit 3f80f01

Please sign in to comment.