mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rambox: fix meta
This commit is contained in:
parent
4872e65dfb
commit
7093ddeaf2
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue