mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
vde2: add license
This commit is contained in:
parent
9e94e8ae4a
commit
6e94773854
|
@ -20,9 +20,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://vde.sourceforge.net/;
|
homepage = http://vde.sourceforge.net/;
|
||||||
description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
|
description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue