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.
This commit is contained in:
Emery Hemingway 2020-04-10 17:10:59 +05:30
parent 807ca93fad
commit 64b694de86

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;
});
}