summary refs log tree commit diff
path: root/pkgs/desktops/deepin/default.nix
blob: f61c139497d1eb742f8edef5c89bd141ef72b214 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ lib, pkgs, libsForQt5 }:
let
  packages = self:
  let
    inherit (self) callPackage;
  in {
    #### LIBRARIES
    dtkcommon = callPackage ./library/dtkcommon { };
    dtkcore = callPackage ./library/dtkcore { };
  };
in
lib.makeScope libsForQt5.newScope packages