summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-11-29 09:42:22 +0000
committerRaghav Sood <r@raghavsood.com>2020-11-29 09:42:22 +0000
commit39373645eddbf4bce3d35ac1d425acb54d382b5e (patch)
tree5d64ddd8329788179cb09bbc1c8ee035a563962b /pkgs/applications/audio
parent78378e1f31a5961a30bec73fb18719affcacf354 (diff)
downloadnixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar.gz
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar.bz2
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar.lz
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar.xz
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.tar.zst
nixpkgs-39373645eddbf4bce3d35ac1d425acb54d382b5e.zip
faustlive: fix build
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/faust/faustlive.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faustlive.nix b/pkgs/applications/audio/faust/faustlive.nix
index 00682b13bef..907ea3ed7ca 100644
--- a/pkgs/applications/audio/faust/faustlive.nix
+++ b/pkgs/applications/audio/faust/faustlive.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub
-, llvm, qt48Full, qrencode, libmicrohttpd, libjack2, alsaLib, faust, curl
+, llvm, qt48Full, qrencode, libmicrohttpd_0_9_70, libjack2, alsaLib, faust, curl
 , bc, coreutils, which, libsndfile, pkg-config
 }:
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [
-    llvm qt48Full qrencode libmicrohttpd libjack2 alsaLib faust curl
+    llvm qt48Full qrencode libmicrohttpd_0_9_70 libjack2 alsaLib faust curl
     bc coreutils which libsndfile pkg-config
   ];