mdbook: remove unused input

This commit is contained in:
Sandro
2021-07-07 23:21:12 +02:00
committed by GitHub
parent 94982e6f87
commit e93d6ab0ff
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices, darwin }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, CoreServices }:
rustPlatform.buildRustPackage rec {
pname = "mdbook";