Loading pkgs/tools/misc/hiksink/default.nix→pkgs/by-name/hi/hiksink/package.nix +6 −12 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, Security, openssl, }: Loading @@ -26,19 +24,15 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; meta = with lib; { meta = { description = "Tool to convert Hikvision camera events to MQTT"; homepage = "https://github.com/CornerBit/HikSink"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "hik_sink"; }; } pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2494,10 +2494,6 @@ with pkgs; buildGoModule = buildGo123Module; }; hiksink = callPackage ../tools/misc/hiksink { inherit (darwin.apple_sdk.frameworks) Security; }; hocr-tools = with python3Packages; toPythonApplication hocr-tools; hopper = qt5.callPackage ../development/tools/analysis/hopper { }; Loading Loading
pkgs/tools/misc/hiksink/default.nix→pkgs/by-name/hi/hiksink/package.nix +6 −12 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, Security, openssl, }: Loading @@ -26,19 +24,15 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; meta = with lib; { meta = { description = "Tool to convert Hikvision camera events to MQTT"; homepage = "https://github.com/CornerBit/HikSink"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "hik_sink"; }; }
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2494,10 +2494,6 @@ with pkgs; buildGoModule = buildGo123Module; }; hiksink = callPackage ../tools/misc/hiksink { inherit (darwin.apple_sdk.frameworks) Security; }; hocr-tools = with python3Packages; toPythonApplication hocr-tools; hopper = qt5.callPackage ../development/tools/analysis/hopper { }; Loading