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
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
{ lib, stdenv, fetchurl, intltool, pkgconfig, iconnamingutils, imagemagick, librsvg
, gtk/*any version*/, gnome-icon-theme, hicolor-icon-theme
}:
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A basic set of icons";
homepage = "http://tango.freedesktop.org/Tango_Icon_Library";
platforms = stdenv.lib.platforms.linux;
platforms = lib.platforms.linux;
};
}