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

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