mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
purescript: add meta.mainProgram
This commit is contained in:
parent
ed08b8dbf9
commit
9c14e1f92a
|
@ -61,5 +61,6 @@ in stdenv.mkDerivation rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ justinwoo mbbx6spp cdepillabout ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
mainProgram = "purs";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue