10 stdenvNoCC.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "lassekongo83";
18 sha256 = "sha256-7E+eBbsavWdraCxxtwFdvFkxTWN/XMz8obvnpxf6PQc=";
28 chmod +x gtk/src/adw-gtk3-dark/gtk-3.0/install-dark-theme.sh
29 patchShebangs gtk/src/adw-gtk3-dark/gtk-3.0/install-dark-theme.sh
33 updateScript = nix-update-script {
39 description = "The theme from libadwaita ported to GTK-3";
40 homepage = "https://github.com/lassekongo83/adw-gtk3";
41 license = licenses.lgpl21Only;
42 platforms = platforms.linux;
43 maintainers = with maintainers; [ ciferkey ];