Move kdeWrapper out of kdeFrameworks

This commit is contained in:
Thomas Tuegel 2017-02-25 14:05:22 -06:00
parent d446303d0b
commit 68e0bc38a2
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
3 changed files with 4 additions and 4 deletions

View file

@ -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 {};

View file

@ -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;