tinc_graphs: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
842bb7a98a
commit
5b83edb2a5
@ -1,4 +1,4 @@
|
||||
{stdenv,fetchurl,pkgs,python3Packages, ... }:
|
||||
{ fetchurl, lib, pkgs, python3Packages, stdenv }:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
name = "tinc_graphs-${version}";
|
||||
@ -22,7 +22,7 @@ python3Packages.buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = http://krebsco.de/;
|
||||
description = "Create Graphs from Tinc Stats";
|
||||
license = stdenv.lib.licenses.wtfpl;
|
||||
license = lib.licenses.wtfpl;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user