python3Packages.pipx: appify

Make pipx available as a top level app, so it can be used like
`nix run nixpkgs#pipx run pycowsay PipX!`
This commit is contained in:
Markus S. Wamser
2023-01-02 22:24:32 +01:00
parent eafcc78020
commit ca20514f52
+2
View File
@@ -16283,6 +16283,8 @@ with pkgs;
pipenv = callPackage ../development/tools/pipenv {};
pipx = with python3.pkgs; toPythonApplication pipx;
pipewire = callPackage ../development/libraries/pipewire {
# ffmpeg depends on SDL2 which depends on pipewire by default.
# Break the cycle by depending on ffmpeg-headless.