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
+2
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.