mpd: define simpler, using callPackage (singular)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
})
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user