Revert "gdbGuile: mark as broken"

This reverts commit 08d25152b8.
This commit is contained in:
Jörg Thalheim 2017-06-18 14:52:11 +01:00
parent f2a651a168
commit 92fc4a374f
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

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