libnet: move library to $out

This commit is contained in:
Robert Schütz
2025-12-09 08:31:04 -08:00
parent 67e26173df
commit e9d6223ec5
+5 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
outputs = [
"out"
"lib"
"dev"
];
nativeBuildInputs = [
@@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
preFixup = ''
moveToOutput bin/libnet-config "$dev"
'';
meta = with lib; {
homepage = "https://github.com/sam-github/libnet";
description = "Portable framework for low-level network packet construction";