Loading pkgs/tools/networking/lldpd/default.nix +18 −4 Original line number Diff line number Diff line { stdenv, lib, fetchurl, pkg-config, removeReferencesTo , libevent, readline, net-snmp, openssl { stdenv , Foundation , fetchurl , lib , libevent , net-snmp , openssl , pkg-config , readline , removeReferencesTo }: stdenv.mkDerivation rec { Loading @@ -16,10 +24,16 @@ stdenv.mkDerivation rec { "--enable-pie" "--with-snmp" "--with-systemdsystemunitdir=\${out}/lib/systemd/system" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--with-launchddaemonsdir=no" "--with-privsep-chroot=/var/empty" "--with-privsep-group=nogroup" "--with-privsep-user=nobody" ]; nativeBuildInputs = [ pkg-config removeReferencesTo ]; buildInputs = [ libevent readline net-snmp openssl ]; buildInputs = [ libevent readline net-snmp openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; enableParallelBuilding = true; Loading @@ -34,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://lldpd.github.io/"; license = licenses.isc; maintainers = with maintainers; [ fpletz ]; platforms = platforms.linux; platforms = platforms.unix; }; } pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9163,7 +9163,9 @@ with pkgs; lksctp-tools = callPackage ../os-specific/linux/lksctp-tools { }; lldpd = callPackage ../tools/networking/lldpd { }; lldpd = callPackage ../tools/networking/lldpd { inherit (darwin.apple_sdk.frameworks) Foundation; }; llm = with python3Packages; toPythonApplication llm; Loading
pkgs/tools/networking/lldpd/default.nix +18 −4 Original line number Diff line number Diff line { stdenv, lib, fetchurl, pkg-config, removeReferencesTo , libevent, readline, net-snmp, openssl { stdenv , Foundation , fetchurl , lib , libevent , net-snmp , openssl , pkg-config , readline , removeReferencesTo }: stdenv.mkDerivation rec { Loading @@ -16,10 +24,16 @@ stdenv.mkDerivation rec { "--enable-pie" "--with-snmp" "--with-systemdsystemunitdir=\${out}/lib/systemd/system" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--with-launchddaemonsdir=no" "--with-privsep-chroot=/var/empty" "--with-privsep-group=nogroup" "--with-privsep-user=nobody" ]; nativeBuildInputs = [ pkg-config removeReferencesTo ]; buildInputs = [ libevent readline net-snmp openssl ]; buildInputs = [ libevent readline net-snmp openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; enableParallelBuilding = true; Loading @@ -34,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://lldpd.github.io/"; license = licenses.isc; maintainers = with maintainers; [ fpletz ]; platforms = platforms.linux; platforms = platforms.unix; }; }
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9163,7 +9163,9 @@ with pkgs; lksctp-tools = callPackage ../os-specific/linux/lksctp-tools { }; lldpd = callPackage ../tools/networking/lldpd { }; lldpd = callPackage ../tools/networking/lldpd { inherit (darwin.apple_sdk.frameworks) Foundation; }; llm = with python3Packages; toPythonApplication llm;