picard: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel
2021-02-22 01:14:05 +01:00
parent 02395fe7d4
commit 1cc8577b69

View File

@@ -40,11 +40,6 @@ in pythonPackages.buildPythonApplication rec {
dateutil
];
prePatch = ''
# Pesky unicode punctuation.
substituteInPlace setup.cfg --replace "" "'"
'';
# In order to spare double wrapping, we use:
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")