mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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
Block a user