ndiswrapper: use elfutils instead of abandoned libelf

This commit is contained in:
Philip Taron 2024-04-03 09:42:22 -07:00
parent 67e2bc0371
commit 2f509171e9
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, kernel, perl, kmod, libelf }:
{ lib, stdenv, fetchurl, kernel, perl, kmod, elfutils }:
let
version = "1.63";
in
@ -34,7 +34,7 @@ stdenv.mkDerivation {
sha256 = "1v6b66jhisl110jfl00hm43lmnrav32vs39d85gcbxrjqnmcx08g";
};
buildInputs = [ perl libelf ];
buildInputs = [ perl elfutils ];
meta = {
description = "Ndis driver wrapper for the Linux kernel";