11 stdenv.mkDerivation rec {
12 pname = "marwaita-pop_os";
15 src = fetchFromGitHub {
16 owner = "darkomarko42";
18 rev = "1f3561f1231d0e9e931f93c5d59df19ed2205ce0";
19 hash = "sha256-WbCIMEWF5853TQyhq8aRoWzpsmjObm9hEc4I0pxDNOM=";
28 propagatedUserEnvPkgs = [
36 mkdir -p $out/share/themes
37 cp -a Marwaita* $out/share/themes
41 passthru.updateScript = gitUpdater { };
44 description = "Marwaita GTK theme with Pop_os Linux style";
45 homepage = "https://www.pling.com/p/1377894/";
46 license = licenses.gpl3Only;
47 platforms = platforms.unix;
48 maintainers = [ maintainers.romildo ];