treewide: stdenv.lib -> lib
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user