zita-resampler: patchPhase -> postPatch

This commit is contained in:
Sandro Jäckel 2021-11-10 17:17:52 +01:00 committed by Sandro Jäckel
parent b3f59f2089
commit 47d794a7e2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -3,6 +3,7 @@
stdenv.mkDerivation rec {
pname = "zita-resampler";
version = "1.8.0";
src = fetchurl {
url = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pname}-${version}.tar.bz2";
sha256 = "sha256-5XRPI8VN0Vs/eDpoe9h57uKmkKRUWhW0nEzwN6pGSqI=";
@ -13,7 +14,7 @@ stdenv.mkDerivation rec {
"SUFFIX="
];
patchPhase = ''
postPatch = ''
cd source
substituteInPlace Makefile \
--replace 'ldconfig' ""