1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #336383 from motiejus/compress-drv-docs

This commit is contained in:
Philip Taron 2024-08-21 12:46:48 -07:00 committed by GitHub
commit f300433fcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
compressDrv pkgs.spdx-license-list-data.json {
formats = ["json"];
compressors = {
"json" = "${zopfli}/bin/zopfli --keep {}";
gz = "${zopfli}/bin/zopfli --keep {}";
};
}
=>