1
0
Fork 1
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:
Daniel Nagy 2021-06-02 15:52:28 +02:00
parent ed08b8dbf9
commit 9c14e1f92a
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -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";
};
}