delve: Disable on i686
This commit is contained in:
parent
06520c7fb7
commit
a3a21a7245
@ -19,5 +19,6 @@ buildGoPackage rec {
|
|||||||
homepage = "https://github.com/derekparker/delve";
|
homepage = "https://github.com/derekparker/delve";
|
||||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user