mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python310Packages.mat2: add meta.mainProgram
This commit is contained in:
parent
b8038b47eb
commit
161bf188f6
@ -97,6 +97,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://0xacab.org/jvoisin/mat2";
|
homepage = "https://0xacab.org/jvoisin/mat2";
|
||||||
changelog = "https://0xacab.org/jvoisin/mat2/-/blob/${version}/CHANGELOG.md";
|
changelog = "https://0xacab.org/jvoisin/mat2/-/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
|
mainProgram = "mat2";
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user