Loading pkgs/by-name/li/libnet/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { outputs = [ "out" "lib" "dev" ]; nativeBuildInputs = [ Loading @@ -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"; Loading pkgs/by-name/ss/sslsplit/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -39,10 +39,10 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=$(out)" "OPENSSL_BASE=${openssl.dev}" "LIBEVENT_BASE=${libevent.dev}" "LIBPCAP_BASE=${libpcap}" "LIBNET_BASE=${libnet}" "OPENSSL_BASE=${lib.getDev openssl}" "LIBEVENT_BASE=${lib.getDev libevent}" "LIBPCAP_BASE=${lib.getDev libpcap}" "LIBNET_BASE=${lib.getDev libnet}" ]; meta = with lib; { Loading pkgs/by-name/ye/yersinia/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,8 @@ stdenv.mkDerivation { autoreconfPhase = "./autogen.sh"; configureFlags = [ "--with-pcap-includes=${libpcap}/include" "--with-libnet-includes=${libnet}/include" "--with-pcap-includes=${lib.getDev libpcap}/include" "--with-libnet-includes=${lib.getDev libnet}/include" ] ++ lib.optional (!enableAdmin) "--disable-admin" ++ lib.optional (!withGtk) "--disable-gtk"; Loading Loading
pkgs/by-name/li/libnet/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { outputs = [ "out" "lib" "dev" ]; nativeBuildInputs = [ Loading @@ -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"; Loading
pkgs/by-name/ss/sslsplit/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -39,10 +39,10 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=$(out)" "OPENSSL_BASE=${openssl.dev}" "LIBEVENT_BASE=${libevent.dev}" "LIBPCAP_BASE=${libpcap}" "LIBNET_BASE=${libnet}" "OPENSSL_BASE=${lib.getDev openssl}" "LIBEVENT_BASE=${lib.getDev libevent}" "LIBPCAP_BASE=${lib.getDev libpcap}" "LIBNET_BASE=${lib.getDev libnet}" ]; meta = with lib; { Loading
pkgs/by-name/ye/yersinia/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,8 @@ stdenv.mkDerivation { autoreconfPhase = "./autogen.sh"; configureFlags = [ "--with-pcap-includes=${libpcap}/include" "--with-libnet-includes=${libnet}/include" "--with-pcap-includes=${lib.getDev libpcap}/include" "--with-libnet-includes=${lib.getDev libnet}/include" ] ++ lib.optional (!enableAdmin) "--disable-admin" ++ lib.optional (!withGtk) "--disable-gtk"; Loading