spectral: add qtmacextras
This commit is contained in:
parent
da38a49a24
commit
18e7c5a91e
|
@ -5,6 +5,7 @@
|
||||||
# Not mentioned but seems needed
|
# Not mentioned but seems needed
|
||||||
, qtgraphicaleffects
|
, qtgraphicaleffects
|
||||||
, qtdeclarative
|
, qtdeclarative
|
||||||
|
, qtmacextras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -37,7 +38,8 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig qmake makeWrapper ];
|
nativeBuildInputs = [ pkgconfig qmake makeWrapper ];
|
||||||
buildInputs = [ qtbase qtquickcontrols2 qtmultimedia qtgraphicaleffects qtdeclarative ]
|
buildInputs = [ qtbase qtquickcontrols2 qtmultimedia qtgraphicaleffects qtdeclarative ]
|
||||||
++ stdenv.lib.optional stdenv.hostPlatform.isLinux libpulseaudio;
|
++ stdenv.lib.optional stdenv.hostPlatform.isLinux libpulseaudio
|
||||||
|
++ stdenv.lib.optional stdenv.hostPlatform.isDarwin qtmacextras;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A glossy client for Matrix, written in QtQuick Controls 2 and C++";
|
description = "A glossy client for Matrix, written in QtQuick Controls 2 and C++";
|
||||||
|
|
Loading…
Reference in New Issue