Merge #316428: unigine-heaven: Set mainProgram to heaven

This commit is contained in:
Vladimír Čunát 2024-06-12 20:00:35 +02:00
commit f81af2207e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -104,5 +104,6 @@ stdenv.mkDerivation
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.BarinovMaxim ];
platforms = [ "x86_64-linux" "i686-linux" ];
mainProgram = "heaven";
};
}