7 stdenv.mkDerivation rec {
8 pname = "flat-remix-gtk";
11 src = fetchFromGitHub {
15 sha256 = "sha256-EWe84bLG14RkCNbHp0S5FbUQ5/Ye/KbCk3gPTsGg9oQ=";
20 makeFlags = [ "PREFIX=$(out)" ];
22 propagatedUserEnvPkgs = [
27 description = "GTK application theme inspired by material design";
28 homepage = "https://drasite.com/flat-remix-gtk";
29 license = licenses.gpl3Only;
30 platforms = platforms.all;
31 maintainers = [ maintainers.mkg20001 ];