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

View File

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