15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-CBj/SpBWH5xdNCQSJquqIntcmfARI7Cud76Tp8txXL4=";
31 glib # for glib-compile-resources
35 propagatedUserEnvPkgs = [
36 gnome.gnome-themes-extra
41 patchShebangs meson/install-file.py
45 # Shut up inkscape's warnings about creating profile directory
49 # Fontconfig error: Cannot load default config file: No such file: (null)
50 FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
53 # "-Dthemes=cinnamon,gnome-shell,gtk2,gtk3,plank,xfwm,metacity"
54 # "-Dvariants=light,darker,dark,lighter"
55 "-Dcinnamon_version=${cinnamon.cinnamon-common.version}"
56 "-Dgnome_shell_version=${gnome.gnome-shell.version}"
57 # You will need to patch gdm to make use of this.
58 "-Dgnome_shell_gresource=true"
62 description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
63 homepage = "https://github.com/jnsh/arc-theme";
64 license = licenses.gpl3Only;
65 platforms = platforms.linux;
66 maintainers = with maintainers; [ simonvandel romildo ];