Commit a0187a2a authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel
Browse files
parent 94de2338
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
, lib
, config
, fetchurl
, gconf
, gsettings-desktop-schemas
}:

@@ -156,7 +155,7 @@ let
      plasma-mobile = callPackage ./plasma-mobile { };
      plasma-nano = callPackage ./plasma-nano { };
      plasma-nm = callPackage ./plasma-nm { };
      plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
      plasma-pa = callPackage ./plasma-pa.nix { };
      plasma-remotecontrollers = callPackage ./plasma-remotecontrollers.nix { };
      plasma-sdk = callPackage ./plasma-sdk.nix { };
      plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { };
+0 −2
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
, plasma-framework
, qtbase
, qtdeclarative
, gconf
, glib
, libcanberra-gtk3
, libpulseaudio
@@ -22,7 +21,6 @@ mkDerivation {
  pname = "plasma-pa";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    gconf
    glib
    libcanberra-gtk3
    libpulseaudio
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ makeScopeWithSplicing' {
    attrs = {
      inherit libsForQt5;
      inherit (pkgs) config lib fetchurl;
      gconf = pkgs.gnome2.GConf;
      inherit (pkgs) gsettings-desktop-schemas;
    };
  in (lib.makeOverridable mkPlasma5 attrs);