fix: Redo system -> pkgs
This commit is contained in:
parent
58da347545
commit
95d4769c9f
|
@ -74,13 +74,13 @@
|
||||||
rustc = rust;
|
rustc = rust;
|
||||||
cargo = rust;
|
cargo = rust;
|
||||||
};
|
};
|
||||||
buildInputs = (sharedDeps system) ++ (with pkgs;
|
buildInputs = (sharedDeps pkgs) ++ (with pkgs;
|
||||||
[ openssl ] ++ lib.optionals stdenv.isDarwin [
|
[ openssl ] ++ lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
pkgs.libiconv
|
pkgs.libiconv
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
]);
|
]);
|
||||||
nativeBuildInputs = (sharedNativeDeps system)
|
nativeBuildInputs = (sharedNativeDeps pkgs)
|
||||||
++ (with pkgs; [ pkg-config cmake ]);
|
++ (with pkgs; [ pkg-config cmake ]);
|
||||||
devBase = with pkgs;
|
devBase = with pkgs;
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue