perl538Packages.IOInterface: fix darwin build (#317723)
This expects the LD hack now (for some reason?)
This commit is contained in:
parent
9770bd4507
commit
456059e996
@ -12848,6 +12848,7 @@ with self; {
|
||||
url = "mirror://cpan/authors/id/L/LD/LDS/IO-Interface-1.09.tar.gz";
|
||||
hash = "sha256-5j6BxS6x4OYOwtmD9VUtJJPhFxeZJclnV/I8S9n6cTo=";
|
||||
};
|
||||
nativeBuildInputs = lib.optionals stdenv.isDarwin [ pkgs.ld-is-cc-hook ];
|
||||
meta = {
|
||||
description = "Access and modify network interface card configuration";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user