spdx-license-list-data: add platforms

This commit is contained in:
Mario Rodas 2020-02-11 18:18:18 -05:00
parent 44fb48ecd5
commit 59e0025ec8
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -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;
};
}