Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgs/by-name/ci/circus/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication circus
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,6 @@ with pkgs;
protobuf = protobuf_21;
};

circus = with python310Packages; toPythonApplication circus;

inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_25_08_10
;
Expand Down
Loading