Skip to content

Commit

Permalink
Merge pull request NixOS#208806 from wamserma/appyfy-pipx
Browse files Browse the repository at this point in the history
python3Packages.pipx: appify
  • Loading branch information
fabaff authored Jan 4, 2023
2 parents afd4fb5 + ca20514 commit 57db1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 57db1a5

Please sign in to comment.