nixpkgs/lib
sternenseemann 7f7d5bcd90 lib/licenses: fix regression removing shortName for some licenses
Usually we ensure using the mapAttrs call wrapping the license set that
every license has an associated shortName. A change related to legacy
aliases most likely introduced the removal of the shortName attribute
for all the legacy license names by splitting the set into two sets
connected by a record update operator -- leading to mapAttrs only
affecting the first set.

Since it used to be a valid assumption to have that every license had a
shortName attribute, we reintroduce this attribute for the legacy
aliases as well.
2021-02-25 23:01:09 +01:00
..
systems lib: fix typo in platforms.nix 2021-02-11 08:58:04 +01:00
tests Merge pull request #111345 from r-burns/ppc64-big-endian 2021-01-30 16:26:06 -05:00
asserts.nix
attrsets.nix lib/attrsets: add cartesianProductOfSets function 2021-01-28 23:08:59 +01:00
cli.nix
customisation.nix
debug.nix lib/debug: add traceFnSeqN 2021-01-25 19:25:50 +01:00
default.nix lib/attrsets: add cartesianProductOfSets function 2021-01-28 23:08:59 +01:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix Revert "lib/generators: fix toPretty throwing on (partially applied) builtins" 2021-02-01 16:27:38 +01:00
kernel.nix
licenses.nix lib/licenses: fix regression removing shortName for some licenses 2021-02-25 23:01:09 +01:00
lists.nix lib: remove mention of flashplayer in docs 2021-02-08 09:38:41 -08:00
meta.nix
minver.nix
modules.nix
options.nix
sources.nix
strings-with-deps.nix
strings.nix
trivial.nix
types.nix lib/types: add description for functionTo 2021-01-31 15:59:13 +01:00
versions.nix
zip-int-bits.nix