build: Make outputs of node-build-system reproducible.
authorLars-Dominik Braun <lars@6xq.net>
Thu, 17 Jun 2021 12:11:19 +0000 (14:11 +0200)
committerLars-Dominik Braun <lars@6xq.net>
Thu, 24 Jun 2021 12:10:29 +0000 (14:10 +0200)
commit9c93573d15e90232de0effb4c28332c454dbc290
tree08fd857b05e992a020bb498fd808fe34421e20e3
parent16abea6ff14d375c2264b4cac28305ea63e336c3
build: Make outputs of node-build-system reproducible.

package.json records two hashes of package.tgz, which change for each
build, resulting in non-reproducible builds.

* guix/build/node-build-system.scm (repack): Add reproducibility options
to tar command.
guix/build/node-build-system.scm