rkt: disable on i686 (ZHF)
This commit is contained in:
parent
b5f7884b30
commit
66a270b9df
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://rkt.io;
|
homepage = http://rkt.io;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ragge ];
|
maintainers = with maintainers; [ ragge ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user