lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "vde2: support static build"

This reverts commit fda6c0d3c706f07c53fb2cc01dcd651d8925bcea.
See https://github.com/NixOS/nixpkgs/commit/ee6ca494d2427f13fc9bb09ef197f768b53b2637
for related discussion.

+1 -6
+1 -6
pkgs/tools/networking/vde2/default.nix
··· 1 - { stdenv, fetchurl, openssl, libpcap, python 2 - , enableStatic ? false 3 - }: 1 + { stdenv, fetchurl, openssl, libpcap, python }: 4 2 5 3 stdenv.mkDerivation rec { 6 4 name = "vde2-2.3.2"; ··· 11 9 }; 12 10 13 11 buildInputs = [ openssl libpcap python ]; 14 - 15 - # Avoid qemu rebuild; feel free to replace with optional 16 - configureFlags = if enableStatic then [ "--enable-static" ] else null; 17 12 18 13 meta = { 19 14 homepage = http://vde.sourceforge.net/;