Merge pull request #301292 from philiptaron/ndiswrapper-elfutils

This commit is contained in:
Sandro 2024-04-11 16:57:25 +02:00 committed by GitHub
commit 9169eb4746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";