lxqt.qps: restrict platform to linux
This commit is contained in:
parent
9100741ce1
commit
ea1c52a58c
|
@ -20,7 +20,7 @@ mkDerivation rec {
|
||||||
description = "Qt based process manager";
|
description = "Qt based process manager";
|
||||||
homepage = https://github.com/lxqt/qps;
|
homepage = https://github.com/lxqt/qps;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; linux; # does not build on darwin
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue