Commit e9d6223e authored by Robert Schütz's avatar Robert Schütz
Browse files

libnet: move library to $out

parent 67e26173
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";