Skip to content

Commit

Permalink
mininet: use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 27, 2021
1 parent b3b3107 commit 238fa78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 238fa78

Please sign in to comment.