crypto++: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-03-01 12:27:56 +01:00
parent 622b7e8731
commit 2f6eae8178
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

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