mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 15:54:32 +00:00
dprint: switch to the new darwin sdk pattern
This commit is contained in:
parent
4155ccc122
commit
fe3ce419eb
@ -3,8 +3,6 @@
|
||||
stdenv,
|
||||
fetchCrate,
|
||||
rustPlatform,
|
||||
CoreFoundation,
|
||||
Security,
|
||||
testers,
|
||||
nix-update-script,
|
||||
dprint,
|
||||
@ -21,11 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-EliiKKRt+7IMPR8+0OWn+YKizPT9SZjVALAdbwi301w=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
CoreFoundation
|
||||
Security
|
||||
];
|
||||
|
||||
# Tests fail because they expect a test WASM plugin. Tests already run for
|
||||
# every commit upstream on GitHub Actions
|
||||
doCheck = false;
|
||||
|
@ -8231,9 +8231,7 @@ with pkgs;
|
||||
|
||||
dbt = with python3Packages; toPythonApplication dbt-core;
|
||||
|
||||
dprint = callPackage ../development/tools/dprint {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) CoreFoundation Security;
|
||||
};
|
||||
dprint = callPackage ../development/tools/dprint { };
|
||||
|
||||
devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo123Module; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user