@@ -14,6 +14,10 @@
|
||||
openal,
|
||||
libmodplug,
|
||||
libvorbis,
|
||||
|
||||
# tests
|
||||
solarus-quest-editor,
|
||||
solarus-launcher,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -63,6 +67,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.cmakeFeature "CMAKE_INSTALL_DATADIR" "${placeholder "lib"}/share")
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit solarus-quest-editor solarus-launcher;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Zelda-like ARPG game engine";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user