mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
qpwgraph: switch to Qt 6
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
63b64d7018
commit
40d6816648
@ -1,9 +1,9 @@
|
|||||||
{ lib, mkDerivation, fetchFromGitLab
|
{ lib, stdenv, fetchFromGitLab
|
||||||
, cmake, pkg-config
|
, cmake, pkg-config, wrapQtAppsHook
|
||||||
, alsa-lib, pipewire
|
, qtbase, qtsvg, qtwayland, alsa-lib, pipewire
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qpwgraph";
|
pname = "qpwgraph";
|
||||||
version = "0.5.3";
|
version = "0.5.3";
|
||||||
|
|
||||||
@ -15,9 +15,9 @@ mkDerivation rec {
|
|||||||
sha256 = "sha256-50KaVpNB5/CTLs2bRbXEinYM23AZxZO/ForrVPFDN8U=";
|
sha256 = "sha256-50KaVpNB5/CTLs2bRbXEinYM23AZxZO/ForrVPFDN8U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ alsa-lib pipewire ];
|
buildInputs = [ qtbase qtsvg qtwayland alsa-lib pipewire ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Qt graph manager for PipeWire, similar to QjackCtl.";
|
description = "Qt graph manager for PipeWire, similar to QjackCtl.";
|
||||||
|
@ -34926,7 +34926,7 @@ with pkgs;
|
|||||||
|
|
||||||
qnotero = libsForQt5.callPackage ../applications/office/qnotero { };
|
qnotero = libsForQt5.callPackage ../applications/office/qnotero { };
|
||||||
|
|
||||||
qpwgraph = libsForQt5.callPackage ../applications/audio/qpwgraph { };
|
qpwgraph = qt6Packages.callPackage ../applications/audio/qpwgraph { };
|
||||||
|
|
||||||
qrcode = callPackage ../tools/graphics/qrcode { };
|
qrcode = callPackage ../tools/graphics/qrcode { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user