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: f129ed25a040
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: 8868126cd230
Choose a head ref

Commits on Oct 25, 2018

  1. Copy the full SHA
    950608b View commit details
  2. Copy the full SHA
    ad501e4 View commit details

Commits on Oct 27, 2018

  1. Copy the full SHA
    f5c2960 View commit details
  2. Copy the full SHA
    ec8f320 View commit details
  3. androidenv: remove android command from fetch.sh

    It's deprecated, and no longer prints the urls of any xml files for the script
    to parse.
    nicknovitski committed Oct 27, 2018
    Copy the full SHA
    6e07691 View commit details
  4. androidenv: run ./fetch.sh

    Manually corrected three problems:
    - fetch.sh: android cli cannot find java executable
    - addons.nix: google_apis_25 expression not added correctly
    - addons.nix: android_support_extra expression deleted (replaced in android 9 with jetpack/androidx)
    nicknovitski committed Oct 27, 2018
    Copy the full SHA
    a61f31c View commit details
  5. Copy the full SHA
    4a0ae5d View commit details
  6. Copy the full SHA
    d861da1 View commit details

Commits on Oct 28, 2018

  1. remmina: clean up

    Desktop file is included now, so no need to create it manually.
    libgnome-keyring is not used anymore, libsecret replaced it.
    jtojnar committed Oct 28, 2018
    Copy the full SHA
    b4c5448 View commit details
  2. jemalloc: 5.0.1 -> 5.1.0

    loskutov committed Oct 28, 2018
    Copy the full SHA
    e7f2ce9 View commit details

Commits on Oct 29, 2018

  1. avr: use new compilation infrastructure

    Gets rid of:
      avrbinutils
      avrgcc
    
    to replace with:
      pkgsCross.avr.buildPackages.binutils
      pkgsCross.avr.buildPackages.gcc
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    d59a9ac View commit details
  2. Copy the full SHA
    72e3b2a View commit details
  3. gcc: support avr

    - respect libc’s incdir and libdir
    - make non-unix systems single threaded
    - set LIMITS_H_TEST to false for avr
    - misc updates to support new libc’s
    - use multilib with avr
    
    For threads we want to use:
    - posix on unix systems
    - win32 on windows
    - single on everything else
    
    For avr:
    - add library directories for avrlibc
    - to disable relro and bind
    - avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    4120939 View commit details
  4. Copy the full SHA
    2650a1f View commit details
  5. newlib: init at 3.0.0

    Fixes #47533
    
    newlib seems to think it’s a compiler when it’s not. Anyway had to
    make host refer to build platform for things to work.
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    8db71d9 View commit details
  6. systems/parse.nix: support weird system configs

    There are some weird ones out there that don’t follow any pattern:
    
    - arm-none-eabi
    - powerpc-none-eabi
    - aarch64-none-elf
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    52dbd33 View commit details
  7. release-cross: add new targets

    adds:
    
    - arm-embedded
    - avr
    - aarch64-embedded
    - powerpc-embedded
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    946598d View commit details
  8. gnuk{-git,-unstable}: remove

    These two are unmaintained, no reason to keep them when they are
    out-of-date
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    501d072 View commit details
  9. texlive: provide repstopdf

    repstopdf is supposed to be a symlink to epstopdf. Then epstopdf looks
    at "$0" to detect when restricted mode needs to be enabled.  Unfortunately
    our wrapper will drop all intermediate symlinks, which messes up "$0".
    Restricted mode appears to be a security feature, so a test is
    introduced to verify that the wrapper works as expected.
    veprbl committed Oct 29, 2018
    Copy the full SHA
    20643a7 View commit details

