mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/plasma5: fix plasmaMobileGear path
This commit is contained in:
parent
3eaa8c8092
commit
edc49b2e83
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ in
|
||||||
pkgs.maliit-framework
|
pkgs.maliit-framework
|
||||||
pkgs.maliit-keyboard
|
pkgs.maliit-keyboard
|
||||||
]
|
]
|
||||||
++ lib.optionals (cfg.mobile.installRecommendedSoftware) (with libsForQt5.plasmaMobileGear;[
|
++ lib.optionals (cfg.mobile.installRecommendedSoftware) (with pkgs.plasma5Packages.plasmaMobileGear; [
|
||||||
# Additional software made for Plasma Mobile.
|
# Additional software made for Plasma Mobile.
|
||||||
alligator
|
alligator
|
||||||
angelfish
|
angelfish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue