diff options
| author | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-09-20 20:41:57 -0300 |
|---|---|---|
| committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-09-27 20:49:38 -0300 |
| commit | cc3383d12b25f8e1f2b23fdb098a9cb1b22dfa58 (patch) | |
| tree | 7e4c59b957b793030dac380ab0317423ec10eb0a /lib/default.nix | |
| parent | trealla: 2.27.15 -> 2.27.48 (diff) | |
| download | nixpkgs-cc3383d12b25f8e1f2b23fdb098a9cb1b22dfa58.tar.gz | |
lib: add cmakeOptionType, cmakeBool and cmakeFeature
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index e4bf45aac3b6..169f013191b8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -106,6 +106,7 @@ let upperChars toLower toUpper addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion + cmakeOptionType cmakeBool cmakeFeature mesonOption mesonBool mesonEnable nameFromURL enableFeature enableFeatureAs withFeature withFeatureAs fixedWidthString fixedWidthNumber |
