forked from lix-project/nix-eval-jobs
Remove deprecated use of stdenv.lib
This commit is contained in:
parent
a4441fe1c8
commit
a80fc92bc1
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue