mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pythonPackages.gnureadline: fix build
This commit is contained in:
parent
84903a4846
commit
42ba6e45dc
@ -3957,6 +3957,9 @@ let
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.ncurses ];
|
||||
patchPhase = ''
|
||||
substituteInPlace setup.py --replace "/bin/bash" "${pkgs.bash}/bin/bash"
|
||||
'';
|
||||
};
|
||||
|
||||
gnutls = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user