Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow fetchpatch everywhere, without restrictions #188587

Closed
wants to merge 15 commits into from
Closed

allow fetchpatch everywhere, without restrictions #188587

wants to merge 15 commits into from

Commits on Sep 16, 2022

  1. patchutils: add forStdenvBootstrap flag

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    afad2fc View commit details
    Browse the repository at this point in the history
  2. fetchurl/boot.nix: allow empty/fake hash

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a804503 View commit details
    Browse the repository at this point in the history
  3. nix-fetchurl.nix: copy from nix repository

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    be7ab33 View commit details
    Browse the repository at this point in the history
  4. nix-fetchurl.nix: add support for __impure

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e3e13bf View commit details
    Browse the repository at this point in the history
  5. fetchurl/boot.nix: accept postFetch parameter

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9d8b7b3 View commit details
    Browse the repository at this point in the history
  6. stdenv/linux: use fetchpatch in stage0

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    42e4382 View commit details
    Browse the repository at this point in the history
  7. darwin/linux: use fetchpatch in stage0

    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b4b5f50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b69ff34 View commit details
    Browse the repository at this point in the history
  9. fetchurl: drop vendored fetchurl.nix

    This commit assumes that NixOS/nix#7052 merges.  If it
    has not yet merged and you did not cherry-pick it into your copy of Nix, revert
    this commit before testing.
    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    30a099f View commit details
    Browse the repository at this point in the history
  10. Update pkgs/development/tools/misc/binutils/default.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0049f31 View commit details
    Browse the repository at this point in the history
  11. Update pkgs/development/tools/misc/binutils/default.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c90d174 View commit details
    Browse the repository at this point in the history
  12. Update pkgs/development/tools/misc/binutils/default.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5af5661 View commit details
    Browse the repository at this point in the history
  13. Update pkgs/build-support/fetchurl/boot.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    64dc3d0 View commit details
    Browse the repository at this point in the history
  14. Revert "fetchurl: drop vendored fetchurl.nix"

    This reverts commit 30a099f.
    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    54ec6c5 View commit details
    Browse the repository at this point in the history
  15. fetchurl/boot.nix: signal using impure rather than outputHash=""

    The method for signaling that `__impure` is desired went through a few minor
    revisions between this PR being filed and NixOS/nix#7052
    being merged.  This commit accounts for those changes so the "pre-Nix-2.12
    emulation" uses the same interface that Nix 2.12 will use.
    
    See also: NixOS/nix#7052 (comment)
    Adam Joseph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    34f871a View commit details
    Browse the repository at this point in the history