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, fetchFromGitHub, pkgconfig, libsoup, webkitgtk, gtk3, glib-networking
{ lib, stdenv, fetchFromGitHub, pkgconfig, libsoup, webkitgtk, gtk3, glib-networking
, gsettings-desktop-schemas, wrapGAppsHook
}:
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
keyboard driven and does not detract you from your daily work.
'';
homepage = "https://fanglingsu.github.io/vimb/";
license = stdenv.lib.licenses.gpl3;
license = lib.licenses.gpl3;
maintainers = [];
platforms = with stdenv.lib.platforms; linux;
platforms = with lib.platforms; linux;
};
}