picard: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-22 01:14:05 +01:00
parent 02395fe7d4
commit 1cc8577b69
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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[@]}")