mpc-cli: hide inputs

This commit is contained in:
Anderson Torres
2024-11-01 20:07:03 -03:00
parent 6f860c1245
commit b44fbe5ed4
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -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 = ''
+1 -3
View File
@@ -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 { };