xwinmosaic: fix build

This commit is contained in:
Nikolay Amiantov
2018-03-28 16:25:14 +03:00
parent 82712d2d0b
commit 7998c18a7b
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, gtk2, cmake, pkgconfig }: { stdenv, fetchgit, gtk2, cmake, pkgconfig, libXdamage }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.4.2"; version = "0.4.2";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ pkgconfig cmake ]; nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ gtk2 ]; buildInputs = [ gtk2 libXdamage ];
meta = { meta = {
inherit version; inherit version;