lua*Packages.luuid: don't clear generated meta

This commit is contained in:
Vladimír Čunát 2019-05-01 09:41:10 +02:00
parent e62576817f
commit bf3dea4164
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -56,7 +56,7 @@ with super;
'';
});
luuid = super.luuid.override({
luuid = super.luuid.override(oa: {
buildInputs = [ pkgs.libuuid ];
extraConfig = ''
variables = {
@ -64,7 +64,7 @@ with super;
LIBUUID_LIBDIR="${pkgs.lib.getLib pkgs.libuuid}/lib";
}
'';
meta = {
meta = oa.meta // {
platforms = pkgs.lib.platforms.linux;
};
});