gdbGuile: mark as broken

does not compile anymore since gdb 8.0
This commit is contained in:
Jörg Thalheim 2017-06-18 13:26:11 +01:00
parent 8b8a9b695a
commit 08d25152b8
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -7168,7 +7168,7 @@ with pkgs;
inherit (gnu) mig;
};
gdbGuile = lowPrio (gdb.override { inherit guile; });
gdbGuile = lowPrio (gdb.override { inherit guile; broken = true; });
gdb-multitarget = lowPrio (gdb.override { multitarget = true; });