Add missing lib in osu benchmarks

This commit is contained in:
Rodrigo Arias 2023-06-16 15:50:03 +02:00
parent e7647f1d99
commit 080811fe9d

View File

@ -1,7 +1,8 @@
{
stdenv,
fetchurl,
mpi
stdenv
, fetchurl
, mpi
, lib
}:
stdenv.mkDerivation rec {