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:
parent
e4f1ecc336
commit
a61bd1e42d
@ -35,7 +35,7 @@ mkDerivation rec {
|
|||||||
description = "Core utility library for all LXQt components";
|
description = "Core utility library for all LXQt components";
|
||||||
homepage = https://github.com/lxqt/liblxqt;
|
homepage = https://github.com/lxqt/liblxqt;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ mkDerivation rec {
|
|||||||
description = "Qt implementation of freedesktop.org xdg specs";
|
description = "Qt implementation of freedesktop.org xdg specs";
|
||||||
homepage = https://github.com/lxqt/libqtxdg;
|
homepage = https://github.com/lxqt/libqtxdg;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ mkDerivation rec {
|
|||||||
description = "Dialogue window providing information about LXQt and the system it's running on";
|
description = "Dialogue window providing information about LXQt and the system it's running on";
|
||||||
homepage = https://github.com/lxqt/lxqt-about;
|
homepage = https://github.com/lxqt/lxqt-about;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ mkDerivation rec {
|
|||||||
description = "LXQt system administration tool";
|
description = "LXQt system administration tool";
|
||||||
homepage = https://github.com/lxqt/lxqt-admin;
|
homepage = https://github.com/lxqt/lxqt-admin;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ mkDerivation rec {
|
|||||||
description = "Tools to configure LXQt and the underlying operating system";
|
description = "Tools to configure LXQt and the underlying operating system";
|
||||||
homepage = https://github.com/lxqt/lxqt-config;
|
homepage = https://github.com/lxqt/lxqt-config;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ mkDerivation rec {
|
|||||||
description = "LXQt service for global keyboard shortcuts registration";
|
description = "LXQt service for global keyboard shortcuts registration";
|
||||||
homepage = https://github.com/lxqt/lxqt-globalkeys;
|
homepage = https://github.com/lxqt/lxqt-globalkeys;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ mkDerivation rec {
|
|||||||
description = "The LXQt notification daemon";
|
description = "The LXQt notification daemon";
|
||||||
homepage = https://github.com/lxqt/lxqt-notificationd;
|
homepage = https://github.com/lxqt/lxqt-notificationd;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ mkDerivation rec {
|
|||||||
description = "GUI to query passwords on behalf of SSH agents";
|
description = "GUI to query passwords on behalf of SSH agents";
|
||||||
homepage = https://github.com/lxqt/lxqt-openssh-askpass;
|
homepage = https://github.com/lxqt/lxqt-openssh-askpass;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ mkDerivation rec {
|
|||||||
description = "The LXQt desktop panel";
|
description = "The LXQt desktop panel";
|
||||||
homepage = https://github.com/lxqt/lxqt-panel;
|
homepage = https://github.com/lxqt/lxqt-panel;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ mkDerivation rec {
|
|||||||
description = "The LXQt PolicyKit agent";
|
description = "The LXQt PolicyKit agent";
|
||||||
homepage = https://github.com/lxqt/lxqt-policykit;
|
homepage = https://github.com/lxqt/lxqt-policykit;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ mkDerivation rec {
|
|||||||
description = "Power management module for LXQt";
|
description = "Power management module for LXQt";
|
||||||
homepage = https://github.com/lxqt/lxqt-powermanagement;
|
homepage = https://github.com/lxqt/lxqt-powermanagement;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ mkDerivation rec {
|
|||||||
description = "LXQt Qt platform integration plugin";
|
description = "LXQt Qt platform integration plugin";
|
||||||
homepage = https://github.com/lxqt/lxqt-qtplugin;
|
homepage = https://github.com/lxqt/lxqt-qtplugin;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ mkDerivation rec {
|
|||||||
description = "Tool used to launch programs quickly by typing their names";
|
description = "Tool used to launch programs quickly by typing their names";
|
||||||
homepage = https://github.com/lxqt/lxqt-runner;
|
homepage = https://github.com/lxqt/lxqt-runner;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ mkDerivation rec {
|
|||||||
description = "An alternative session manager ported from the original razor-session";
|
description = "An alternative session manager ported from the original razor-session";
|
||||||
homepage = https://github.com/lxqt/lxqt-session;
|
homepage = https://github.com/lxqt/lxqt-session;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ mkDerivation rec {
|
|||||||
description = "GUI frontend for sudo/su";
|
description = "GUI frontend for sudo/su";
|
||||||
homepage = https://github.com/lxqt/lxqt-sudo;
|
homepage = https://github.com/lxqt/lxqt-sudo;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ mkDerivation rec {
|
|||||||
description = "Themes, graphics and icons for LXQt";
|
description = "Themes, graphics and icons for LXQt";
|
||||||
homepage = https://github.com/lxqt/lxqt-themes;
|
homepage = https://github.com/lxqt/lxqt-themes;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ mkDerivation rec {
|
|||||||
description = "Crossplatform tool for fast making screenshots";
|
description = "Crossplatform tool for fast making screenshots";
|
||||||
homepage = https://github.com/lxqt/screengrab;
|
homepage = https://github.com/lxqt/screengrab;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user