xwinmosaic: fix build

This commit is contained in:
Nikolay Amiantov 2018-03-28 16:24:55 +03:00
parent 82712d2d0b
commit 7998c18a7b

View file

@ -1,4 +1,4 @@
{ stdenv, fetchgit, gtk2, cmake, pkgconfig }:
{ stdenv, fetchgit, gtk2, cmake, pkgconfig, libXdamage }:
stdenv.mkDerivation rec {
version = "0.4.2";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ gtk2 ];
buildInputs = [ gtk2 libXdamage ];
meta = {
inherit version;