-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: b6ba25ce95e5
head repository: NixOS/nixpkgs
compare: d3baf946b767
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b8ae6b1 - Browse repository at this point
Copy the full SHA b8ae6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3954ddd - Browse repository at this point
Copy the full SHA 3954dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aef41c - Browse repository at this point
Copy the full SHA 1aef41cView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb1cd0d - Browse repository at this point
Copy the full SHA eb1cd0dView commit details
Commits on Oct 16, 2019
-
MicrosoftTakeover authored
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 8479d2b - Browse repository at this point
Copy the full SHA 8479d2bView commit details
Commits on Oct 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ab9fd67 - Browse repository at this point
Copy the full SHA ab9fd67View commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f93c22 - Browse repository at this point
Copy the full SHA 0f93c22View commit details -
plover.dev: add missing setuptools dependency
Without this, it crashes instantly at startup looking for pkg_resources.
Configuration menu - View commit details
-
Copy full SHA for b954169 - Browse repository at this point
Copy the full SHA b954169View commit details -
nixos/nix-daemon: don't refer to deprecated option aliases
The `gc-` prefixed versions of these options have been deprecated since Nix 2.0.
Configuration menu - View commit details
-
Copy full SHA for a68219b - Browse repository at this point
Copy the full SHA a68219bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 327d406 - Browse repository at this point
Copy the full SHA 327d406View commit details
Commits on Oct 19, 2019
-
plover.dev: apply the Qt wrapper
Without this, it crashes instantly at startup looking for the Qt xcb plugin. Co-authored-by: Kovacsics Robert <rmk35@cam.ac.uk>
Configuration menu - View commit details
-
Copy full SHA for 3b0bc63 - Browse repository at this point
Copy the full SHA 3b0bc63View commit details -
docker-runc: switch to OCI runc 1.0.0-rc8+dev
The revision picked is based on https://github.com/docker/docker-ce/blob/19.03/components/engine/hack/dockerfile/install/runc.installer and https://github.com/docker/docker-ce/blob/18.09/components/engine/hack/dockerfile/install/runc.installer This should address CVE-2019-16884.
Configuration menu - View commit details
-
Copy full SHA for b36ee87 - Browse repository at this point
Copy the full SHA b36ee87View commit details -
gitlab: Get rid of most 'already initialized constant'-warnings
On start, unicorn, sidekiq and other parts running ruby code emits quite a few warnings similar to /var/gitlab/state/config/application.rb:202: warning: already initialized constant Gitlab::Application::LOOSE_EE_APP_ASSETS /nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/config/application.rb:202: warning: previous definition of LOOSE_EE_APP_ASSETS was here /var/gitlab/state/lib/gitlab.rb:38: warning: already initialized constant Gitlab::COM_URL /nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/lib/gitlab.rb:38: warning: previous definition of COM_URL was here This seems to be caused by the same ruby files being evaluated multiple times due to the paths being different - sometimes they're loaded using the direct path and sometimes through a symlink, due to our split between config and package data. To fix this, we make sure that the offending files in the state directory always reference the store path, regardless of that being the real file or a symlink.
Configuration menu - View commit details
-
Copy full SHA for ed4a09c - Browse repository at this point
Copy the full SHA ed4a09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2283d9 - Browse repository at this point
Copy the full SHA e2283d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for efab039 - Browse repository at this point
Copy the full SHA efab039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06abd24 - Browse repository at this point
Copy the full SHA 06abd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690b3c4 - Browse repository at this point
Copy the full SHA 690b3c4View commit details
Commits on Oct 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d130224 - Browse repository at this point
Copy the full SHA d130224View commit details -
rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
Configuration menu - View commit details
-
Copy full SHA for 06744bb - Browse repository at this point
Copy the full SHA 06744bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07c297 - Browse repository at this point
Copy the full SHA e07c297View commit details -
doc: organize chapters into parts, and reduce toc depth
Reorganize the chapters into parts and reduce the TOC depth to make the TOC useful again. The top-level TOC is very brief, but that is fine because every part will have its own TOC. Section titles of languages/frameworks are also simplified to just the name of the language/framework.
Configuration menu - View commit details
-
Copy full SHA for 95dfbe2 - Browse repository at this point
Copy the full SHA 95dfbe2View commit details -
doc: merge package notes and package-specific notes
Maybe there was an idea behind this separation, but looking at the contents I don't see any reason for these being separate.
1Configuration menu - View commit details
-
Copy full SHA for 115018f - Browse repository at this point
Copy the full SHA 115018fView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb55d2 - Browse repository at this point
Copy the full SHA efb55d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d733b - Browse repository at this point
Copy the full SHA 16d733bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdee83d - Browse repository at this point
Copy the full SHA fdee83dView commit details -
softmaker-office: fix product unlock error
SoftMaker/FreeOffice collects some system information upon unlocking the product. But in doing so, it attempts to execute /bin/ls. If the execve syscall fails, the whole unlock procedure fails. This works around that by rewriting /bin/ls to the proper path. SoftMaker Office restarts itself upon some operations, such changing the theme and unlocking. Unfortunately, we do not have control over its environment then and it will fail with an error. Starting SoftMaker Office from scratch will then work. Fixes #71228
Configuration menu - View commit details
-
Copy full SHA for 6f6331d - Browse repository at this point
Copy the full SHA 6f6331dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b09794c - Browse repository at this point
Copy the full SHA b09794cView commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d54ea9 - Browse repository at this point
Copy the full SHA 9d54ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b1ef5 - Browse repository at this point
Copy the full SHA 24b1ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7673965 - Browse repository at this point
Copy the full SHA 7673965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5feacc9 - Browse repository at this point
Copy the full SHA 5feacc9View commit details -
doc: move fhs and mkShell under builders/special
In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is...
Configuration menu - View commit details
-
Copy full SHA for 2b9713c - Browse repository at this point
Copy the full SHA 2b9713cView commit details -
Merge pull request #71338 from edef1c/nix-daemon-opt-aliases
nixos/nix-daemon: don't refer to deprecated option aliases
Configuration menu - View commit details
-
Copy full SHA for 0599c89 - Browse repository at this point
Copy the full SHA 0599c89View commit details -
Merge pull request #71335 from edef1c/plover-deps
Add missing Plover deps
Configuration menu - View commit details
-
Copy full SHA for 1a25b14 - Browse repository at this point
Copy the full SHA 1a25b14View commit details -
Merge pull request #71254 from MicrosoftTakeover/patch-1
minetest 5.0.1 -> 5.1.0
Configuration menu - View commit details
-
Copy full SHA for cf52cd4 - Browse repository at this point
Copy the full SHA cf52cd4View commit details -
Merge pull request #71406 from astro/collectd
collectd: plugins configuration, buildMinimalPackage
Configuration menu - View commit details
-
Copy full SHA for cc9b18f - Browse repository at this point
Copy the full SHA cc9b18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2f1c8 - Browse repository at this point
Copy the full SHA bf2f1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360e57a - Browse repository at this point
Copy the full SHA 360e57aView commit details -
elmPackages.*: update to latest versions
elm-language-server: 1.4.1 -> 1.4.2 downstream updates in others
Configuration menu - View commit details
-
Copy full SHA for 1d4f48d - Browse repository at this point
Copy the full SHA 1d4f48dView commit details -
lib/trivial: add
pipe
function`pipe` is a useful operator for creating pipelines of functions. It works around the usual problem of e.g. string operations becoming deeply nested functions. In principle, there are four different ways this function could be written: pipe val [ f1 .. fn ] pipe val [ fn .. f1 ] compose [ f1 .. fn ] val compose [ fn .. f1 ] val The third and fourth form mirror composition of functions, they would be the same as e.g. `(f1 << f2 << f3 .. << fn) val`. However, it is not clear which direction the list should have (as one can see in the second form, which is the most absurd. In order not to confuse users, we decide for the most “intuitive” form, which mirrors the way unix pipes work (thus the name `pipe`). The flow of data goes from left to right. Co-Authored-By: Silvan Mosberger <infinisil@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8252861 - Browse repository at this point
Copy the full SHA 8252861View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c21ad - Browse repository at this point
Copy the full SHA b1c21adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5994f - Browse repository at this point
Copy the full SHA ad5994fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4d260 - Browse repository at this point
Copy the full SHA 9f4d260View commit details -
Merge pull request #71521 from BrianHicks/update-elm-language-server
elmPackages.*: update to latest versions
Configuration menu - View commit details
-
Copy full SHA for 3fd1d47 - Browse repository at this point
Copy the full SHA 3fd1d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe3c89 - Browse repository at this point
Copy the full SHA cfe3c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d281cc - Browse repository at this point
Copy the full SHA 9d281ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49945b9 - Browse repository at this point
Copy the full SHA 49945b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e4d7b - Browse repository at this point
Copy the full SHA b0e4d7bView commit details -
Merge pull request #71522 from marsam/update-nodejs
nodejs-12_x: 12.12.0 -> 12.13.0
Configuration menu - View commit details
-
Copy full SHA for fa4524d - Browse repository at this point
Copy the full SHA fa4524dView commit details -
Merge pull request #69124 from asbachb/update-to-netbeans-11.1
Update to NetBeans 11.1
Configuration menu - View commit details
-
Copy full SHA for a2638b6 - Browse repository at this point
Copy the full SHA a2638b6View commit details
There are no files selected for viewing