spago: add mainProgram
This commit is contained in:
parent
3bf0fc2881
commit
825c82ed97
@ -55,4 +55,7 @@ spago.overrideAttrs (oldAttrs: {
|
||||
touch $out
|
||||
'';
|
||||
};
|
||||
meta = (oldAttrs.meta or {}) // {
|
||||
mainProgram = "spago";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user