-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: bc41317e2431
head repository: NixOS/nixpkgs-channels
compare: f2a1a4e93be2
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 45df055 - Browse repository at this point
Copy the full SHA 45df055View commit details -
maintainers/maintainer-list.nix: stop the real name policy
What is a "real name" anyway? Are we in the buisness of checking passports here?
Configuration menu - View commit details
-
Copy full SHA for 5abdbbb - Browse repository at this point
Copy the full SHA 5abdbbbView commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be68971 - Browse repository at this point
Copy the full SHA be68971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419ea86 - Browse repository at this point
Copy the full SHA 419ea86View commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5828821 - Browse repository at this point
Copy the full SHA 5828821View commit details
Commits on Oct 9, 2018
-
qcdnum: downgrade 17-01-14 -> 17-01-13
17-01-14 is not compatible with xfitter. It fails with: PDFEXT obsolete, please use EXTPDF instead
Configuration menu - View commit details
-
Copy full SHA for ad6b9e4 - Browse repository at this point
Copy the full SHA ad6b9e4View commit details
Commits on Oct 10, 2018
-
nixos-option: don't abort with shell failures if options are not exis…
…tant `nixos-option` basically handles two cases: the given option is either a valid option defined using `mkOption` or an attribute set which contains a set of options. If none of the above cases is valid, `$1` is invalid. Unfortunatley the script interpreted invalid options as an attribute set which rendered shell failures when trying to evaluate the arguments. First of all, `if names=$(attrNames ...)` resulted in `<PRIMOP>` as `attrNames` simply evaluated `builtins.attrNames $result` which results in a non-applied function with `$result` being empty. Trying to map over this string using `nixMap` while applying `escapeQuotes` causes the bash error as `eval echo "<PRIMOP>"` is invalid syntax. Explicitly checking if `$result' contains a value (do we have an attribute set?) and otherwise returning a warning and asking if $option exists fixes the problem. Fixes #48060
Configuration menu - View commit details
-
Copy full SHA for 76cc15a - Browse repository at this point
Copy the full SHA 76cc15aView commit details
Commits on Oct 16, 2018
-
redmine: add missing 'migrate' command prior to starting the application
required for plugins with a database component see: http://www.redmine.org/projects/redmine/wiki/Plugins
Configuration menu - View commit details
-
Copy full SHA for 4ed7d82 - Browse repository at this point
Copy the full SHA 4ed7d82View commit details
Commits on Oct 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3dd924b - Browse repository at this point
Copy the full SHA 3dd924bView commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 69936b5 - Browse repository at this point
Copy the full SHA 69936b5View commit details
Commits on Nov 24, 2018
-
Remane test-eval-release.sh to eval-release.sh
Since this script can also be used for non testing purposes.
Configuration menu - View commit details
-
Copy full SHA for ea90e51 - Browse repository at this point
Copy the full SHA ea90e51View commit details
Commits on Dec 15, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-ansible-lint/versions
Configuration menu - View commit details
-
Copy full SHA for 221762c - Browse repository at this point
Copy the full SHA 221762cView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openshadinglanguage/versions
Configuration menu - View commit details
-
Copy full SHA for 1ecbc12 - Browse repository at this point
Copy the full SHA 1ecbc12View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openfortivpn/versions
Configuration menu - View commit details
-
Copy full SHA for 5b8d77d - Browse repository at this point
Copy the full SHA 5b8d77dView commit details
Commits on Dec 22, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/solr/versions
Configuration menu - View commit details
-
Copy full SHA for 4a9fcee - Browse repository at this point
Copy the full SHA 4a9fceeView commit details
Commits on Dec 23, 2018
-
The recipe now uses the default scons build phases.
Configuration menu - View commit details
-
Copy full SHA for 3b2506b - Browse repository at this point
Copy the full SHA 3b2506bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ad1fb - Browse repository at this point
Copy the full SHA e7ad1fbView commit details
Commits on Dec 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8362452 - Browse repository at this point
Copy the full SHA 8362452View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 420b83b - Browse repository at this point
Copy the full SHA 420b83bView commit details
Commits on Jan 6, 2019
-
doc: don't overwrite makeFlagsArray in the example
Arrays like these should be appended to instead of overwritten in almost every case to avoid loosing the existing flags.
Configuration menu - View commit details
-
Copy full SHA for e279767 - Browse repository at this point
Copy the full SHA e279767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f76246 - Browse repository at this point
Copy the full SHA 7f76246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5605482 - Browse repository at this point
Copy the full SHA 5605482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154ace0 - Browse repository at this point
Copy the full SHA 154ace0View commit details -
linux: add feature flag to indicate support for 32bit emulation
Motivated by the need to warn users trying to build configurations that depend on being able to run 32bit apps on 64bit kernels.
Configuration menu - View commit details
-
Copy full SHA for 6eea9ac - Browse repository at this point
Copy the full SHA 6eea9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab070d1 - Browse repository at this point
Copy the full SHA ab070d1View commit details
Commits on Jan 7, 2019
-
nixos/containers: add bridge without address specified
According to systemd-nspawn(1), --network-bridge implies --network-veth, and --port option is supported only when private networking is enabled. Fixes #52417.
Configuration menu - View commit details
-
Copy full SHA for 53013ea - Browse repository at this point
Copy the full SHA 53013eaView commit details
Commits on Jan 8, 2019
-
haskell.buildStackProject: use setup hook
This makes things easier and hopefully fixes the arg too long issue. Fixes #49206.
Configuration menu - View commit details
-
Copy full SHA for 0dabaca - Browse repository at this point
Copy the full SHA 0dabacaView commit details
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fd5a886 - Browse repository at this point
Copy the full SHA fd5a886View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c6b162b - Browse repository at this point
Copy the full SHA c6b162bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18387c4 - Browse repository at this point
Copy the full SHA 18387c4View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e680dd4 - Browse repository at this point
Copy the full SHA e680dd4View commit details -
synergy: fix compilation on macOS
cf-private is needed to build on macOS
Configuration menu - View commit details
-
Copy full SHA for f84e353 - Browse repository at this point
Copy the full SHA f84e353View commit details -
gnidorah committed
Jan 11, 2019 Configuration menu - View commit details
-
Copy full SHA for e0511ba - Browse repository at this point
Copy the full SHA e0511baView commit details -
kmsxx: 2018-09-10 -> 2018-10-23
gnidorah committedJan 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 1f18bb6 - Browse repository at this point
Copy the full SHA 1f18bb6View commit details -
gnidorah committed
Jan 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 9ee99d9 - Browse repository at this point
Copy the full SHA 9ee99d9View commit details
Commits on Jan 12, 2019
-
gnidorah committed
Jan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for ab7065b - Browse repository at this point
Copy the full SHA ab7065bView commit details -
gnidorah committed
Jan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ef94be - Browse repository at this point
Copy the full SHA 7ef94beView commit details -
gnidorah committed
Jan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for e107569 - Browse repository at this point
Copy the full SHA e107569View commit details -
gnidorah committed
Jan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for e0b64f5 - Browse repository at this point
Copy the full SHA e0b64f5View commit details -
openjk: 2017-08-11 -> 2018-09-17
gnidorah committedJan 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 00349e3 - Browse repository at this point
Copy the full SHA 00349e3View commit details -
xcbuild: provide migcom in toolchain
This is needed to facilitate build of qt5.qtwebengine on darwin
Configuration menu - View commit details
-
Copy full SHA for 7a6d18c - Browse repository at this point
Copy the full SHA 7a6d18cView commit details -
qt511.qtwebengine: fix build on darwin
Co-Authored-By: Josef Kemetmüller <josef.kemetmueller@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45ab55e - Browse repository at this point
Copy the full SHA 45ab55eView commit details
Commits on Jan 13, 2019
-
openmw-tes3mp: 0.6.0 -> 0.7.0-alpha
gnidorah committedJan 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 6b79f05 - Browse repository at this point
Copy the full SHA 6b79f05View commit details -
openmpt123: 0.2.7025-beta20.1 -> 0.4.1
gnidorah committedJan 13, 2019 Configuration menu - View commit details
-
Copy full SHA for f2b9162 - Browse repository at this point
Copy the full SHA f2b9162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f2eb7 - Browse repository at this point
Copy the full SHA 91f2eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85777c - Browse repository at this point
Copy the full SHA d85777cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c84258 - Browse repository at this point
Copy the full SHA 4c84258View commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 995833d - Browse repository at this point
Copy the full SHA 995833dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da98284 - Browse repository at this point
Copy the full SHA da98284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1928102 - Browse repository at this point
Copy the full SHA 1928102View commit details
There are no files selected for viewing