pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, buildPythonApplication, python3Packages, wrapGAppsHook
|
||||
{ lib, stdenv, fetchFromGitHub, buildPythonApplication, python3Packages, wrapGAppsHook
|
||||
, xflux, librsvg, gtk3, gobject-introspection, pango, gdk-pixbuf, atk
|
||||
, pexpect, pyGtkGlade, pygobject3, pyxdg, libappindicator-gtk3
|
||||
}:
|
||||
@@ -42,8 +42,8 @@ buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Better lighting for Linux. Open source GUI for xflux";
|
||||
homepage = "https://justgetflux.com/linux.html";
|
||||
license = stdenv.lib.licenses.unfree; # marked as unfree since the source code contains a copy of the unfree xflux binary
|
||||
maintainers = [ stdenv.lib.maintainers.sheenobu ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.unfree; # marked as unfree since the source code contains a copy of the unfree xflux binary
|
||||
maintainers = [ lib.maintainers.sheenobu ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user