gbenchmark: add darwin to platforms

This commit is contained in:
Rob Vermaas 2018-08-31 15:16:59 +02:00
parent 678695fde5
commit 4774d6a58d

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A microbenchmark support library";
homepage = https://github.com/google/benchmark;
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ abbradar ];
};
}