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
+1 -1
View File
@@ -22,7 +22,7 @@ in (fetchgit {
description = "The Go font family";
license = licenses.bsd3;
maintainers = with maintainers; [ sternenseemann ];
platforms = stdenv.lib.platforms.all;
platforms = lib.platforms.all;
hydraPlatforms = [];
};
}