mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
rugged: fix build
This commit is contained in:
parent
f2f7b0579b
commit
83ee88e70f
@ -261,6 +261,7 @@ in
|
||||
rugged = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake openssl libssh2 zlib ];
|
||||
dontUseCmakeConfigure = true;
|
||||
};
|
||||
|
||||
scrypt = attrs:
|
||||
|
Loading…
Reference in New Issue
Block a user