treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-16 17:58:11 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions
@@ -1,6 +1,6 @@
{ mkDerivation, callPackage, buildPackages
, async, base, bytestring, containers, fetchFromGitLab, mtl
, parallel-io, parsec, stdenv, stm, transformers
, parallel-io, parsec, lib, stdenv, stm, transformers
}:
let
z3 = callPackage ./z3.nix { gomp = null; z3 = buildPackages.z3; };
@@ -26,6 +26,6 @@ mkDerivation rec {
transformers
];
description = "Safety and Liveness Analysis of Petri Nets with SMT solvers";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ raskin ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ raskin ];
}