Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
welle-io: add qtgraphicaleffects to inputs
Browse files Browse the repository at this point in the history
programm fails to start without this package
  • Loading branch information
markuskowa committed May 13, 2020
1 parent e12b962 commit 68160d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/radio/welle-io/default.nix
@@ -1,5 +1,5 @@
{ mkDerivation, lib, fetchFromGitHub, cmake, pkgconfig
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123 }:
let

Expand Down Expand Up @@ -30,6 +30,7 @@ in mkDerivation {
qtmultimedia
qtquickcontrols
qtquickcontrols2
qtgraphicaleffects
rtl-sdr
soapysdr-with-plugins
];
Expand Down

0 comments on commit 68160d7

Please sign in to comment.