Skip to content

Commit

Permalink
gdbGuile: mark as broken
Browse files Browse the repository at this point in the history
does not compile anymore since gdb 8.0
  • Loading branch information
Mic92 committed Jun 18, 2017
1 parent 8b8a9b6 commit 08d2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; });

Expand Down

2 comments on commit 08d2515

@peti
Copy link
Member

@peti peti commented on 08d2515 Jun 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit broke Nixpkgs evalutation:

error: anonymous function at pkgs/development/tools/misc/gdb/default.nix:1:1 called with unexpected argument ‘broken’, 

@Mic92
Copy link
Member Author

@Mic92 Mic92 commented on 08d2515 Jun 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted in 92fc4a3

Please sign in to comment.