nixpkgs/pkgs/desktops/deepin/default.nix
2023-01-25 21:37:32 +08:00

12 lines
218 B
Nix

{ lib, pkgs, libsForQt5 }:
let
packages = self:
let
inherit (self) callPackage;
in {
#### LIBRARIES
dtkcommon = callPackage ./library/dtkcommon { };
};
in
lib.makeScope libsForQt5.newScope packages