Merge pull request #129580 from SuperSandro2000/SuperSandro2000-patch-1

mdbook: remove unused input
This commit is contained in:
Sandro
2021-07-07 23:44:02 +02:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices, darwin }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices }:
rustPlatform.buildRustPackage rec {
pname = "mdbook";