aliases: add dde-kwin

This commit is contained in:
rewine 2023-09-27 13:38:08 +08:00
parent 8641d28c8a
commit 0ec84863a0
No known key found for this signature in database
GPG key ID: 2964FF5514455F51

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