Commits on Oct 30, 2018

  1. bamf: 0.5.3 -> 2018-02-07, fix build

    Technically this is 0.5.4 but it's unreleased
    worldofpeace committed Oct 30, 2018
    Copy the full SHA
    3358e25 View commit details
  2. Copy the full SHA
    888034f View commit details
  3. Copy the full SHA
    9b34f47 View commit details
  4. Copy the full SHA
    930bcbd View commit details
  5. Copy the full SHA
    b9faae9 View commit details
  6. Copy the full SHA
    e540791 View commit details
  7. Copy the full SHA
    032a2b3 View commit details
  8. treewide: use gnu toolchain for avr/arm-embedded

    These packages should in theory work with our GCC toolchains, but
    there are some definite breakages that need to be tracked down.
    Comparing output of these to old gcc-arm-embedded is important.
    
    Affected packages include:
    
    - axolooti
    - avrdudess
    - opentx
    - microscheme
    - betaflight
    - inav
    - blackmagic
    - simavr
    - gnuk
    matthewbauer committed Oct 30, 2018
    Copy the full SHA
    aa4707f View commit details
  9. gcc-arm-embedded: remove

    replace with:
    
    - pkgsCross.arm-embedded.buildPackages.gcc
    - pkgsCross.arm-embedded.buildPackages.binutils
    matthewbauer committed Oct 30, 2018
    Copy the full SHA
    c327df5 View commit details
  10. mentorToolchains: remove

    mentorToolchains.armLinuxGnuEabi is replaced with:
    
    - pkgsCross.pogoplug4.buildPackages.gcc
    - pkgsCross.pogoplug4.buildPackages.binutils
    
    and mentorToolchains.armEabi is replaced with:
    
    - pkgsCross.arm-embedded.buildPackages.gcc
    - pkgsCross.arm-embedded.buildPackages.binutils
    
    Fixes #39087
    matthewbauer committed Oct 30, 2018
    Copy the full SHA
    dcdf00f View commit details
  11. qmk_firmware: init at 0.6.144

    A convenient way to test embedded projects
    matthewbauer committed Oct 30, 2018
    Copy the full SHA
    a33d122 View commit details
  12. Copy the full SHA
    991e51a View commit details
  13. Copy the full SHA
    7a03d2d View commit details
  14. Copy the full SHA
    22c7bc1 View commit details
  15. Copy the full SHA
    1756b0f View commit details
  16. Copy the full SHA
    46f5deb View commit details
  17. systems/examples: add i686 & x86-64 embedded

    Fixes #28160
    matthewbauer committed Oct 30, 2018
    Copy the full SHA
    2634d37 View commit details
  18. Merge pull request #48286 from matthewbauer/avrgcc

    avr: use new cross compilation infrastructure
    matthewbauer authored Oct 30, 2018
    Copy the full SHA
    a6fa5bd View commit details
  19. Copy the full SHA
    c34f517 View commit details
  20. nixos/slurm: run ctld as user and fix spool dir

    * run as user 'slurm' per default instead of root
    * add user/group slurm to ids.nix
    * fix default location for the state dir of slurmctld:
      (/var/spool -> /var/spool/slurmctld)
    * Update release notes with the above changes
    markuskowa committed Oct 30, 2018
    Copy the full SHA
    111d4eb View commit details
  21. nixos/slurm: add slurmdbd to module

    * New options "services.slurm.dbdserver.[enable,config]"
    * Add slurmdbd to test slurm.nix
    markuskowa committed Oct 30, 2018
    Copy the full SHA
    79c9dbf View commit details
  22. Copy the full SHA
    f51f753 View commit details
  23. nixos/slurm: node/partitionName option -> list

    Make the node and partitionname options lists.
    There can be more than paratition or set of nodes.
    
    Add changes to release notes
    markuskowa committed Oct 30, 2018
    Copy the full SHA
    d2799d1 View commit details
  24. Copy the full SHA
    b388bee View commit details
  25. Merge pull request #49469 from Ekleog/self-as-maintainer

    Add self as maintainer
    markuskowa authored Oct 30, 2018
    Copy the full SHA
    1881e8e View commit details
  26. Merge pull request #49468 from worldofpeace/bamf-fix

    bamf: 0.5.3 -> 2018-02-07, fix build
    jtojnar authored Oct 30, 2018
    Copy the full SHA
    92fcce4 View commit details
  27. cppclean: init at 2018-05-12 (#49264)

    * cppclean: init at 2018-05-12
    
    * Updated according to review comments
    nthorne authored and c0bw3b committed Oct 30, 2018
    Copy the full SHA
    d48cef7 View commit details
  28. Merge pull request #49477 from obsidiansystems/haskell-shell-completions

    haskell-lib: Factor out shell completion scripts helper
    Ericson2314 authored Oct 30, 2018
    Copy the full SHA
    26fa9d2 View commit details
  29. beancount: fix build

    pytest is now a runtime dependency
    Carlos Morera de la Chica authored and FRidh committed Oct 30, 2018
    Copy the full SHA
    fe30cce View commit details
  30. pythonPackages.pythondaemon: rename to pythonPackages.python-daemon

    This commit renames the pythondaemon module to match its module name, github
    name, and pypi name, which makes it easier to find and reference. In order to
    avoid breaking any external users, I've left an alias with a deprecated warning.
    bhipple authored and FRidh committed Oct 30, 2018
    Copy the full SHA
    baf0703 View commit details
  31. python36Packages.nbxmpp: 0.6.6 -> 0.6.8

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.6-nbxmpp/versions
    r-ryantm authored and FRidh committed Oct 30, 2018
    Copy the full SHA
    c3a1c00 View commit details
Loading