summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/plasma-mobile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/plasma-mobile/default.nix')
-rw-r--r--pkgs/applications/plasma-mobile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/plasma-mobile/default.nix b/pkgs/applications/plasma-mobile/default.nix
index 9e0cf1443e2b..5c3caf42eb76 100644
--- a/pkgs/applications/plasma-mobile/default.nix
+++ b/pkgs/applications/plasma-mobile/default.nix
@@ -73,12 +73,12 @@ let
krecorder = callPackage ./krecorder.nix {};
ktrip = callPackage ./ktrip.nix {};
kweather = callPackage ./kweather.nix {};
- neochat = callPackage ./neochat.nix {};
+ neochat = callPackage ./neochat.nix { inherit srcs; };
plasma-dialer = callPackage ./plasma-dialer.nix {};
plasma-phonebook = callPackage ./plasma-phonebook.nix {};
plasma-settings = callPackage ./plasma-settings.nix {};
plasmatube = callPackage ./plasmatube.nix {};
- spacebar = callPackage ./spacebar.nix {};
+ spacebar = callPackage ./spacebar.nix { inherit srcs; };
};
in lib.makeScope libsForQt5.newScope packages