1 { lib, stdenv, fetchurl }:
7 url = "mirror://gentoo/distfiles/vlan.1.9.tar.gz";
8 sha256 = "1jjc5f26hj7bk8nkjxsa8znfxcf8pgry2ipnwmj2fr6ky0dhm3rv";
11 hardeningDisable = [ "format" ];
15 # Ouch, the tarball contains pre-compiled binaries.
24 mkdir -p $out/share/man/man8
25 cp vconfig.8 $out/share/man/man8/
29 description = "User mode programs to enable VLANs on Ethernet devices";
30 platforms = platforms.linux;
31 license = licenses.gpl2Plus;