mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python.pkgs.pybfd: fix build
This commit is contained in:
parent
a2b8f39d63
commit
62464e28fd
@ -16842,7 +16842,7 @@ in {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace '"/usr/include"' '"${pkgs.gdb}/include"' \
|
--replace '"/usr/include"' '"${pkgs.gdb}/include"' \
|
||||||
--replace '"/usr/lib"' '"${pkgs.binutils.out}/lib"'
|
--replace '"/usr/lib"' '"${pkgs.binutils.lib}/lib"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user