spdx-license-list-data: add platforms
This commit is contained in:
parent
44fb48ecd5
commit
59e0025ec8
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Various data formats for the SPDX License List";
|
||||
homepage = "https://github.com/spdx/license-list-data";
|
||||
license = lib.licenses.cc0;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue