treewide: stdenv.lib -> lib
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user