Remove deprecated use of stdenv.lib

This commit is contained in:
adisbladis 2021-08-24 14:07:11 -05:00
parent a4441fe1c8
commit a80fc92bc1
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -1,4 +1,5 @@
{ stdenv { stdenv
, lib
, nixFlakes , nixFlakes
, meson , meson
, cmake , cmake
@ -25,7 +26,7 @@ stdenv.mkDerivation rec {
# nlohmann_json can be only discovered via cmake files # nlohmann_json can be only discovered via cmake files
cmake cmake
]; ];
meta = with stdenv.lib; { meta = with lib; {
description = "Hydra's builtin hydra-eval-jobs as a standalone"; description = "Hydra's builtin hydra-eval-jobs as a standalone";
homepage = "https://github.com/nix-community/nix-eval-jobs"; homepage = "https://github.com/nix-community/nix-eval-jobs";
license = licenses.mit; license = licenses.mit;