mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #145379 from SuperSandro2000/zita
This commit is contained in:
commit
3496ea6ae5
@ -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 New Issue
Block a user