Skip to content

Commit

Permalink
python.pkgs.pybfd: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Sep 7, 2017
1 parent c51b089 commit 2f5ee49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -16812,14 +16812,15 @@ in {
preConfigure = ''
substituteInPlace setup.py \
--replace '"/usr/include"' '"${pkgs.gdb}/include"' \
--replace '"/usr/lib"' '"${pkgs.binutils.lib}/lib"'
--replace '"/usr/lib"' '"${pkgs.binutils}/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 2f5ee49

Please sign in to comment.