Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 853460aea527
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 39fbff44a8ed
Choose a head ref
  • 16 commits
  • 10 files changed
  • 10 contributors

Commits on Dec 19, 2020

  1. linux: fix generate-config's handling of "no-choice" options

    Prior to this change, the script could potentially get confused by
    "menus" containing only one valid option. Thus, with
    
    CPU_BIG_ENDIAN = no;
    CPU_LITTLE_ENDIAN = yes;
    ARM64_PA_BITS_48 = yes;
    
    the endianness would be set incorrectly:
    
    GOT: Physical address space size
    GOT: > 1. 48-bit (ARM64_PA_BITS_48)
    GOT: choice[1]: 1
    GOT: Endianness
    GOT:   1. Build big-endian kernel (CPU_BIG_ENDIAN)
    GOT: > 2. Build little-endian kernel (CPU_LITTLE_ENDIAN)
    CHOICE: 1-2?, ANSWER: 1
    
    This commit fixes this error by forgetting previous menu choices if a
    line that follows a menu option is neither another menu option nor the
    prompt for choosing one of the options.
    lheckemann committed Dec 19, 2020
    Copy the full SHA
    16c0697 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. gitea: add sqlite_unlock_notify build tag

    Fix #109004
    
    When building Gitea with sqlite support the sqlite_unlock_notify tag must also be added otherwise there will be frequent error reports of database is locked.
    zeripath committed Jan 11, 2021
    Copy the full SHA
    0e0900c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2679f31 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. gnupg: 2.2.26 -> 2.2.27

    Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000452.html
    
    Luckily this fixes a regression from GnuPG 2.2.26 that broke the build
    of libsForQt5.qgpgme (a test failed). Fix #109009.
    primeos authored and FRidh committed Jan 12, 2021
    Copy the full SHA
    d4af169 View commit details
    Browse the repository at this point in the history
  2. gnupg: 2.2.26 -> 2.2.27

    Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000452.html
    
    Luckily this fixes a regression from GnuPG 2.2.26 that broke the build
    of libsForQt5.qgpgme (a test failed). Fix #109009.
    primeos authored and FRidh committed Jan 12, 2021
    Copy the full SHA
    d88ad75 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    02f64b7 View commit details
    Browse the repository at this point in the history
  4. python3Packages.pandas: fix tests

    Tests now have relative imports to other test files,
    so pytest needs to be executed in the
    $out/${python.sitePackages}/pandas directory to make
    these assumptions valid
    jonringer committed Jan 12, 2021
    Copy the full SHA
    3fe3dcd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5cbe85d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #107181 from lheckemann/generate-config-fix

    linux: fix generate-config's handling of "no-choice" options
    lheckemann committed Jan 12, 2021
    Copy the full SHA
    97c0e5d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify

    gitea: add sqlite_unlock_notify build tag
    Ma27 committed Jan 12, 2021
    Copy the full SHA
    0ac27f8 View commit details
    Browse the repository at this point in the history
  8. xsd: fix build

    last release 2014... does not build with gcc10
    Mic92 committed Jan 12, 2021
    Copy the full SHA
    a8c0716 View commit details
    Browse the repository at this point in the history
  9. xsd: modernize build

    Mic92 committed Jan 12, 2021
    Copy the full SHA
    37edb33 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #109055 from lourkeur/update/oraclejdk8

    oraclejdk8: 8u261 -> 8u271
    Ma27 committed Jan 12, 2021
    Copy the full SHA
    f620cda View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5322c1f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f1bb6c7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    39fbff4 View commit details
    Browse the repository at this point in the history