zita-resampler: patchPhase -> postPatch

main
Sandro Jäckel 3 years ago committed by Sandro Jäckel
parent b3f59f2089
commit 47d794a7e2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 3
      pkgs/development/libraries/audio/zita-resampler/default.nix

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

Loading…
Cancel
Save