mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
lxqt.screengrab: fixup build after KDE updates
/cc #22698 and maintainer @romildo.
This commit is contained in:
parent
db95097674
commit
69ea45da63
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [ "-DSG_USE_SYSTEM_QXT=ON" "-DCMAKE_INSTALL_LIBDIR=lib" ];
|
cmakeFlags = [ "-DSG_USE_SYSTEM_QXT=ON" "-DCMAKE_INSTALL_LIBDIR=lib" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Crossplatform tool for fast making screenshots";
|
description = "Crossplatform tool for fast making screenshots";
|
||||||
homepage = https://github.com/lxde/screengrab;
|
homepage = https://github.com/lxde/screengrab;
|
||||||
|
Loading…
Reference in New Issue
Block a user