mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #153670 from legendofmiracles/python-applications
python3Packages.mcstatus: add alias in all-packages
This commit is contained in:
commit
55d06533d3
@ -7715,6 +7715,8 @@ with pkgs;
|
||||
guile = guile_1_8;
|
||||
};
|
||||
|
||||
mcstatus = with python3Packages; toPythonApplication mcstatus;
|
||||
|
||||
mdbtools = callPackage ../tools/misc/mdbtools { };
|
||||
|
||||
mdk = callPackage ../development/tools/mdk { };
|
||||
|
Loading…
Reference in New Issue
Block a user