aliases: add dde-kwin
This commit is contained in:
parent
8641d28c8a
commit
0ec84863a0
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, pkgs, libsForQt5 }:
|
{ lib, pkgs, config, libsForQt5 }:
|
||||||
let
|
let
|
||||||
packages = self:
|
packages = self:
|
||||||
let
|
let
|
||||||
|
@ -91,6 +91,8 @@ let
|
||||||
#### MISC
|
#### MISC
|
||||||
deepin-desktop-base = callPackage ./misc/deepin-desktop-base { };
|
deepin-desktop-base = callPackage ./misc/deepin-desktop-base { };
|
||||||
deepin-turbo = callPackage ./misc/deepin-turbo { };
|
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
|
in
|
||||||
lib.makeScope libsForQt5.newScope packages
|
lib.makeScope libsForQt5.newScope packages
|
||||||
|
|
Loading…
Reference in a new issue