treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 20:21:58 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation (rec {
homepage = "http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US";
maintainers = with lib.maintainers; [ benwbooth ];
platforms = lib.platforms.linux;
license = [ lib.licenses.gpl2 stdenv.lib.licenses.lgpl21 ];
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
};
src = fetchurl {
url = "https://sources.archlinux.org/other/community/xe-guest-utilities/xe-guest-utilities_${version}-1120.tar.gz";