Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 0c1807e3e22c
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 61d75820cc77
Choose a head ref
  • 9 commits
  • 10 files changed
  • 8 contributors

Commits on Sep 16, 2020

  1. sky: drop

    ajs124 committed Sep 16, 2020
    Copy the full SHA
    d219ce3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Copy the full SHA
    6dccacd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76e3103 View commit details
    Browse the repository at this point in the history
  3. solfege: fix build with texinfo 6.7

    makeinfo seems right to fail when input encoding is not declared and is not UTF-8.
    
    texinfo was updated in #95910.
    orivej committed Sep 18, 2020
    Copy the full SHA
    19f7f15 View commit details
    Browse the repository at this point in the history
  4. uqm: Fix purity checking error during config phase

    Since commit fb777be, linking programs
    in /tmp will no longer work, since with this commit (hardcoded) /tmp
    will no longer be treated a valid temporary directory by the purity
    checking logic.
    
    Essentially what that logic does is checking whether the link target is
    either relative, in some temporary directory or in the Nix store and if
    that's not the case, an error is thrown like in this case:
    
      gcc -c /tmp/build.24.tmp.c -o /tmp/build.24.tmp.c.o
      gcc /tmp/build.24.tmp.c.o -o /tmp/build.24.tmp.out
      impure path `/tmp/build.24.tmp.out' used in link
      collect2: error: ld returned 1 exit status
    
    Note here, that $TMP and $TMPDIR point to /build while the output here
    still refers to /tmp. This is because the custom build system of uqm
    simply hardcodes /tmp and doesn't honor any of these variables.
    
    To fix this, all we need to do is the latter and we're now using $TMPDIR
    instead of /tmp for these compile-tests during configure.
    
    While the pull request[1] introducing said commit has a few comments
    regarding other issues and it could still be either reverted or changed,
    using $TMPDIR in the uqm build script is entirely backwards-compatible
    and shouldn't hurt in any case.
    
    [1]: NixOS/nixpkgs#93560
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Sep 18, 2020
    Copy the full SHA
    948d828 View commit details
    Browse the repository at this point in the history
  5. trojita: disable withI18n by default

    The translation sources are too massive to reliably build.
    ehmry committed Sep 18, 2020
    Copy the full SHA
    d851140 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #98207 from NobbZ/exercism-maintainer

    exercism: Add NobbZ as maintainer
    cdepillabout committed Sep 18, 2020
    Copy the full SHA
    47ee595 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    deea9b8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    61d7582 View commit details
    Browse the repository at this point in the history