lib/default.nix: include mesonOption-related functions

To bring them to the scope when calling `lib`.
This commit is contained in:
AndersonTorres 2022-11-20 21:37:31 -03:00
parent 762f0a599e
commit 85b6175ccb

View file

@ -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;