xwinmosaic: fix build
This commit is contained in:
parent
82712d2d0b
commit
7998c18a7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user