diff options
| author | Silvan Mosberger <github@infinisil.com> | 2024-07-25 22:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 22:27:10 +0200 |
| commit | 7c6692836e2e29299d4fc5811b5a27246776f8ce (patch) | |
| tree | ef8d3643a0bda78ad57b5a4a3d06d675cf49c299 /lib/default.nix | |
| parent | Merge pull request #327988 from Nydragon/lollypop-bump-version (diff) | |
| parent | lib.getLicenseFromSpdxIdOr: init (diff) | |
| download | nixpkgs-7c6692836e2e29299d4fc5811b5a27246776f8ce.tar.gz | |
Merge pull request #149990 from ShamrockLee/lib-spdx-license
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index ecf4fbb75339..d637ca203f0e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -123,7 +123,7 @@ let inherit (self.derivations) lazyDerivation optionalDrvAttr; inherit (self.meta) addMetaAttrs dontDistribute setName updateName appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio - hiPrioSet getLicenseFromSpdxId getExe getExe'; + hiPrioSet getLicenseFromSpdxId getLicenseFromSpdxIdOr getExe getExe'; inherit (self.filesystem) pathType pathIsDirectory pathIsRegularFile packagesFromDirectoryRecursive; inherit (self.sources) cleanSourceFilter |
