mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
rainbowstream: use python3
This commit is contained in:
parent
627d8b55d1
commit
5b9f9308eb
@ -9128,7 +9128,7 @@ with pkgs;
|
||||
|
||||
radvd = callPackage ../tools/networking/radvd { };
|
||||
|
||||
rainbowstream = pythonPackages.rainbowstream;
|
||||
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;
|
||||
|
||||
rambox = callPackage ../applications/networking/instant-messengers/rambox { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user