mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
kde4: Don't use callPackage on something that isn't a package
This commit is contained in:
parent
6a51739f59
commit
fbf12d9f70
1 changed files with 2 additions and 1 deletions
|
@ -16705,9 +16705,10 @@ with pkgs;
|
|||
});
|
||||
|
||||
self = lib.makeScope deps.newScope (self: with self;
|
||||
deps.callPackage ../desktops/kde-4.14 {
|
||||
import ../desktops/kde-4.14 {
|
||||
callPackageOrig = pkgs.callPackage;
|
||||
inherit (self) callPackage;
|
||||
inherit stdenv qt48 kdelibs;
|
||||
}
|
||||
);
|
||||
in recurseIntoAttrs self;
|
||||
|
|
Loading…
Reference in a new issue