delve: Disable on i686

This commit is contained in:
Tuomas Tynkkynen 2017-03-08 20:09:38 +02:00
parent 06520c7fb7
commit a3a21a7245

View file

@ -19,5 +19,6 @@ buildGoPackage rec {
homepage = "https://github.com/derekparker/delve";
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.mit;
platforms = [ "x86_64-linux" ];
};
}