zeal: add xcb-util-keysyms to buildInputs
This commit is contained in:
parent
3f4bdb8ee0
commit
da516bacea
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, qt5, libarchive }:
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, qt5, libarchive, xlibs }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.1.1";
|
||||
@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "172wf50fq1l5p8hq1irvpwr7ljxkjaby71afrm82jz3ixl6dg2ii";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig qt5.base qt5.webkit qt5.imageformats libarchive ];
|
||||
buildInputs = [
|
||||
xlibs.xcbutilkeysyms pkgconfig qt5.base qt5.webkit qt5.imageformats libarchive
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
qmake PREFIX=/
|
||||
|
Loading…
Reference in New Issue
Block a user