pkgs/data: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:29:18 +07:00
parent 0e49ba1b64
commit 4eb185bd6a
52 changed files with 132 additions and 132 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation {
name = "gnome-breeze-20160526";
@@ -17,9 +17,9 @@ stdenv.mkDerivation {
meta = {
description = "A GTK theme built to match KDE's breeze theme";
homepage = "https://github.com/dirruk1/gnome-breeze";
license = stdenv.lib.licenses.lgpl2;
maintainers = with stdenv.lib.maintainers; [ bennofs ];
platforms = stdenv.lib.platforms.all;
license = lib.licenses.lgpl2;
maintainers = with lib.maintainers; [ bennofs ];
platforms = lib.platforms.all;
hydraPlatforms = [];
};
}