Merge pull request #208806 from wamserma/appyfy-pipx
python3Packages.pipx: appify
This commit is contained in:
commit
57db1a58fd
1 changed files with 2 additions and 0 deletions
|
@ -16285,6 +16285,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.
|
||||
|
|
Loading…
Reference in a new issue