summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-nm
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-15 11:44:58 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:42:20 -0500
commiteaa644a5af59b1967fb464a61316a1004cb5e888 (patch)
treeba63b91aac4e5a4dc33b18ef256e02a87ad58b86 /pkgs/desktops/plasma-5/plasma-nm
parent6beea32ab104af7aad43383513682198d2f01430 (diff)
downloadnixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar.gz
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar.bz2
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar.lz
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar.xz
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.tar.zst
nixlib-eaa644a5af59b1967fb464a61316a1004cb5e888.zip
plasma5: rename plasmaPackage to mkDerivation
Diffstat (limited to 'pkgs/desktops/plasma-5/plasma-nm')
-rw-r--r--pkgs/desktops/plasma-5/plasma-nm/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-nm/default.nix b/pkgs/desktops/plasma-5/plasma-nm/default.nix
index 736d59b40412..5c343548fcfb 100644
--- a/pkgs/desktops/plasma-5/plasma-nm/default.nix
+++ b/pkgs/desktops/plasma-5/plasma-nm/default.nix
@@ -1,4 +1,4 @@
-{ plasmaPackage, substituteAll, extra-cmake-modules, kdoctools
+{ mkDerivation, substituteAll, extra-cmake-modules, kdoctools
 , kcompletion, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
 , kdelibs4support, ki18n, kiconthemes, kinit, kio, kitemviews
 , knotifications, kservice, kwallet, kwidgetsaddons, kwindowsystem
@@ -7,7 +7,7 @@
 , qca-qt5, qtdeclarative, solid, openvpn
 }:
 
-plasmaPackage {
+mkDerivation {
   name = "plasma-nm";
   patches = [
     (substituteAll {
@@ -27,5 +27,4 @@ plasmaPackage {
     mobile_broadband_provider_info modemmanager-qt networkmanager-qt openconnect
     qca-qt5 solid
   ];
-  enableParallelBuilding = true;
 }