Merge pull request #8009 from dnhgff/zeal-doc-xlibs
zeal: add xcb-util-keysyms to buildInputs
This commit is contained in:
commit
53f5f6906d
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue