xburst-tools: doesn't build on 32bit linux

(cherry picked from commit 635b48d373bdf98324d696419c53a81512038bb4)
Signed-off-by: Domen Kožar <domen@dev.si>

Changed files
+1 -1
pkgs
tools
misc
xburst-tools
+1 -1
pkgs/tools/misc/xburst-tools/default.nix
···
license = stdenv.lib.licenses.gpl3;
homepage = http://www.linux-mtd.infradead.org/;
maintainers = with stdenv.lib.maintainers; [viric];
-
platforms = with stdenv.lib.platforms; linux;
+
platforms = with stdenv.lib.platforms.x86_64;
};
}