diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-04-18 12:35:48 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-04-18 12:35:48 +0200 |
commit | f7325625c50e8e8189b107c1e2da06dd4093fbe9 (patch) | |
tree | 98aa4bb32c927a41691c1df6e13fc871ab481c73 | |
parent | fb118cce05000a49b33bef2c7b3f47a6d424d692 (diff) |
Add missing build inputs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | shell.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,12 +7,12 @@ let inherit (nixroot) stdenv pkgs lib chromaprint fftw flac libid3tag libmad libopus libshout libsndfile lilv libusb1 libvorbis libebur128 pkgconfig portaudio portmidi protobuf qt5 glib rubberband sqlite taglib soundtouch vamp opusfile hidapi upower ccache git - libGLU x11 lame lv2 makeWrapper pcre utillinux libselinux libsepol + libGLU x11 lame lv2 makeWrapper pcre utillinux libselinux libsepol libsecret libsForQt5 clang-tools cmake fetchurl - ffmpeg + ffmpeg_4 gdb libmodplug mp4v2 @@ -130,8 +130,8 @@ 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 pcre utillinux libselinux - libsepol libsForQt5.qtkeychain - ffmpeg + libsepol libsForQt5.qtkeychain libsecret + ffmpeg_4 libmodplug mp4v2 wavpack |