lxqt: restrict to linux platform

libqtxdg fails to build on darwin.

LXQt is a DE for linux so assume darwin is not supported.

The platform for some packages that may be useful outside of
LXQt (like pcmanfm-qt, lximage-qt and others) and do not depend on
libqtxdg are not being changed.
This commit is contained in:
José Romildo Malaquias
2019-11-02 13:36:21 -07:00
committed by Jon
parent e4f1ecc336
commit a61bd1e42d
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ mkDerivation rec {
description = "Crossplatform tool for fast making screenshots";
homepage = https://github.com/lxqt/screengrab;
license = licenses.gpl2;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}