16 stdenv.mkDerivation rec {
17 pname = "ayu-theme-gtk";
18 version = "unstable-2017-05-12";
20 src = fetchFromGitHub {
23 rev = "cc6f3d3b72897c304e2f00afcaf51df863155e35";
24 sha256 = "sha256-1EhTfPhYl+4IootTCCE04y6V7nW1/eWdHarfF7/j1U0=";
28 ln -sn 3.20 common/gtk-3.0/3.24
29 ln -sn 3.18 common/gnome-shell/3.24
41 propagatedUserEnvPkgs = [
46 enableParallelBuilding = true;
49 # Shut up inkscape's warnings about creating profile directory
50 export HOME="$NIX_BUILD_ROOT"
54 "--with-gnome-shell=${gnome-shell.version}"
59 install -Dm644 -t $out/share/doc/${pname} AUTHORS *.md
63 description = "Ayu colored GTK and Kvantum themes based on Arc";
64 homepage = "https://github.com/dnordstrom/ayu-theme/";
65 license = licenses.gpl3;
66 platforms = platforms.linux;
67 maintainers = with maintainers; [ lovesegfault ];