mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
proot: add to all-packages.nix
Looks like this was forgotten in #4412 after #4406 was reverted.
This commit is contained in:
parent
10895c3577
commit
8c3f636562
1 changed files with 2 additions and 0 deletions
|
@ -2052,6 +2052,8 @@ let
|
|||
|
||||
projectm = callPackage ../applications/audio/projectm { };
|
||||
|
||||
proot = callPackage ../tools/system/proot { };
|
||||
|
||||
proxychains = callPackage ../tools/networking/proxychains { };
|
||||
|
||||
proxytunnel = callPackage ../tools/misc/proxytunnel { };
|
||||
|
|
Loading…
Reference in a new issue