Merge pull request #145379 from SuperSandro2000/zita
This commit is contained in:
commit
3496ea6ae5
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue