crypto++: remove unused inputs

This commit is contained in:
Sandro Jäckel
2021-03-01 12:27:56 +01:00
parent 622b7e8731
commit 2f6eae8178

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, nasm, which
{ lib, stdenv, fetchFromGitHub
, enableStatic ? stdenv.hostPlatform.isStatic
, enableShared ? !enableStatic
}: