mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
paperwork: use Levenshtein
This commit is contained in:
parent
b29b626423
commit
e360bcb537
@ -45,6 +45,9 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
# Patch out a few paths that assume that we're using the FHS:
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace python-Levenshtein Levenshtein
|
||||
|
||||
chmod a+w -R ..
|
||||
patchShebangs ../tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user