Commit 85b6175c authored by Anderson Torres's avatar Anderson Torres
Browse files

lib/default.nix: include mesonOption-related functions

To bring them to the scope when calling `lib`.
parent 762f0a59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;