1 { stdenvNoCC, lib, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "spdx-license-list-data";
7 src = fetchFromGitHub {
9 repo = "license-list-data";
11 hash = "sha256-0UmeSwIWEYWyGkoVqh6cKv6lx+7fjBpDanr6yo3DN0s=";
14 # List of file formats to package.
15 _types = [ "html" "json" "jsonld" "rdfa" "rdfnt" "rdfturtle" "rdfxml" "template" "text" ];
17 outputs = [ "out" ] ++ _types;
31 cp -ar $t $_outpath && echo "$t format installed"
40 description = "Various data formats for the SPDX License List";
41 homepage = "https://github.com/spdx/license-list-data";
42 license = licenses.cc0;
43 maintainers = with maintainers; [ oxzi c0bw3b ];
44 platforms = platforms.all;