treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1iv7aww4pam8497s524xjxbbxypyqd01qgrb0b429y3q9x06m4sw";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake openssl popt xmlto ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ openssl popt xmlto ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "RabbitMQ C AMQP client library";
|
||||
|
||||
Reference in New Issue
Block a user