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:
parent
381667a4b3
commit
6c062bfc6c
@ -133,6 +133,7 @@ mkDerivation rec {
|
|||||||
passthru.updateScript = deepin.updateScript { inherit pname version src; };
|
passthru.updateScript = deepin.updateScript { inherit pname version src; };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = versionAtLeast (versions.majorMinor (getVersion kwindowsystem)) "5.18";
|
||||||
description = "KWin configuration for Deepin Desktop Environment";
|
description = "KWin configuration for Deepin Desktop Environment";
|
||||||
homepage = "https://github.com/linuxdeepin/dde-kwin";
|
homepage = "https://github.com/linuxdeepin/dde-kwin";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
@ -152,6 +152,7 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = true;
|
||||||
description = "Starter of deepin desktop environment";
|
description = "Starter of deepin desktop environment";
|
||||||
homepage = "https://github.com/linuxdeepin/startdde";
|
homepage = "https://github.com/linuxdeepin/startdde";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user