mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
mininet: 2.3.0 -> 2.3.1b4
Switched to Python 3.
This commit is contained in:
parent
f43ae9ce53
commit
496705197e
@ -9,7 +9,7 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mininet";
|
pname = "mininet";
|
||||||
version = "2.3.0";
|
version = "2.3.1b4";
|
||||||
|
|
||||||
outputs = [ "out" "py" ];
|
outputs = [ "out" "py" ];
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "mininet";
|
owner = "mininet";
|
||||||
repo = "mininet";
|
repo = "mininet";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-bCppmeB+zQMKTptnzhsXtl72XJXU3USo7cQgP1Z6SrY=";
|
hash = "sha256-Z7Vbfu0EJ4+rCpckXrt3hgxeB9N2nnyPIXgPBnpV4uw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlags = [ "mnexec" ];
|
buildFlags = [ "mnexec" ];
|
||||||
@ -41,9 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Emulator for rapid prototyping of Software Defined Networks";
|
description = "Emulator for rapid prototyping of Software Defined Networks";
|
||||||
license = {
|
license = licenses.bsd3;
|
||||||
fullName = "Mininet 2.3.0 License";
|
|
||||||
};
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = "https://github.com/mininet/mininet";
|
homepage = "https://github.com/mininet/mininet";
|
||||||
maintainers = with maintainers; [ teto ];
|
maintainers = with maintainers; [ teto ];
|
||||||
|
Loading…
Reference in New Issue
Block a user