Skip to content

Commit

Permalink
Revert "python.pkgs.pybfd: mark as broken"
Browse files Browse the repository at this point in the history
This reverts commit 2f5ee49.

Package is no longer broken since 460df30 was reverted.
  • Loading branch information
FRidh committed Sep 7, 2017
1 parent 0a94033 commit 722c328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -16778,15 +16778,14 @@ in {
preConfigure = ''
substituteInPlace setup.py \
--replace '"/usr/include"' '"${pkgs.gdb}/include"' \
--replace '"/usr/lib"' '"${pkgs.binutils}/lib"'
--replace '"/usr/lib"' '"${pkgs.binutils.lib}/lib"'
'';

meta = {
homepage = https://github.com/Groundworkstech/pybfd;
description = "A Python interface to the GNU Binary File Descriptor (BFD) library";
license = licenses.gpl2;
platforms = platforms.linux;
broken = true; # Needs binutils libraries, which output?
};
};

Expand Down

0 comments on commit 722c328

Please sign in to comment.