9 stdenvNoCC.mkDerivation rec {
10 pname = "mint-l-theme";
13 src = fetchFromGitHub {
17 hash = "sha256-Jql4NJ8jugy0wi5yT+/Mr5fwxLog37w0VvHhxyMvMlk=";
40 homepage = "https://github.com/linuxmint/mint-l-theme";
41 description = "Mint-L theme for the Cinnamon desktop";
42 license = licenses.gpl3Plus; # from debian/copyright
43 platforms = platforms.linux;
44 maintainers = teams.cinnamon.members;