Skip to content

Commit

Permalink
pulseview,lxqt.pavucontrol-qt: use qt5.mkDerivation
Browse files Browse the repository at this point in the history
The apps currently do not start because of a missing QT_PLUGIN_PATH.
  • Loading branch information
delroth committed Jul 25, 2019
1 parent 46f8ec0 commit 92e3c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/electronics/pulseview/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, pkgconfig, cmake, glib, boost, libsigrok
, libsigrokdecode, libserialport, libzip, udev, libusb1, libftdi1, glibmm
, pcre, librevisa, python3, qtbase, qtsvg
, pcre, librevisa, python3, qt5, qtbase, qtsvg
}:

stdenv.mkDerivation rec {
qt5.mkDerivation rec {
name = "pulseview-0.4.1";

src = fetchurl {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/desktops/lxqt/pavucontrol-qt/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, libpulseaudio,
pcre, qtbase, qttools, qtx11extras }:
pcre, qt5, qtbase, qttools, qtx11extras }:

stdenv.mkDerivation rec {
qt5.mkDerivation rec {
pname = "pavucontrol-qt";
version = "0.14.1";

Expand Down

0 comments on commit 92e3c78

Please sign in to comment.