mpc-cli: hide inputs
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, sphinx
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
sphinx
|
||||
python3Packages.sphinx
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
@@ -30932,9 +30932,7 @@ with pkgs;
|
||||
withConplay = false;
|
||||
};
|
||||
|
||||
mpc-cli = callPackage ../applications/audio/mpc {
|
||||
inherit (python3Packages) sphinx;
|
||||
};
|
||||
mpc-cli = callPackage ../applications/audio/mpc { };
|
||||
|
||||
clerk = callPackage ../applications/audio/clerk { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user