aliases: add dde-kwin

This commit is contained in:
rewine
2023-11-23 10:00:43 +08:00
parent 8641d28c8a
commit 0ec84863a0
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, pkgs, libsForQt5 }:
{ lib, pkgs, config, libsForQt5 }:
let
packages = self:
let
@@ -91,6 +91,8 @@ let
#### MISC
deepin-desktop-base = callPackage ./misc/deepin-desktop-base { };
deepin-turbo = callPackage ./misc/deepin-turbo { };
} // lib.optionalAttrs config.allowAliases {
dde-kwin = throw "The 'deepin.dde-kwin' package was removed as it is outdated and no longer relevant."; # added 2023-09-27
};
in
lib.makeScope libsForQt5.newScope packages