lxqt.qps: restrict platform to linux

This commit is contained in:
José Romildo Malaquias 2019-10-20 22:11:16 -03:00
parent 9100741ce1
commit ea1c52a58c

View file

@ -20,7 +20,7 @@ mkDerivation rec {
description = "Qt based process manager";
homepage = https://github.com/lxqt/qps;
license = licenses.gpl2;
platforms = with platforms; unix;
platforms = with platforms; linux; # does not build on darwin
maintainers = with maintainers; [ romildo ];
};
}