Loading pkgs/tools/misc/eludris/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ , rustPlatform , openssl , pkg-config , stdenv , Security }: rustPlatform.buildRustPackage rec { Loading @@ -22,7 +20,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p eludris" ]; cargoTestFlags = [ "-p eludris" ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; buildInputs = [ openssl ]; nativeBuildInputs = [ pkg-config ]; meta = with lib; { Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -339,9 +339,7 @@ with pkgs; edgedb = callPackage ../tools/networking/edgedb { }; eludris = callPackage ../tools/misc/eludris { inherit (darwin.apple_sdk.frameworks) Security; }; eludris = callPackage ../tools/misc/eludris { }; enochecker-test = with python3Packages; callPackage ../development/tools/enochecker-test { }; Loading Loading
pkgs/tools/misc/eludris/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ , rustPlatform , openssl , pkg-config , stdenv , Security }: rustPlatform.buildRustPackage rec { Loading @@ -22,7 +20,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "-p eludris" ]; cargoTestFlags = [ "-p eludris" ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; buildInputs = [ openssl ]; nativeBuildInputs = [ pkg-config ]; meta = with lib; { Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -339,9 +339,7 @@ with pkgs; edgedb = callPackage ../tools/networking/edgedb { }; eludris = callPackage ../tools/misc/eludris { inherit (darwin.apple_sdk.frameworks) Security; }; eludris = callPackage ../tools/misc/eludris { }; enochecker-test = with python3Packages; callPackage ../development/tools/enochecker-test { }; Loading