Merge pull request #208806 from wamserma/appyfy-pipx

python3Packages.pipx: appify
This commit is contained in:
Fabian Affolter 2023-01-04 08:33:52 +01:00 committed by GitHub
commit 57db1a58fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.