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
@ -259,8 +259,9 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
rugged = attrs: {
|
rugged = attrs: {
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ cmake openssl libssh2 zlib ];
|
buildInputs = [ cmake openssl libssh2 zlib ];
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
scrypt = attrs:
|
scrypt = attrs:
|
||||||
|
Loading…
Reference in New Issue
Block a user