Move kdeWrapper out of kdeFrameworks
This commit is contained in:
parent
d446303d0b
commit
68e0bc38a2
|
@ -54,10 +54,6 @@ let
|
|||
} // (args.meta or {});
|
||||
});
|
||||
|
||||
kdeWrapper = import ./kde-wrapper.nix {
|
||||
inherit stdenv lib makeWrapper buildEnv;
|
||||
};
|
||||
|
||||
attica = callPackage ./attica.nix {};
|
||||
baloo = callPackage ./baloo.nix {};
|
||||
bluez-qt = callPackage ./bluez-qt.nix {};
|
||||
|
|
|
@ -271,6 +271,10 @@ with pkgs;
|
|||
|
||||
kdeDerivation = import ../build-support/kde/derivation.nix { inherit stdenv lib; };
|
||||
|
||||
kdeWrapper = import ../build-support/kde/wrapper.nix {
|
||||
inherit stdenv lib makeWrapper buildEnv;
|
||||
};
|
||||
|
||||
nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; };
|
||||
|
||||
pathsFromGraph = ../build-support/kernel/paths-from-graph.pl;
|
||||
|
|
Loading…
Reference in New Issue