mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +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
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = with pkgs; [ openssl dbus sqlite zstd libgit2 libssh2 ]
|
||||
buildInputs = with pkgs; [ openssl zstd libgit2 libssh2 ]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
|
|
Loading…
Reference in a new issue