alephone: do not build scenarios on Hydra

The Aleph One game data is amigiously licensed and does not need
to be unpacked and rebundled by Hyda.
gstqt5
Emery Hemingway 2020-04-10 17:10:59 +05:30
parent 807ca93fad
commit 64b694de86
1 changed files with 5 additions and 3 deletions

View File

@ -90,7 +90,9 @@ in self // {
--add-flags $out/data/$pname
'';
} // extraArgs) // {
meta = alephone.meta // meta;
};
meta = alephone.meta // {
license = stdenv.lib.licenses.free;
hydraPlatforms = [ ];
} // meta;
});
}