forked from mirrors/nixpkgs
lib/default.nix: include mesonOption-related functions
To bring them to the scope when calling `lib`.
This commit is contained in:
parent
762f0a599e
commit
85b6175ccb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue