1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00

deepin.dde-kwin, deepin.startdde: mark as broken

These will not compile anymore with the latest version of kwin and
upstream development has moved to a private repository.
This commit is contained in:
Milan Pässler 2020-04-27 10:35:31 +02:00 committed by Milan Pässler
parent 381667a4b3
commit 6c062bfc6c
2 changed files with 2 additions and 0 deletions

View file

@ -133,6 +133,7 @@ mkDerivation rec {
passthru.updateScript = deepin.updateScript { inherit pname version src; };
meta = with stdenv.lib; {
broken = versionAtLeast (versions.majorMinor (getVersion kwindowsystem)) "5.18";
description = "KWin configuration for Deepin Desktop Environment";
homepage = "https://github.com/linuxdeepin/dde-kwin";
license = licenses.gpl3;

View file

@ -152,6 +152,7 @@ buildGoPackage rec {
};
meta = with stdenv.lib; {
broken = true;
description = "Starter of deepin desktop environment";
homepage = "https://github.com/linuxdeepin/startdde";
license = licenses.gpl3;