qlipper: do not use qt5 directly
This commit is contained in:
parent
9306341a0b
commit
d5c017eef8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, qt5 }:
|
{ stdenv, fetchFromGitHub, cmake, qtbase, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [ qt5.qtbase qt5.qttools ];
|
buildInputs = [ qtbase qttools ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Cross-platform clipboard history applet";
|
description = "Cross-platform clipboard history applet";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user