libnet: move library to $out
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user