nushellPlugins.gstat: downgrade to apple_sdk on x86_64-darwin
This commit is contained in:
@@ -27729,7 +27729,8 @@ with pkgs;
|
||||
nu_scripts = callPackage ../shells/nushell/nu_scripts { };
|
||||
|
||||
nushellPlugins = recurseIntoAttrs (callPackage ../shells/nushell/plugins {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreFoundation Foundation Security;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreFoundation Foundation;
|
||||
});
|
||||
|
||||
nettools = if stdenv.isLinux
|
||||
|
||||
Reference in New Issue
Block a user