summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorhaslersn <sebastian.hasler@gmx.net>2020-05-30 21:39:33 +0200
committerhaslersn <sebastian.hasler@gmx.net>2020-06-01 18:49:16 +0200
commite26bf1f6d0d6e278f765541e3ad5bf58b5f29380 (patch)
tree365ee0a7336e25731dfa64ca6d3b76c1baf5996b /shell.nix
parent22f9f20cb29516baad1d4f7d836d7895d136a809 (diff)
shell.nix: Add some missing dependencies
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix12
1 files changed, 10 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 78d5f7f5d2..50f4b0922c 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; {