nixpkgs/pkgs
Jan Malakhovski dcb6103bf2 fetchzip: fix extraPostFetch concatenation
4a5c49363a added some more commands after
`extraPostFetch` but concatenated them without a separating newline.

Which means, that since that commit

  fetchzip { ..., extraPostFetch = ''rm -f "$out"/some-file''; }

now actually runs the following shell command

  rm -f "$out"/some-file"chmod -R a-w "$out"

thus deleting "$out". Which is very unfortunate.

Especially since this actually happens on master for all `fetchFromBitbucket`
derivations. But since the results are fixed-output users bulding with hydra
cache enabled are not hitting this for not recently updated derivations yet.
2021-02-04 14:48:47 +00:00
..
applications Merge pull request #111913 from r-ryantm/auto-update/icewm 2021-02-04 11:13:12 -03:00
build-support fetchzip: fix extraPostFetch concatenation 2021-02-04 14:48:47 +00:00
common-updater treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
data papirus-icon-theme: 20210101 -> 20210201 2021-02-03 20:02:32 +00:00
desktops enlightenment.evisum: 0.5.9 -> 0.5.10 2021-02-04 05:58:25 +00:00
development Merge pull request #111863 from marsam/update-rubocop 2021-02-04 07:58:27 -05:00
games Merge pull request #111273 from numinit/armagetronad 2021-02-03 11:45:48 +01:00
misc regenerate with node2nix 1.9.0 except zigbee2mqtt 2021-02-03 19:52:09 +01:00
os-specific Merge pull request #111806 from r-ryantm/auto-update/pcm 2021-02-04 05:28:40 -08:00
pkgs-lib
servers Merge pull request #111827 from fabaff/solax 2021-02-04 13:46:17 +01:00
shells oh-my-zsh: 2021-01-27 → 2021-01-31 2021-02-01 15:22:16 -05:00
stdenv Merge pull request #111284 from siraben/remove-new-stdenv-lib 2021-01-30 22:28:05 -05:00
test treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tools youtube-dl: 2021.01.24.1 -> 2021.02.04.1 2021-02-04 13:15:53 +01:00
top-level Merge pull request #111827 from fabaff/solax 2021-02-04 13:46:17 +01:00