mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mininet: use python3
This commit is contained in:
parent
b3b31074b2
commit
238fa78d88
1 changed files with 3 additions and 1 deletions
|
@ -30707,7 +30707,9 @@ in
|
|||
|
||||
scotch = callPackage ../applications/science/math/scotch { };
|
||||
|
||||
mininet = callPackage ../tools/virtualization/mininet { };
|
||||
mininet = callPackage ../tools/virtualization/mininet {
|
||||
python = python3;
|
||||
};
|
||||
|
||||
msieve = callPackage ../applications/science/math/msieve { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue