From 85b6175ccb1a6f6e053d1aa75f4f0e40bfaee56c Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 20 Nov 2022 21:37:31 -0300 Subject: [PATCH] lib/default.nix: include mesonOption-related functions To bring them to the scope when calling `lib`. --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.nix b/lib/default.nix index cc4bedc5869b..68e5b8dea1eb 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -101,6 +101,7 @@ let upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion + mesonOption mesonBool mesonEnable nameFromURL enableFeature enableFeatureAs withFeature withFeatureAs fixedWidthString fixedWidthNumber isStorePath toInt toIntBase10 readPathsFromFile fileContents;