Skip to content

Commit

Permalink
shell.nix: Add some missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haslersn committed Jun 1, 2020
1 parent 22f9f20 commit e26bf1f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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; {
Expand Down

0 comments on commit e26bf1f

Please sign in to comment.