pkgs/os-specific: stdenv.lib -> lib
This commit is contained in:
@@ -16,10 +16,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs =
|
||||
[ dpdk libbsd libpcap lua5_3 numactl which ]
|
||||
++ stdenv.lib.optionals withGtk [gtk2];
|
||||
++ lib.optionals withGtk [gtk2];
|
||||
|
||||
RTE_SDK = dpdk;
|
||||
GUI = stdenv.lib.optionalString withGtk "true";
|
||||
GUI = lib.optionalString withGtk "true";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-msse3";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user