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:
commit
f300433fcc
|
@ -41,7 +41,7 @@
|
|||
compressDrv pkgs.spdx-license-list-data.json {
|
||||
formats = ["json"];
|
||||
compressors = {
|
||||
"json" = "${zopfli}/bin/zopfli --keep {}";
|
||||
gz = "${zopfli}/bin/zopfli --keep {}";
|
||||
};
|
||||
}
|
||||
=>
|
||||
|
|
Loading…
Reference in a new issue