treewide: pkgs/desktops: mark broken for darwin

This commit is contained in:
Rick van Schijndel 2022-05-29 10:43:45 +02:00 committed by Janne Heß
parent 033d5579c2
commit 7a68548822
No known key found for this signature in database
GPG key ID: 69165158F05265DF
5 changed files with 11 additions and 3 deletions

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Objective-C runtime for use with GNUstep";
homepage = "http://gnustep.org/";
license = licenses.mit;

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, cmake
@ -40,6 +41,7 @@ mkDerivation rec {
passthru.updateScript = lxqt.lxqtUpdateScript { inherit pname version src; };
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/lxqt/compton-conf";
description = "GUI configuration tool for compton X composite manager";
license = licenses.lgpl21Plus;

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, cmake
@ -30,6 +31,7 @@ mkDerivation rec {
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
meta = with lib; {
broken = stdenv.isDarwin;
description = "Library used to query system info and statistics";
homepage = "https://github.com/lxqt/libsysstat";
license = licenses.lgpl21Plus;

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, cmake
@ -32,6 +33,7 @@ mkDerivation rec {
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/lxqt/qtermwidget";
description = "A terminal emulator widget for Qt 5";
license = licenses.gpl2Plus;

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = with lib; {
broken = stdenv.isDarwin;
description = "Menu system for MATE";
homepage = "https://github.com/mate-desktop/mate-menus";
license = with licenses; [ gpl2Plus lgpl2Plus ];