12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
17 owner = "Stabyourself";
20 sha256 = "1zqaq4w599scsjvy1rsb21fd2r8j3srx9vym4ir9bh666dp36gxa";
34 comment = "Crossover between Super Mario Bros. and Portal";
35 desktopName = "mari0";
36 genericName = "mari0";
37 categories = [ "Game" ];
43 zip -9 -r mari0.love ./*
44 strip-nondeterminism --type zip mari0.love
45 install -Dm444 -t $out/share/games/lovegames/ mari0.love
46 makeWrapper ${love}/bin/love $out/bin/mari0 \
47 --add-flags $out/share/games/lovegames/mari0.love
52 description = "Crossover between Super Mario Bros. and Portal";
53 mainProgram = "mari0";
54 platforms = platforms.linux;
55 license = licenses.mit;
56 downloadPage = "https://stabyourself.net/mari0/";