Skip to content

Commit

Permalink
Merge pull request #301292 from philiptaron/ndiswrapper-elfutils
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Apr 11, 2024
2 parents f59f296 + 2f50917 commit 9169eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ndiswrapper/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, kernel, perl, kmod, libelf }:
{ lib, stdenv, fetchurl, kernel, perl, kmod, elfutils }:
let
version = "1.63";
in
Expand Down Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation {
sha256 = "1v6b66jhisl110jfl00hm43lmnrav32vs39d85gcbxrjqnmcx08g";
};

buildInputs = [ perl libelf ];
buildInputs = [ perl elfutils ];

meta = {
description = "Ndis driver wrapper for the Linux kernel";
Expand Down

0 comments on commit 9169eb4

Please sign in to comment.