lxqt.screengrab: fixup build after KDE updates

/cc #22698 and maintainer @romildo.
This commit is contained in:
Vladimír Čunát 2017-02-18 12:28:07 +01:00
parent db95097674
commit 69ea45da63
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DSG_USE_SYSTEM_QXT=ON" "-DCMAKE_INSTALL_LIBDIR=lib" ];
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
meta = with stdenv.lib; {
description = "Crossplatform tool for fast making screenshots";
homepage = https://github.com/lxde/screengrab;