about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-11-20 21:37:31 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-12-06 23:09:36 -0300
commit85b6175ccb1a6f6e053d1aa75f4f0e40bfaee56c (patch)
tree5969f15cffd59ad2fa21b7c6898f1acf8f9add10 /lib
parent762f0a599e0e022739ad50a5a972a656f026db18 (diff)
lib/default.nix: include mesonOption-related functions
To bring them to the scope when calling `lib`.
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix
index cc4bedc5869b6..68e5b8dea1eb8 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;