Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vlan: add license

+3 -2
+3 -2
pkgs/tools/networking/vlan/default.nix
··· 25 cp vconfig.8 $out/share/man/man8/ 26 ''; 27 28 - meta = { 29 description = "User mode programs to enable VLANs on Ethernet devices"; 30 - platforms = stdenv.lib.platforms.linux; 31 }; 32 }
··· 25 cp vconfig.8 $out/share/man/man8/ 26 ''; 27 28 + meta = with stdenv.lib; { 29 description = "User mode programs to enable VLANs on Ethernet devices"; 30 + platforms = platforms.linux; 31 + license = licenses.gpl2Plus; 32 }; 33 }