pythonPackages.gnureadline: fix build

This commit is contained in:
Domen Kožar
2015-10-28 21:12:49 +01:00
parent 84903a4846
commit 42ba6e45dc
+3
View File
@@ -3957,6 +3957,9 @@ let
};
buildInputs = [ pkgs.ncurses ];
patchPhase = ''
substituteInPlace setup.py --replace "/bin/bash" "${pkgs.bash}/bin/bash"
'';
};
gnutls = buildPythonPackage rec {