mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Revert "vde2: support static build"
This reverts commitfda6c0d3c7
. Seeee6ca494d2
for related discussion.
This commit is contained in:
parent
e9597ff555
commit
4a9ad20a95
|
@ -1,6 +1,4 @@
|
|||
{ stdenv, fetchurl, openssl, libpcap, python
|
||||
, enableStatic ? false
|
||||
}:
|
||||
{ stdenv, fetchurl, openssl, libpcap, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "vde2-2.3.2";
|
||||
|
@ -12,9 +10,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ openssl libpcap python ];
|
||||
|
||||
# Avoid qemu rebuild; feel free to replace with optional
|
||||
configureFlags = if enableStatic then [ "--enable-static" ] else null;
|
||||
|
||||
meta = {
|
||||
homepage = http://vde.sourceforge.net/;
|
||||
description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
|
||||
|
|
Loading…
Reference in a new issue