rugged: fix build

This commit is contained in:
Robin Gloster 2018-03-10 12:59:06 +01:00
parent f2f7b0579b
commit 83ee88e70f
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -259,8 +259,9 @@ in
];
};
rugged = attrs: {
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cmake openssl libssh2 zlib ];
dontUseCmakeConfigure = true;
};
scrypt = attrs: