22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
27 owner = "Philip-Scott";
30 sha256 = "sha256-FI6YMbqZfaU19k8pS2eoNCnX8O8F99SHHOxMwHC5fTc=";
54 chmod +x meson/post_install.py
55 patchShebangs meson/post_install.py
59 updateScript = nix-update-script { };
63 description = "Create simple and beautiful presentations";
64 homepage = "https://github.com/Philip-Scott/Spice-up";
71 ++ teams.pantheon.members;
72 platforms = platforms.linux;
73 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+
74 license = licenses.gpl3Plus;
75 mainProgram = "com.github.philip_scott.spice-up";