mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gem-config: rugged needs which
This commit is contained in:
parent
7c506060fd
commit
0552899ebd
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ in
|
|||
|
||||
rugged = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake openssl libssh2 zlib ];
|
||||
buildInputs = [ which cmake openssl libssh2 zlib ];
|
||||
dontUseCmakeConfigure = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue