1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

vde2: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:49:56 +02:00
parent 9e94e8ae4a
commit 6e94773854
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -20,9 +20,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
homepage = http://vde.sourceforge.net/;
description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}