kdeDerivation: make overridable
This commit is contained in:
parent
577c4f543b
commit
be6a7da8e7
@ -273,7 +273,8 @@ with pkgs;
|
|||||||
inherit kernel rootModules allowMissing;
|
inherit kernel rootModules allowMissing;
|
||||||
};
|
};
|
||||||
|
|
||||||
kdeDerivation = import ../build-support/kde/derivation.nix { inherit stdenv lib; };
|
kdeDerivation = makeOverridable (import ../build-support/kde/derivation.nix)
|
||||||
|
{ inherit stdenv lib; };
|
||||||
|
|
||||||
kdeWrapper = callPackage ../build-support/kde/wrapper.nix {
|
kdeWrapper = callPackage ../build-support/kde/wrapper.nix {
|
||||||
inherit (gnome3) dconf;
|
inherit (gnome3) dconf;
|
||||||
|
Loading…
Reference in New Issue
Block a user