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