Commit 587d06f7 authored by Doron Behar's avatar Doron Behar
Browse files

mpd: define simpler, using callPackage (singular)

parent 049a4670
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ let
            else
              features;

  mpd = stdenv.mkDerivation (finalAttrs: {
in
  stdenv.mkDerivation (finalAttrs: {
      pname = "mpd";
      version = "0.24.5";

@@ -285,8 +286,4 @@ let
          files while being controlled by its network protocol.
        '';
      };
    });
in
{
  inherit mpd;
}
    })
+1 −5
Original line number Diff line number Diff line
@@ -10220,11 +10220,7 @@ with pkgs;

  mkchromecast = libsForQt5.callPackage ../applications/networking/mkchromecast { };

  inherit
    (callPackages ../servers/mpd {
    })
    mpd
    ;
  mpd = callPackage ../servers/mpd { };

  mtprotoproxy = python3.pkgs.callPackage ../servers/mtprotoproxy { };