17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 hash = "sha256-ioBni/prc2HzrXd6zBgZQQsfQDWxlfWOphtY0o/8uM0=";
28 nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
29 buildInputs = [ gtk3 gnome-themes-extra ];
30 propagatedBuildInputs = [ humanity-icon-theme hicolor-icon-theme ];
31 propagatedUserEnvPkgs = [ gtk-engine-murrine ];
33 dontDropIconThemeCache = true;
35 postPatch = "patchShebangs .";
38 description = "Ubuntu community theme 'yaru' - default Ubuntu theme since 18.10";
39 homepage = "https://github.com/ubuntu/yaru";
40 license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
41 platforms = platforms.linux;
42 maintainers = with maintainers; [ moni ];