Loading pkgs/tools/security/step-ca/default.nix→pkgs/by-name/st/step-ca/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ buildGoModule, coreutils, pcsclite, PCSC, pkg-config, hsmSupport ? true, nixosTests, darwin, }: buildGoModule rec { Loading @@ -33,8 +33,7 @@ buildGoModule rec { buildInputs = lib.optionals (hsmSupport && stdenv.hostPlatform.isLinux) [ pcsclite ] ++ lib.optionals (hsmSupport && stdenv.hostPlatform.isDarwin) [ PCSC ]; ++ lib.optionals (hsmSupport && stdenv.hostPlatform.isDarwin) [ darwin.apple_sdk.frameworks.PCSC ]; postPatch = '' substituteInPlace authority/http_client_test.go --replace-fail 't.Run("SystemCertPool", func(t *testing.T) {' 't.Skip("SystemCertPool", func(t *testing.T) {' substituteInPlace systemd/step-ca.service --replace "/bin/kill" "${coreutils}/bin/kill" Loading pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -5881,10 +5881,6 @@ with pkgs; callPackage ../tools/misc/steampipe-packages { } ); step-ca = callPackage ../tools/security/step-ca { inherit (darwin.apple_sdk.frameworks) PCSC; }; step-kms-plugin = callPackage ../tools/security/step-kms-plugin { }; string-machine = callPackage ../applications/audio/string-machine { }; Loading
pkgs/tools/security/step-ca/default.nix→pkgs/by-name/st/step-ca/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ buildGoModule, coreutils, pcsclite, PCSC, pkg-config, hsmSupport ? true, nixosTests, darwin, }: buildGoModule rec { Loading @@ -33,8 +33,7 @@ buildGoModule rec { buildInputs = lib.optionals (hsmSupport && stdenv.hostPlatform.isLinux) [ pcsclite ] ++ lib.optionals (hsmSupport && stdenv.hostPlatform.isDarwin) [ PCSC ]; ++ lib.optionals (hsmSupport && stdenv.hostPlatform.isDarwin) [ darwin.apple_sdk.frameworks.PCSC ]; postPatch = '' substituteInPlace authority/http_client_test.go --replace-fail 't.Run("SystemCertPool", func(t *testing.T) {' 't.Skip("SystemCertPool", func(t *testing.T) {' substituteInPlace systemd/step-ca.service --replace "/bin/kill" "${coreutils}/bin/kill" Loading
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -5881,10 +5881,6 @@ with pkgs; callPackage ../tools/misc/steampipe-packages { } ); step-ca = callPackage ../tools/security/step-ca { inherit (darwin.apple_sdk.frameworks) PCSC; }; step-kms-plugin = callPackage ../tools/security/step-kms-plugin { }; string-machine = callPackage ../applications/audio/string-machine { };