xburst-tools: doesn't build on 32bit linux
(cherry picked from commit 635b48d373bdf98324d696419c53a81512038bb4) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
18ba3297f0
commit
26247ec718
@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
|||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
homepage = http://www.linux-mtd.infradead.org/;
|
homepage = http://www.linux-mtd.infradead.org/;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms.x86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user