mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 02:17:52 +00:00
dpdk: 16.04 -> 16.07, fix build against linux 4.7 (#18256)
Tested build against linux_latest and linux_grsec_nixos.
This commit is contained in:
parent
78b4b632ae
commit
f8b447a6e4
@ -4,11 +4,11 @@ assert lib.versionAtLeast kernel.version "3.18";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dpdk-${version}-${kernel.version}";
|
||||
version = "16.04";
|
||||
version = "16.07";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${version}.tar.gz";
|
||||
sha256 = "0yrz3nnhv65v2jzz726bjswkn8ffqc1sr699qypc9m78qrdljcfn";
|
||||
sha256 = "1sgh55w3xpc0lb70s74cbyryxdjijk1fbv9b25jy8ms3lxaj966c";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libvirt ];
|
||||
|
Loading…
Reference in New Issue
Block a user