Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81eed0f30a53
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0a4d1083f57
Choose a head ref

Commits on Dec 13, 2018

  1. sublime: add new download url

    The old one gave a 404. I left it there for if it ever comes back
    Synthetica9 committed Dec 13, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    dcb5c0c View commit details
  2. Fix english in stdenv.xml

    guibou authored Dec 13, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    d5c9319 View commit details
  3. grafana: 5.4.1 -> 5.4.2

    WilliButz committed Dec 13, 2018
    Copy the full SHA
    3a28198 View commit details
  4. Update doc/stdenv.xml

    Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
    veprbl and guibou authored Dec 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    694d32f View commit details
  5. Copy the full SHA
    e5d9f98 View commit details
  6. stdenv: implement crossOverlays

    crossOverlays only apply to the packages being built, not the build
    packages. It is useful when you don’t care what is used to build your
    packages, just what is being built. The idea relies heavily on the
    cross compiling infrastructure. Using this implies that we need to
    create a cross stdenv.
    
    (cherry picked from commit a3a6ad7)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    e842552 View commit details
  7. stdenv/adapters.nix: fixup makeStaticBinaries

    - makeStaticBinaries don’t work on Darwin (no stable ABI!)
    - Need to make sure NIX_CFLAGS_LINK appends
    - isStatic is not used anymore
    
    (cherry picked from commit 8726f6a)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    7fcbc52 View commit details
  8. darwin/libiconv: fix static/shared logic

    The conditional was incorrect - postInstall script should only hsppen
    when enableShared = true.
    
    (cherry picked from commit 5e06294)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    f11d534 View commit details
  9. zlib: clean up static/shared distincion

    This is kind of a mess, but basically:
    
    - static=true, shared=true means to build statically but move it to
      the static output
    - static=true, shared=false means to build statically and leave it in
      the main output
    - static=false, shared=true means to not build static at all
    
    Confusingly, the old default was static=true, shared=true even though
    static=false? Still can’t figure out what was meant by that.
    
    (cherry picked from commit e999def)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a8e0694 View commit details
  10. ncurses: make shared linking optinoal

    when enableShared = false, we set --without-shared flag.
    
    (cherry picked from commit 53a6789)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    3170d61 View commit details
  11. top-level/stage.nix: add static overlay

    Adds the static overlay that can be used to build Nixpkgs statically.
    Can be used like:
    
      nix build pkgsStatic.hello
    
    Not all packages build, as some rely on dynamic linking.
    
    (cherry picked from commit 6d90a8b)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3c36dcc View commit details
  12. swiftclient: init at 3.6.0

    Jos van Bakel committed Dec 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    35aab26 View commit details
  13. kind: master -> 0.0.1

    David McKay committed Dec 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fbabead View commit details
  14. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c974813 View commit details
  15. Copy the full SHA
    6fa51fe View commit details
  16. Merge pull request #51967 from etu/fix-windowMananger-spelling

    nixos/{sddm,lightdm}: Fix window mananger spelling
    Mic92 authored Dec 13, 2018
    Copy the full SHA
    c72290a View commit details
  17. Merge pull request #51964 from rawkode/feature/upgrade-kind

    kind: master -> 0.0.1
    Mic92 authored Dec 13, 2018
    Copy the full SHA
    1f5d457 View commit details
  18. Merge pull request #51950 from guibou/patch-2

    Fix english in stdenv.xml
    Mic92 authored Dec 13, 2018
    Copy the full SHA
    8092c40 View commit details
  19. doc/breakpointHook: correct typos

    worldofpeace authored and Mic92 committed Dec 13, 2018
    Copy the full SHA
    2417859 View commit details
  20. Merge pull request #51815 from c0deaddict/master

    swiftclient: init at 3.6.0
    worldofpeace authored Dec 13, 2018
    Copy the full SHA
    c86349b View commit details
  21. Merge pull request #51953 from WilliButz/grafana-update

    grafana: 5.4.1 -> 5.4.2
    alyssais authored Dec 13, 2018
    Copy the full SHA
    6ccc922 View commit details
  22. freebind: init at 2017-12-27

    volth committed Dec 13, 2018
    Copy the full SHA
    0083685 View commit details
  23. Merge branch 'crossOverlays-for-18.09' (early part) into tempory branch

    This was an early "pre-release" to stable, with a warning that the
    interface is not stable yet (thought we don't actually expect it to
    change).
    
    We do expect to make many static build fixes, however, which should go
    to master and staging, so we merge the cherry-picks back into master so
    we can do those fixes against:
    
      git merge-base upstream/master upstream/release-18.09
    
    and merge into both master and release-18.09. This is easier than
    cherry-picking when one knows in advance they are targeting multiple
    branches.
    
    No files should be changed with this merge.
    Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    18e5cff View commit details
  24. Merge pull request #51949 from Synthetica9/sublime-url-fix

    sublime: add new download url
    rasendubi authored Dec 13, 2018
    Copy the full SHA
    7aad64b View commit details
  25. Copy the full SHA
    b0dc7bc View commit details
  26. Merge branch 'pkgsStatic-temp'

    No files are changed with this merge. See second parent commit for
    rational.
    Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    53449ba View commit details
  27. Merge pull request #51955 from asymmetric/geth-1.8.20

    go-ethereum: 1.8.19 -> 1.8.20
    rasendubi authored Dec 13, 2018
    Copy the full SHA
    feb6c54 View commit details
  28. stdenv/darwin: fix portable libsystem hook

    Some packages don’t have /bin directories. We should only run
    install_name_tool if that directory exists.
    
    (cherry picked from commit 0b85745)
    matthewbauer authored and Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    af2cebe View commit details
  29. Merge pull request #51961 from volth/freebind

    freebind: init at 2017-12-27
    rasendubi authored Dec 13, 2018
    Copy the full SHA
    01c16e0 View commit details
  30. Merge commit 'af2cebe78fd185d1bbabd071f85f74654602d042'

    Forgot one commit when "pre-releasing" `pkgsStatic`. Again, no files
    were changed by this.
    Ericson2314 committed Dec 13, 2018
    Copy the full SHA
    71b3f93 View commit details
  31. Copy the full SHA
    cb5a7bd View commit details
  32. Merge pull request #51965 from vaibhavsagar/fix-static-lz4

    lz4: Fix pkgsStatic build
    Ericson2314 authored Dec 13, 2018
    Copy the full SHA
    e0a4d10 View commit details
Loading