treewide: stdenv.lib -> lib
This commit is contained in:
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Remote desktop application, server component";
|
||||
homepage = "http://x2go.org/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.averelld ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user