Merge pull request #145379 from SuperSandro2000/zita

This commit is contained in:
Sandro 2021-11-10 23:18:34 +01:00 committed by GitHub
commit 3496ea6ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' ""