-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: f129ed25a040
head repository: NixOS/nixpkgs-channels
compare: 8868126cd230
Commits on Oct 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 950608b - Browse repository at this point
Copy the full SHA 950608bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad501e4 - Browse repository at this point
Copy the full SHA ad501e4View commit details
Commits on Oct 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f5c2960 - Browse repository at this point
Copy the full SHA f5c2960View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8f320 - Browse repository at this point
Copy the full SHA ec8f320View commit details -
androidenv: remove
android
command from fetch.shIt's deprecated, and no longer prints the urls of any xml files for the script to parse.
Configuration menu - View commit details
-
Copy full SHA for 6e07691 - Browse repository at this point
Copy the full SHA 6e07691View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a61f31c - Browse repository at this point
Copy the full SHA a61f31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0ae5d - Browse repository at this point
Copy the full SHA 4a0ae5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d861da1 - Browse repository at this point
Copy the full SHA d861da1View commit details
Commits on Oct 28, 2018
-
Desktop file is included now, so no need to create it manually. libgnome-keyring is not used anymore, libsecret replaced it.
Configuration menu - View commit details
-
Copy full SHA for b4c5448 - Browse repository at this point
Copy the full SHA b4c5448View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f2ce9 - Browse repository at this point
Copy the full SHA e7f2ce9View commit details
Commits on Oct 29, 2018
-
avr: use new compilation infrastructure
Gets rid of: avrbinutils avrgcc to replace with: pkgsCross.avr.buildPackages.binutils pkgsCross.avr.buildPackages.gcc
Configuration menu - View commit details
-
Copy full SHA for d59a9ac - Browse repository at this point
Copy the full SHA d59a9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e3b2a - Browse repository at this point
Copy the full SHA 72e3b2aView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 4120939 - Browse repository at this point
Copy the full SHA 4120939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2650a1f - Browse repository at this point
Copy the full SHA 2650a1fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8db71d9 - Browse repository at this point
Copy the full SHA 8db71d9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 52dbd33 - Browse repository at this point
Copy the full SHA 52dbd33View commit details -
release-cross: add new targets
adds: - arm-embedded - avr - aarch64-embedded - powerpc-embedded
Configuration menu - View commit details
-
Copy full SHA for 946598d - Browse repository at this point
Copy the full SHA 946598dView commit details -
These two are unmaintained, no reason to keep them when they are out-of-date
Configuration menu - View commit details
-
Copy full SHA for 501d072 - Browse repository at this point
Copy the full SHA 501d072View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 20643a7 - Browse repository at this point
Copy the full SHA 20643a7View commit details
Commits on Oct 30, 2018
-
bamf: 0.5.3 -> 2018-02-07, fix build
Technically this is 0.5.4 but it's unreleased
Configuration menu - View commit details
-
Copy full SHA for 3358e25 - Browse repository at this point
Copy the full SHA 3358e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888034f - Browse repository at this point
Copy the full SHA 888034fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b34f47 - Browse repository at this point
Copy the full SHA 9b34f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930bcbd - Browse repository at this point
Copy the full SHA 930bcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9faae9 - Browse repository at this point
Copy the full SHA b9faae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e540791 - Browse repository at this point
Copy the full SHA e540791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032a2b3 - Browse repository at this point
Copy the full SHA 032a2b3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aa4707f - Browse repository at this point
Copy the full SHA aa4707fView commit details -
replace with: - pkgsCross.arm-embedded.buildPackages.gcc - pkgsCross.arm-embedded.buildPackages.binutils
Configuration menu - View commit details
-
Copy full SHA for c327df5 - Browse repository at this point
Copy the full SHA c327df5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dcdf00f - Browse repository at this point
Copy the full SHA dcdf00fView commit details -
A convenient way to test embedded projects
Configuration menu - View commit details
-
Copy full SHA for a33d122 - Browse repository at this point
Copy the full SHA a33d122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991e51a - Browse repository at this point
Copy the full SHA 991e51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a03d2d - Browse repository at this point
Copy the full SHA 7a03d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c7bc1 - Browse repository at this point
Copy the full SHA 22c7bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1756b0f - Browse repository at this point
Copy the full SHA 1756b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f5deb - Browse repository at this point
Copy the full SHA 46f5debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2634d37 - Browse repository at this point
Copy the full SHA 2634d37View commit details -
Merge pull request #48286 from matthewbauer/avrgcc
avr: use new cross compilation infrastructure
Configuration menu - View commit details
-
Copy full SHA for a6fa5bd - Browse repository at this point
Copy the full SHA a6fa5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34f517 - Browse repository at this point
Copy the full SHA c34f517View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 111d4eb - Browse repository at this point
Copy the full SHA 111d4ebView commit details -
nixos/slurm: add slurmdbd to module
* New options "services.slurm.dbdserver.[enable,config]" * Add slurmdbd to test slurm.nix
Configuration menu - View commit details
-
Copy full SHA for 79c9dbf - Browse repository at this point
Copy the full SHA 79c9dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51f753 - Browse repository at this point
Copy the full SHA f51f753View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d2799d1 - Browse repository at this point
Copy the full SHA d2799d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b388bee - Browse repository at this point
Copy the full SHA b388beeView commit details -
Merge pull request #49469 from Ekleog/self-as-maintainer
Add self as maintainer
Configuration menu - View commit details
-
Copy full SHA for 1881e8e - Browse repository at this point
Copy the full SHA 1881e8eView commit details -
Merge pull request #49468 from worldofpeace/bamf-fix
bamf: 0.5.3 -> 2018-02-07, fix build
Configuration menu - View commit details
-
Copy full SHA for 92fcce4 - Browse repository at this point
Copy the full SHA 92fcce4View commit details -
cppclean: init at 2018-05-12 (#49264)
* cppclean: init at 2018-05-12 * Updated according to review comments
Configuration menu - View commit details
-
Copy full SHA for d48cef7 - Browse repository at this point
Copy the full SHA d48cef7View commit details -
Merge pull request #49477 from obsidiansystems/haskell-shell-completions
haskell-lib: Factor out shell completion scripts helper
Configuration menu - View commit details
-
Copy full SHA for 26fa9d2 - Browse repository at this point
Copy the full SHA 26fa9d2View commit details -
pytest is now a runtime dependency
Configuration menu - View commit details
-
Copy full SHA for fe30cce - Browse repository at this point
Copy the full SHA fe30cceView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for baf0703 - Browse repository at this point
Copy the full SHA baf0703View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c3a1c00 - Browse repository at this point
Copy the full SHA c3a1c00View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f129ed25a040...8868126cd230