21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
26 owner = "Philip-Scott";
29 sha256 = "sha256-FI6YMbqZfaU19k8pS2eoNCnX8O8F99SHHOxMwHC5fTc=";
53 chmod +x meson/post_install.py
54 patchShebangs meson/post_install.py
58 updateScript = nix-update-script { };
62 description = "Create simple and beautiful presentations";
63 homepage = "https://github.com/Philip-Scott/Spice-up";
64 maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ teams.pantheon.members;
65 platforms = platforms.linux;
66 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+
67 license = licenses.gpl3Plus;
68 mainProgram = "com.github.philip_scott.spice-up";