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 14:49:35 -03:00 committed by Jon
parent e4f1ecc336
commit a61bd1e42d
17 changed files with 17 additions and 17 deletions

View file

@ -35,7 +35,7 @@ mkDerivation rec {
description = "Core utility library for all LXQt components";
homepage = https://github.com/lxqt/liblxqt;
license = licenses.lgpl21Plus;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -27,7 +27,7 @@ mkDerivation rec {
description = "Qt implementation of freedesktop.org xdg specs";
homepage = https://github.com/lxqt/libqtxdg;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -29,7 +29,7 @@ mkDerivation rec {
description = "Dialogue window providing information about LXQt and the system it's running on";
homepage = https://github.com/lxqt/lxqt-about;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -35,7 +35,7 @@ mkDerivation rec {
description = "LXQt system administration tool";
homepage = https://github.com/lxqt/lxqt-admin;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -45,7 +45,7 @@ mkDerivation rec {
description = "Tools to configure LXQt and the underlying operating system";
homepage = https://github.com/lxqt/lxqt-config;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};

View file

@ -30,7 +30,7 @@ mkDerivation rec {
description = "LXQt service for global keyboard shortcuts registration";
homepage = https://github.com/lxqt/lxqt-globalkeys;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -30,7 +30,7 @@ mkDerivation rec {
description = "The LXQt notification daemon";
homepage = https://github.com/lxqt/lxqt-notificationd;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -30,7 +30,7 @@ mkDerivation rec {
description = "GUI to query passwords on behalf of SSH agents";
homepage = https://github.com/lxqt/lxqt-openssh-askpass;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -53,7 +53,7 @@ mkDerivation rec {
description = "The LXQt desktop panel";
homepage = https://github.com/lxqt/lxqt-panel;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -37,7 +37,7 @@ mkDerivation rec {
description = "The LXQt PolicyKit agent";
homepage = https://github.com/lxqt/lxqt-policykit;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -32,7 +32,7 @@ mkDerivation rec {
description = "Power management module for LXQt";
homepage = https://github.com/lxqt/lxqt-powermanagement;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -39,7 +39,7 @@ mkDerivation rec {
description = "LXQt Qt platform integration plugin";
homepage = https://github.com/lxqt/lxqt-qtplugin;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -36,7 +36,7 @@ mkDerivation rec {
description = "Tool used to launch programs quickly by typing their names";
homepage = https://github.com/lxqt/lxqt-runner;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -34,7 +34,7 @@ mkDerivation rec {
description = "An alternative session manager ported from the original razor-session";
homepage = https://github.com/lxqt/lxqt-session;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -31,7 +31,7 @@ mkDerivation rec {
description = "GUI frontend for sudo/su";
homepage = https://github.com/lxqt/lxqt-sudo;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

View file

@ -20,7 +20,7 @@ mkDerivation rec {
description = "Themes, graphics and icons for LXQt";
homepage = https://github.com/lxqt/lxqt-themes;
license = licenses.lgpl21;
platforms = with platforms; unix;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
};
}

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 ];
};
}