1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
4 pname = "materia-kde-theme";
7 src = fetchFromGitHub {
8 owner = "PapirusDevelopmentTeam";
11 sha256 = "sha256-/LA+H2ekxuO1RpfaPJruRGeWPVopA0rZUxU4Mh7YQ0s=";
14 makeFlags = [ "PREFIX=$(out)" ];
17 description = "Port of the materia theme for Plasma";
18 homepage = "https://github.com/PapirusDevelopmentTeam/materia-kde";
19 license = licenses.gpl3Plus;
20 maintainers = [ maintainers.diffumist ];
21 platforms = platforms.all;