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,4 +1,4 @@
{ stdenv, fetchurl, jre, unzip, runtimeShell }:
{ lib, stdenv, fetchurl, jre, unzip, runtimeShell }:
stdenv.mkDerivation rec {
version = "0.9.0";
pname = "zgrviewer";
@@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
meta = {
# Quicker to unpack locally than load Hydra
hydraPlatforms = [];
maintainers = with stdenv.lib.maintainers; [raskin];
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [raskin];
license = lib.licenses.lgpl21Plus;
description = "GraphViz graph viewer/navigator";
platforms = with stdenv.lib.platforms; unix;
platforms = with lib.platforms; unix;
};
}