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

Staging next #97146

Merged
merged 205 commits into from
Sep 7, 2020
Merged

Staging next #97146

merged 205 commits into from
Sep 7, 2020

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    4158201 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. kbounce: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a9a6437 View commit details
    Browse the repository at this point in the history
  2. kigo: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    231a2b7 View commit details
    Browse the repository at this point in the history
  3. kwave: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    7e0095d View commit details
    Browse the repository at this point in the history
  4. kmag: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    9185505 View commit details
    Browse the repository at this point in the history
  5. katomic: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    3083545 View commit details
    Browse the repository at this point in the history
  6. kmines: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    3be794a View commit details
    Browse the repository at this point in the history
  7. kalzium: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    ef27975 View commit details
    Browse the repository at this point in the history
  8. klettres: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5476251 View commit details
    Browse the repository at this point in the history
  9. klines: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    18d5a17 View commit details
    Browse the repository at this point in the history
  10. knetwalk: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    4919f3c View commit details
    Browse the repository at this point in the history
  11. kturtle: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    71830f4 View commit details
    Browse the repository at this point in the history
  12. kapman: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    48c5f49 View commit details
    Browse the repository at this point in the history
  13. kblocks: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    214647d View commit details
    Browse the repository at this point in the history
  14. killbots: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    05ec46b View commit details
    Browse the repository at this point in the history
  15. kreversi: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    d166d7b View commit details
    Browse the repository at this point in the history
  16. kdiamond: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    4331654 View commit details
    Browse the repository at this point in the history
  17. kblackbox: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5344891 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62772e6 View commit details
    Browse the repository at this point in the history
  19. knights: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    7e69895 View commit details
    Browse the repository at this point in the history
  20. kollision: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    2a5afc5 View commit details
    Browse the repository at this point in the history
  21. ktimer: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f33b526 View commit details
    Browse the repository at this point in the history
  22. kshisen: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    cd235e3 View commit details
    Browse the repository at this point in the history
  23. kteatime: init at 20.04.3

    freezeboy committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    c561811 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. texinfo. 6.5 -> 6.7

    kampka committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fb223f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765d3e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8962e59 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. kmod: add patch to correct behaviour with --field

    This came up in #96008.
    Without this patch modinfo always prints the module name for builtin
    modules, even if an explicit --field is passed.
    xaverdh committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    40d3388 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. gcc: Fix building libgccjit on darwin, using strip -x

    The default `strip` invocation tries to strip global symbols from the
    library, and refuses because those are indirect symbol table
    references.
    antifuchs committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    038e86f View commit details
    Browse the repository at this point in the history
  2. emacs: Use stdenv.libc instead of .glibc

    The latter doesn't exist on Darwin (and, presumably, other targets as
    well). This change allows emacsGcc from emacs-overlay to attempt to
    build where previously, the derivation would error out.
    antifuchs committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0d15ea9 View commit details
    Browse the repository at this point in the history
  3. gcc: On darwin, adjust IDs of installed .so files also

    Turns out that libgccjit gets installed as a .so file, which the gcc
    builder.sh didn't change: It only touched .dylib files; that means
    that anything linking in libgccjit.so would receive an "Image not
    found" error at load time.
    
    With this change, we invoke `install_name_tool` on .so files too,
    adjusting their dynamic linker ID, so that they too can be found.
    antifuchs committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1759959 View commit details
    Browse the repository at this point in the history
  4. glib: 2.64.4 -> 2.64.5

    r-ryantm committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    dca4eb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. fossil: install man page and bash shell completions

    While at it, clean the derivation up a little.
    danieldk committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9d941bc View commit details
    Browse the repository at this point in the history
  2. fossil: use system sqlite

    danieldk committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    1efda79 View commit details
    Browse the repository at this point in the history
  3. mpg123: 1.26.2 -> 1.26.3

    r-ryantm committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    62284ce View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge pull request #96311 from r-ryantm/auto-update/glib

    glib: 2.64.4 -> 2.64.5
    7c6f434c committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    b5399ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93840 from freezeboy/add-kbounce

    kbounce: init 20.04.3
    ttuegel committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    5b2a44f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. patchelf: 0.11 -> 0.12

    delroth committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f38ed04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b11b75 View commit details
    Browse the repository at this point in the history
  3. Merge staging-next into staging

    FRidh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    fc0c744 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96513 from delroth/patchelf-0.12

    patchelf: 0.11 -> 0.12
    edolstra committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    424fd11 View commit details
    Browse the repository at this point in the history
  5. kigo: fix meta

    freezeboy committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d7943ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #96527 from freezeboy/fix-kigo-meta

    kigo: fix meta
    danieldk committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b3faa9f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #96153 from xaverdh/kmod-name-field-patch-for-staging

    kmod: add patch to correct behaviour with --field
    lheckemann committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4f4d0ca View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge pull request #96393 from r-ryantm/auto-update/mpg123

    mpg123: 1.26.2 -> 1.26.3
    marsam committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    b334b33 View commit details
    Browse the repository at this point in the history
  2. Revert "unbound: fix build with nettle-3.5"

    This reverts commit 96d6587.
    The fix has been upstreamed a long time ago.
    vcunat committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    848a3a4 View commit details
    Browse the repository at this point in the history
  3. Merge staging-next into staging

    FRidh committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    782ff21 View commit details
    Browse the repository at this point in the history
  4. python3Packages.cryptography: 3.0 -> 3.1

    Backwards incompatible changes:
    - Removed support for idna based U-label parsing in various X.509
      classes. This support was originally deprecated in version 2.1 and
      moved to an extra in 2.5.
    primeos authored and FRidh committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    16ecb02 View commit details
    Browse the repository at this point in the history
  5. gnupg: 2.2.21 -> 2.2.22

    doronbehar authored and FRidh committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    2131a1d View commit details
    Browse the repository at this point in the history
  6. cmake: fix CMAKE_FIND_FRAMEWORK

    sikmir authored and FRidh committed Aug 29, 2020
    3 Configuration menu
    Copy the full SHA
    3106c30 View commit details
    Browse the repository at this point in the history
  7. Revert "fontconfig: Only read versioned config dirs"

    This reverts commit edf2541.
    
    Turns out lot of software (including Chromium) use bundled fontconfig
    so we either need to wrap every one of those, or re-introduce the global
    unversioned config. The latter is easier but weakens hermetic configs.
    
    But perhaps those are not really worth the effort. Given that programs
    linked against fc 2.12.6 on fc 2.13.92 system seem to at least display text,
    even while printing tons of errors (as long as you generate fc cache manually),
    and same thing the other way around, hopefully it will not be an issue in the future.
    
    We give up on the hermetic configs in exchange for getting rid of lot of complexity.
    jtojnar committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    89401d9 View commit details
    Browse the repository at this point in the history
  8. fontconfig: get rid of rest of versioned configs

    The incompatibility does not seem to exist any more: programs linked against fc 2.12
    on fc 2.14 system seem to at least display text, even while printing tons of errors
    (as long as you generate fc cache manually), and same thing the other way around.
    Hopefully it will not be an issue in the future.
    jtojnar committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    b49a769 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    136aa40 View commit details
    Browse the repository at this point in the history
  10. python3Packages.aioftp: 0.17.1 -> 0.17.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    88527da View commit details
    Browse the repository at this point in the history
  11. python3Packages.asdf: 2.7.0 -> 2.7.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5e85c56 View commit details
    Browse the repository at this point in the history
  12. python3Packages.atlassian-python-api: 1.16.0 -> 1.16.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    e88aa94 View commit details
    Browse the repository at this point in the history
  13. python3Packages.awkward1: 0.2.33 -> 0.2.35

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3796d6f View commit details
    Browse the repository at this point in the history
  14. python3Packages.boto3: 1.14.43 -> 1.14.51

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    ff04b44 View commit details
    Browse the repository at this point in the history
  15. python3Packages.botocore: 1.17.43 -> 1.17.51

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    2e16ca5 View commit details
    Browse the repository at this point in the history
  16. python3Packages.catalogue: 2.0.0 -> 2.0.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1f14a66 View commit details
    Browse the repository at this point in the history
  17. python3Packages.cheroot: 8.4.4 -> 8.4.5

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    72e559c View commit details
    Browse the repository at this point in the history
  18. python3Packages.cmd2: 1.3.3 -> 1.3.8

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    dba87c8 View commit details
    Browse the repository at this point in the history
  19. python3Packages.codecov: 2.1.8 -> 2.1.9

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    85ed37f View commit details
    Browse the repository at this point in the history
  20. python3Packages.datashader: 0.11.0 -> 0.11.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1e28ed4 View commit details
    Browse the repository at this point in the history
  21. python3Packages.django-dynamic-preferences: 1.10 -> 1.10.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    98ca658 View commit details
    Browse the repository at this point in the history
  22. python3Packages.Django: 2.2.14 -> 2.2.15

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    6eaaf2e View commit details
    Browse the repository at this point in the history
  23. python3Packages.django-nose: 1.4.6 -> 1.4.7

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    42c7f56 View commit details
    Browse the repository at this point in the history
  24. python3Packages.docker: 4.3.0 -> 4.3.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    bbd2f23 View commit details
    Browse the repository at this point in the history
  25. python3Packages.dominate: 2.5.1 -> 2.5.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    00a9cb4 View commit details
    Browse the repository at this point in the history
  26. python3Packages.Faker: 4.1.1 -> 4.1.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    12c0748 View commit details
    Browse the repository at this point in the history
  27. python3Packages.flufl.bounce: 3.0 -> 3.0.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    500bd4a View commit details
    Browse the repository at this point in the history
  28. python3Packages.gdown: 3.12.0 -> 3.12.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    beebec3 View commit details
    Browse the repository at this point in the history
  29. python3Packages.globus-sdk: 1.9.0 -> 1.9.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    226ec5b View commit details
    Browse the repository at this point in the history
  30. python3Packages.google-cloud-kms: 2.0.0 -> 2.0.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    f620dc8 View commit details
    Browse the repository at this point in the history
  31. python3Packages.howdoi: 2.0.3 -> 2.0.5

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a54a105 View commit details
    Browse the repository at this point in the history
  32. python3Packages.identify: 1.4.27 -> 1.4.29

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3362cac View commit details
    Browse the repository at this point in the history
  33. python3Packages.inflection: 0.5.0 -> 0.5.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    00ab5f1 View commit details
    Browse the repository at this point in the history
  34. python3Packages.ipyvuetify: 1.5.0 -> 1.5.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    4bde956 View commit details
    Browse the repository at this point in the history
  35. python3Packages.jq: 0.1.6 -> 0.1.8

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    6ec4a0b View commit details
    Browse the repository at this point in the history
  36. python3Packages.junos-eznc: 2.5.1 -> 2.5.3

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    bbe9722 View commit details
    Browse the repository at this point in the history
  37. python3Packages.jupyter_client: 5.3.4 -> 5.3.5

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5b455d8 View commit details
    Browse the repository at this point in the history
  38. python3Packages.jupyter_client: 6.1.6 -> 6.1.7

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a4e7e05 View commit details
    Browse the repository at this point in the history
  39. python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a2b48cf View commit details
    Browse the repository at this point in the history
  40. python3Packages.jupyterlab: 2.2.4 -> 2.2.6

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    82b6f50 View commit details
    Browse the repository at this point in the history
  41. python3Packages.keyring: 21.3.0 -> 21.3.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3efbfbd View commit details
    Browse the repository at this point in the history
  42. python3Packages.apache-libcloud: 2.8.2 -> 2.8.3

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    715029c View commit details
    Browse the repository at this point in the history
  43. python3Packages.mozhttpd: 0.7 -> 0.7.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5532b43 View commit details
    Browse the repository at this point in the history
  44. python3Packages.mutagen: 1.43.0 -> 1.43.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    7011166 View commit details
    Browse the repository at this point in the history
  45. python3Packages.nbclient: 0.4.1 -> 0.4.3

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    9a6b8ff View commit details
    Browse the repository at this point in the history
  46. python3Packages.netdisco: 2.8.1 -> 2.8.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    838301e View commit details
    Browse the repository at this point in the history
  47. python3Packages.nipype: 1.5.0 -> 1.5.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    481c8de View commit details
    Browse the repository at this point in the history
  48. python3Packages.nodeenv: 1.3.3 -> 1.3.5

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    d3bd284 View commit details
    Browse the repository at this point in the history
  49. python3Packages.notebook: 5.7.8 -> 5.7.10

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    d52990f View commit details
    Browse the repository at this point in the history
  50. python3Packages.numba: 0.51.0 -> 0.51.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    45786bb View commit details
    Browse the repository at this point in the history
  51. python3Packages.numpy: 1.16.5 -> 1.16.6

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    de3e467 View commit details
    Browse the repository at this point in the history
  52. python3Packages.nunavut: 0.3.4 -> 0.3.6

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    d8ed224 View commit details
    Browse the repository at this point in the history
  53. python3Packages.openpyxl: 3.0.4 -> 3.0.5

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    dc7159c View commit details
    Browse the repository at this point in the history
  54. python3Packages.pandas: 1.1.0 -> 1.1.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    8211f56 View commit details
    Browse the repository at this point in the history
  55. python3Packages.papermill: 2.1.2 -> 2.1.3

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    e9bb0b5 View commit details
    Browse the repository at this point in the history
  56. python3Packages.parfive: 1.1.0 -> 1.1.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    4ef9d81 View commit details
    Browse the repository at this point in the history
  57. python3Packages.phonenumbers: 8.12.7 -> 8.12.8

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    f6b8b34 View commit details
    Browse the repository at this point in the history
  58. python3Packages.pyTelegramBotAPI: 3.7.2 -> 3.7.3

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    eb521d1 View commit details
    Browse the repository at this point in the history
  59. python3Packages.pyatv: 0.7.1 -> 0.7.2

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c3b9b79 View commit details
    Browse the repository at this point in the history
  60. python3Packages.PyChromecast: 7.2.0 -> 7.2.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c70e26b View commit details
    Browse the repository at this point in the history
  61. python3Packages.PyMuPDF: 1.17.5 -> 1.17.6

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1ee7c94 View commit details
    Browse the repository at this point in the history
  62. python3Packages.pyopencl: 2020.2 -> 2020.2.1

    FRidh authored and Jonathan Ringer committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    29ec39c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. emacs: Fix paths to bintools on Darwin

    This changes PATH such that the correct linker can be found to
    construct .eln files at runtime.
    antifuchs committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    861f270 View commit details
    Browse the repository at this point in the history
  2. emacs: Set native-comp library path as linker flags instead

    Since Darwin's linker does not understand LIBRARY_PATH, we have to set
    the library path as explicit linker flags: This requires a very recent
    feature/native-comp emacs revision, but it runs on Darwin and
    correctly compiles files at runtime.
    antifuchs committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a891ae4 View commit details
    Browse the repository at this point in the history
  3. gcc: Only use strip -x if building libgccjit on darwin

    It's not necessary to use strip -x otherwise, so let's just use it for
    the JIT library.
    antifuchs committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    41e34e7 View commit details
    Browse the repository at this point in the history
  4. emacs: Use stdenv.cc.libc instead of plain .libc

    This is the portable way to address the system-appropriate libc,
    better than conditionalizing by (darwin/GNU) system or using either
    one.
    antifuchs committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ad7a3fb View commit details
    Browse the repository at this point in the history
  5. python37: 3.7.8 -> 3.7.9

    Release notes:
    https://docs.python.org/release/3.7.9/whatsnew/changelog.html
    
    Most notable is the fixed behavior of asynchronous generators; without
    this fix, they fail to work in some scenarios.
    catern authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    780caf6 View commit details
    Browse the repository at this point in the history
  6. python36: 3.6.11 -> 3.6.12

    FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2248a74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33ddfcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    805317d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b08969 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bceee4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42e8c9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    703ecf9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3549fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dcdcdff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    412a6f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df374bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f401e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ceb43ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7c3ac97 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6281434 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    546d293 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    18f9395 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ef78337 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9bd7b3f View commit details
    Browse the repository at this point in the history
  25. awscli: 1.18.120: 1.18.128

    FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c9cfb52 View commit details
    Browse the repository at this point in the history
  26. python3Packages.paramiko: fix build with cryptography>=3.1

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    f0c9d18 View commit details
    Browse the repository at this point in the history
  27. python3Packages.cloudflare: fix build

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a8b6169 View commit details
    Browse the repository at this point in the history
  28. python3Packages.dogpile-cache: disable <python3.6

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ba537f9 View commit details
    Browse the repository at this point in the history
  29. pythonPackages.executor: disable python2

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    96df058 View commit details
    Browse the repository at this point in the history
  30. pythonPackages.ripser: disable <python3.6

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ffebbef View commit details
    Browse the repository at this point in the history
  31. python3Packages.seekpath: disable <python3.5

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b56230d View commit details
    Browse the repository at this point in the history
  32. python3Packages.smart_open: disable <python3.5

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    589335b View commit details
    Browse the repository at this point in the history
  33. python3Packages.sounddevice: disable <python3.5

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5b52eb9 View commit details
    Browse the repository at this point in the history
  34. python3Packages.transip: disable <python3.5

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    bfb5d91 View commit details
    Browse the repository at this point in the history
  35. python3Packages.validators: disable <python3.5

    ```
      Processing ./validators-0.17.1-py2-none-any.whl
      ERROR: Package 'validators' requires a different Python: 2.7.18 not in '>=3.4'
    ```
    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1df0134 View commit details
    Browse the repository at this point in the history
  36. python3Packages.zarr: disable <python3.5

    ```
      Processing ./zarr-2.4.0-py2-none-any.whl
      ERROR: Package 'zarr' requires a different Python: 2.7.18 not in '>=3.5'
    ```
    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    fb6d6a5 View commit details
    Browse the repository at this point in the history
  37. python3Packages.aioesphomeapi: fix build

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d49fc36 View commit details
    Browse the repository at this point in the history
  38. python3Packages.catalouge: fix tests

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    2 Configuration menu
    Copy the full SHA
    aee512f View commit details
    Browse the repository at this point in the history
  39. python3Packages.xml2rfc: fix build

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    56bbebe View commit details
    Browse the repository at this point in the history
  40. python3Packages.sphinxcontrib-openapi: fix build

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    75291e2 View commit details
    Browse the repository at this point in the history
  41. python3Packages.cirq: fix build

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6d565c8 View commit details
    Browse the repository at this point in the history
  42. octoprint: fix deps

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1140b64 View commit details
    Browse the repository at this point in the history
  43. python3Packages.clifford: fix deps

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    973d4dd View commit details
    Browse the repository at this point in the history
  44. pythonPackages.parsedatetime: disable python2

    Jonathan Ringer authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    959c24f View commit details
    Browse the repository at this point in the history
  45. Merge pull request #96603 from NixOS/python-unstable

    pythonPackages: patch updates
    FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4fb1055 View commit details
    Browse the repository at this point in the history
  46. Merge master into staging-next

    FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    8d81468 View commit details
    Browse the repository at this point in the history
  47. emacs: Use stdenv's bintools instead of clang

    This way, we don't have to drag clang or binutils/binutils-wrapped
    into the emacs closure, and can instead rely on using the correct one
    for the platform we're running on.
    
    Co-authored-by: Matthew Bauer <[email protected]>
    antifuchs and matthewbauer committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3384837 View commit details
    Browse the repository at this point in the history
  48. perl: 5.30.3 -> 5.32.0, perldevel: 5.32.0-RC0 -> 5.33.1

    Co-authored-by: volth <[email protected]>
    2 people authored and FRidh committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5aef482 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. emacs: use -B flags for native compilation dependencies

    The -B flag to gcc (and libgccjit) allows us to specify where it can
    find things it needs to correctly compile code (both programs and
    libraries) without adjusting any environmental flags: So, no need to
    wrap the program for a PATH entry containing binutils, and no need to
    explicitly pass a linker path anymore.
    antifuchs committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6ad323d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d489c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0730d80 View commit details
    Browse the repository at this point in the history
  4. Merge master into staging-next

    FRidh committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    11acdfa View commit details
    Browse the repository at this point in the history
  5. Merge staging-next into staging

    FRidh committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e29c1e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. vim: 8.2.1123 -> 8.2.1522

    r-ryantm authored and Jon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f02984a View commit details
    Browse the repository at this point in the history
  2. p11-kit: Add libtasn1 to nativeBuildInputs

    For cross platform builds, p11-kit, libtasn1 in nativeBuildInputs
    provides the asn1Parser binary on the hostPlatform needed for building.
    At the same time, libtasn1 in buildInputs provides the libasn1 library
    to link against for the target platform.
    Hence, libtasn1 is required in both native and build inputs.
    kampka committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ca48f0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96339 from danieldk/fossil-improvements

    fossil: install man page and bash shell completions, use system sqlite
    danieldk committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8ec5187 View commit details
    Browse the repository at this point in the history
  4. Merge #96868: p11-kit: Add libtasn1 to nativeBuildInputs

    Fixes e.g. pkgsCross.aarch64-multiplatform.p11-kit
    vcunat committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    eccb4f2 View commit details
    Browse the repository at this point in the history
  5. python3Packages.pywbem: restore

    (cherry picked from commit 2c0f6e5)
    Jonathan Ringer committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    15d0882 View commit details
    Browse the repository at this point in the history
  6. python3Packages.tornado_: restore pinned versions

    (cherry picked from commit 5af6feb)
    Jonathan Ringer committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ef55e4b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. emacs: use -B flags for native compilation dependencies

    The -B flag to gcc (and libgccjit) allows us to specify where it can
    find things it needs to correctly compile code (both programs and
    libraries) without adjusting any environmental flags: So, no need to
    wrap the program for a PATH entry containing binutils, and no need to
    explicitly pass a linker path anymore.
    antifuchs committed Sep 2, 2020
    2 Configuration menu
    Copy the full SHA
    04fffd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into staging-next

    This fixes an evaluation problem in check-esxi-hardware
    vcunat committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d95a022 View commit details
    Browse the repository at this point in the history
  3. glibmm: Add glib to nativeBuildInputs

    While compiling, glibmm tries to execute glib-compile-schemas, which
    requires glib to be in the nativeBuildInputs for cross-platform builds.
    kampka committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    7332051 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94637 from antifuchs/gccemacs-on-darwin

    emacs: Make gccemacs build on darwin
    adisbladis committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    6fc3562 View commit details
    Browse the repository at this point in the history
  5. liberation_ttf: Fix cross-compiling

    liberation_ttf runs python3 during build,
    hence it needs to be in nativeBuildInputs
    when cross-building.
    kampka committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d4c42bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #96911 from kampka/glibmm

    glibmm: Add glib to nativeBuildInputs
    jtojnar committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0d83d01 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    6dd3b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0a9a5 View commit details
    Browse the repository at this point in the history
  3. makeFontsConf: clean up

    The use of the argument was removed in 2016 but its definition was left behind.
    
    cd2948a
    jtojnar committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6f96063 View commit details
    Browse the repository at this point in the history
  4. Merge master into staging-next

    FRidh committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5f7aecd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #96966 from kampka/liberation_ttf

    liberation_ttf: Fix cross-compiling
    7c6f434c committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ccde657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e720829 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    377242d View commit details
    Browse the repository at this point in the history
  8. cryptsetup, lvm2, systemd: Break cyclic dependency at a different point

    The cyclic dependency of systemd → cryptsetup → lvm2 → udev=systemd
    needs to be broken somewhere.  The previous strategy of building
    cryptsetup with an lvm2 built without udev (#66856) caused the
    installer.luksroot test to fail.  Instead, build lvm2 with a udev built
    without cryptsetup.
    
    Fixes #96479.
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Sep 3, 2020
    1 Configuration menu
    Copy the full SHA
    f4b2c9d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Merge pull request #96959 from kampka/intltool

    intltool: fix cross-platform build
    7c6f434c committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7a76b1c View commit details
    Browse the repository at this point in the history
  2. python.pkgs.catalogue: Remove dubplicate argument pytestCheckHook

    Fixes staging evaluation.
    doronbehar authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a92005b View commit details
    Browse the repository at this point in the history
  3. enchant: 2.2.9 -> 2.2.10

    r-ryantm authored and jtojnar committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    27b1dd9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96992 from jtojnar/fc-dtd-urn

    treewide: use URN for fontconfig DTD
    jtojnar committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7ecabdc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97008 from andersk/cryptception-1

    cryptsetup, lvm2, systemd: Break cyclic dependency at a different point
    flokli committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    176d5e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb777be View commit details
    Browse the repository at this point in the history
  7. Merge pull request #87200 from B4dM4n/libusb-no-systemd

    libusb1: fix enableSystemd=false build
    FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    60258be View commit details
    Browse the repository at this point in the history
  8. mesa: 20.1.6 -> 20.1.7

    primeos authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5f29a2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07703d1 View commit details
    Browse the repository at this point in the history
  10. Merge master into staging-next

    FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    48299fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af81d39 View commit details
    Browse the repository at this point in the history
  12. gnupg: 2.2.22 -> 2.2.23

    doronbehar authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9252369 View commit details
    Browse the repository at this point in the history
  13. libpfm: 4.10.1 -> 4.11.0

    doronbehar authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    fbaa330 View commit details
    Browse the repository at this point in the history
  14. numpy: set runtime_library_dirs too

    This appears to be needed in some Python distutils for the library to
    get on RPATH correctly. I’m not sure why this worked before, but I
    needed this value set for Python 3.8 numpy to work correctly.
    matthewbauer authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    b3d5272 View commit details
    Browse the repository at this point in the history
  15. libmpc: 1.1.0 -> 1.2.0

    r-ryantm authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    d6bb2d2 View commit details
    Browse the repository at this point in the history
  16. python3Packages.hypothesis: 5.11.0 -> 5.30.0

    Jonathan Ringer authored and FRidh committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    3157bf1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bb5343 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f0f267 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    346dee1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b89f122 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. nixos/tests/installer swraid: increase partition size

    We apparently didn't fit anymore.  I don't think this test is meant
    to (also) check closure size.
    
    Note: as of this commit, the test is blocked by a fontconfig problem,
    so I tested with that merge temporarily reverted.
    vcunat committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    6eea644 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Revert "nixos/fontconfig: fix 50-user.conf handling"

    This reverts commit 8425726.
    
    This should have been reverted in #95358
    but I forgot about it.
    jtojnar committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f0cb5c6 View commit details
    Browse the repository at this point in the history
  2. texinfo: revert to version 6.5 on Darwin

    It's basically a partial revert of PR #95910.
    I chose a temporar-ish solution, maximizing likelihood of fixing
    this while minimizing rebuilds.  (20.09 process is being blocked)
    vcunat committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    b23940e View commit details
    Browse the repository at this point in the history
  3. utils.bash: revert #93560 for darwin, unblocks channels

    Temporary fix. We definitely do not want to have two separate
    implementations.
    FRidh committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    08eb704 View commit details
    Browse the repository at this point in the history
  4. Merge master into staging-next

    FRidh committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    d362c0e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    1936b11 View commit details
    Browse the repository at this point in the history