mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
807ca93fad
commit
64b694de86
@ -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;
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user