From e26bf1f6d0d6e278f765541e3ad5bf58b5f29380 Mon Sep 17 00:00:00 2001 From: haslersn Date: Sat, 30 May 2020 21:39:33 +0200 Subject: [PATCH] shell.nix: Add some missing dependencies --- shell.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 78d5f7f5d2e..50f4b0922c4 100644 --- a/shell.nix +++ b/shell.nix @@ -10,9 +10,13 @@ let inherit (nixroot) stdenv pkgs lib clang-tools cmake fetchurl - nix-gitignore + ffmpeg gdb - python3; + libmodplug + mp4v2 + nix-gitignore + python3 + wavpack; git-clang-format = stdenv.mkDerivation { name = "git-clang-format"; @@ -102,6 +106,10 @@ in stdenv.mkDerivation rec { libusb1 libvorbis libebur128 pkgconfig portaudio portmidi protobuf qt5.full rubberband sqlite taglib soundtouch vamp.vampSDK opusfile upower hidapi git glib x11 libGLU lilv lame lv2 makeWrapper qt5.qtbase + ffmpeg + libmodplug + mp4v2 + wavpack ] ++ allLv2Plugins; meta = with nixroot.stdenv.lib; {