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:
parent
381667a4b3
commit
6c062bfc6c
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue