7 stdenvNoCC.mkDerivation {
8 pname = "dracula-theme";
9 version = "unstable-2022-05-21";
11 src = fetchFromGitHub {
14 rev = "7b25ee305365f6e62efb2c7aca3b4635622b778c";
15 hash = "sha256-tfUjAb+edbJ+5qar4IxWr4h3Si6MIwnbCrwI2ZdUFAM=";
21 install -D Dracula.conf $out/share/qt5ct/colors/Dracula.conf
27 description = "Dark theme for qt5";
28 homepage = "https://github.com/dracula/qt5";
29 license = licenses.mit;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ vonfry ];