Loading pkgs/by-name/es/espflash/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , installShellFiles , udev , stdenv , CoreServices , Security , nix-update-script , openssl Loading Loading @@ -34,6 +35,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ udev ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ]; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31020,7 +31020,7 @@ with pkgs; espeakup = callPackage ../applications/accessibility/espeakup { }; espflash = callPackage ../by-name/es/espflash/package.nix { inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; }; etebase-server = with python3Packages; toPythonApplication etebase-server; Loading
pkgs/by-name/es/espflash/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , installShellFiles , udev , stdenv , CoreServices , Security , nix-update-script , openssl Loading Loading @@ -34,6 +35,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ udev ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ]; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31020,7 +31020,7 @@ with pkgs; espeakup = callPackage ../applications/accessibility/espeakup { }; espflash = callPackage ../by-name/es/espflash/package.nix { inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; }; etebase-server = with python3Packages; toPythonApplication etebase-server;