3
0
Fork 0
forked from mirrors/nixpkgs

screengrab: small fixes

This commit is contained in:
José Romildo Malaquias 2017-11-02 00:09:14 -02:00
parent 546c7e874a
commit 8d7341e10b

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "screengrab-${version}";
version = "1.97";
srcs = fetchFromGitHub {
src = fetchFromGitHub {
owner = "QtDesktop";
repo = "screengrab";
rev = version;
@ -24,10 +24,6 @@ stdenv.mkDerivation rec {
xorg.libXdmcp
];
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;