Skip to content

Commit

Permalink
dpdk: add dependencies for vm_power_mgr example
Browse files Browse the repository at this point in the history
  • Loading branch information
abuibrahim committed Jun 2, 2016
1 parent 05cdb0f commit e54ef8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/os-specific/linux/dpdk/default.nix
@@ -1,4 +1,4 @@
{ stdenv, lib, kernel, fetchurl }:
{ stdenv, lib, kernel, fetchurl, pkgconfig, libvirt }:

assert lib.versionAtLeast kernel.version "3.18";

Expand All @@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0yrz3nnhv65v2jzz726bjswkn8ffqc1sr699qypc9m78qrdljcfn";
};

buildInputs = [ pkgconfig libvirt ];

RTE_KERNELDIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";
RTE_TARGET = "x86_64-native-linuxapp-gcc";

Expand Down

0 comments on commit e54ef8b

Please sign in to comment.