picard: Fix acoustid-fingerprinter binary path.
Signed-off-by: System administrator <robberer@freakmail.de> Merges and closes pull request #3717. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
1bfaed62b3
commit
08e4d58600
|
@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
};
|
||||
|
||||
postPatch = let
|
||||
fpr = "${acoustidFingerprinter}/bin/acoustid_fpcalc";
|
||||
fpr = "${acoustidFingerprinter}/bin/acoustid-fingerprinter";
|
||||
in ''
|
||||
sed -ri -e 's|(TextOption.*"acoustid_fpcalc"[^"]*")[^"]*|\1${fpr}|' \
|
||||
picard/ui/options/fingerprinting.py
|
||||
|
|
Loading…
Reference in New Issue