tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
vlan: add license
Markus Kowalewski
7 years ago
fc080c22
6e947738
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
vlan
default.nix
+3
-2
pkgs/tools/networking/vlan/default.nix
···
25
25
cp vconfig.8 $out/share/man/man8/
26
26
'';
27
27
28
28
-
meta = {
28
28
+
meta = with stdenv.lib; {
29
29
description = "User mode programs to enable VLANs on Ethernet devices";
30
30
-
platforms = stdenv.lib.platforms.linux;
30
30
+
platforms = platforms.linux;
31
31
+
license = licenses.gpl2Plus;
31
32
};
32
33
}