Merge pull request #99187 from danieldk/ethash

ethash: remove buildInputs
This commit is contained in:
Anderson Torres 2020-10-02 14:35:06 -03:00 committed by GitHub
commit 672513d997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, boost, cryptopp, opencl-headers, opencl-info,
openmpi, ocl-icd, mesa, gbenchmark, gtest }:
{ stdenv, fetchFromGitHub, cmake, gbenchmark, gtest }:
stdenv.mkDerivation rec {
pname = "ethash";
@ -17,16 +16,6 @@ stdenv.mkDerivation rec {
cmake
];
buildInputs = [
boost
cryptopp
opencl-headers
opencl-info
openmpi
ocl-icd
mesa
];
checkInputs = [
gbenchmark
gtest