rambox: fix meta (#77782)

rambox: fix meta
This commit is contained in:
Silvan Mosberger 2020-01-15 19:24:16 +01:00 committed by GitHub
commit c1151c1f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation {
--prefix PATH : ${xdg_utils}/bin
'';
inherit (rambox-bare.meta // {
meta = rambox-bare.meta // {
platforms = [ "i686-linux" "x86_64-linux" ];
});
};
}