mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
nix: remove unnecessary dependencies
This commit is contained in:
parent
eeeb7ed234
commit
19a2f2194d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
makeWrapper
|
makeWrapper
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
buildInputs = with pkgs; [ openssl dbus sqlite zstd libgit2 libssh2 ]
|
buildInputs = with pkgs; [ openssl zstd libgit2 libssh2 ]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Security
|
darwin.apple_sdk.frameworks.Security
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
|
|
Loading…
Reference in a new issue