-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 5505d2f03634
head repository: NixOS/nixpkgs
compare: 6c567ed79727
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 11ec70c - Browse repository at this point
Copy the full SHA 11ec70cView commit details
Commits on Sep 10, 2019
-
This commit also adds it as an application in all-packages.nix, since it's typically used as just a stand-alone cmdline tool.
Configuration menu - View commit details
-
Copy full SHA for 7b4132f - Browse repository at this point
Copy the full SHA 7b4132fView commit details
Commits on Sep 15, 2019
-
jogl: remove #37364 workaround
volth authoredSep 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b7848e - Browse repository at this point
Copy the full SHA 7b7848eView commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 319710d - Browse repository at this point
Copy the full SHA 319710dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43dc5c0 - Browse repository at this point
Copy the full SHA 43dc5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727aaae - Browse repository at this point
Copy the full SHA 727aaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae20db1 - Browse repository at this point
Copy the full SHA ae20db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4edff0 - Browse repository at this point
Copy the full SHA a4edff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c772b - Browse repository at this point
Copy the full SHA 36c772bView commit details
Commits on Sep 20, 2019
-
python37Packages.sentry-sdk: Fix tests
The tests depend on many third-party libraries, presumably because Sentry offers integration for each of them. I added these as build inputs but not propagated build inputs, because they are only needed for the tests.
Configuration menu - View commit details
-
Copy full SHA for ce6145d - Browse repository at this point
Copy the full SHA ce6145dView commit details -
kexi: patch error due to Qt 5.13
Nathan van Doorn committedSep 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 550d67c - Browse repository at this point
Copy the full SHA 550d67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33821c5 - Browse repository at this point
Copy the full SHA 33821c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b36da8 - Browse repository at this point
Copy the full SHA 2b36da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef06df - Browse repository at this point
Copy the full SHA eef06dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22d36f - Browse repository at this point
Copy the full SHA b22d36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d77d9 - Browse repository at this point
Copy the full SHA 22d77d9View commit details -
ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'. Cherry-picking the contents of this dir is a fragile approach as they change in later commits (breaking this build). This approach continues to work on the current build, and will not break with later versions of the project. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Configuration menu - View commit details
-
Copy full SHA for dfc7bdb - Browse repository at this point
Copy the full SHA dfc7bdbView commit details -
ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Configuration menu - View commit details
-
Copy full SHA for 7d21d6a - Browse repository at this point
Copy the full SHA 7d21d6aView commit details -
ycmd gives 'no completer support' because of missing 'gopls'. Add this as a conditional dependency. Refactor the 'mkdir -p' step to be conditional per-dependency, and placed just before the link step. This is mostly for legibility but also pedantic correctness: do not create a directory unless it will be used. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Configuration menu - View commit details
-
Copy full SHA for dee0cb7 - Browse repository at this point
Copy the full SHA dee0cb7View commit details -
openjdk8: add
setJavaClassPath
-hook to jdk as wellThis hook got removed from JDK[1], however without this hook, the classpath in a Java-build isn't created anymore which caused several[2][3] broken packages. [1] https://github.com/NixOS/nixpkgs/pull/65247/files#r324459267 [2] https://hydra.nixos.org/build/100896633 [3] https://hydra.nixos.org/build/100895668 ZHF #68361
Configuration menu - View commit details
-
Copy full SHA for 19f8806 - Browse repository at this point
Copy the full SHA 19f8806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817e745 - Browse repository at this point
Copy the full SHA 817e745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 219ddc5 - Browse repository at this point
Copy the full SHA 219ddc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3e815 - Browse repository at this point
Copy the full SHA 7b3e815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 477776c - Browse repository at this point
Copy the full SHA 477776cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e99a0 - Browse repository at this point
Copy the full SHA 15e99a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72340af - Browse repository at this point
Copy the full SHA 72340afView commit details
Commits on Sep 21, 2019
-
Greatly decreases zbar-lib transitive closure size: assertion messages contain paths to Qt header files, causing zbar-lib to depend on qtbase-dev. The Qt specific mkDerivation normally does this automatically, but we can't use it here due to having only a small part of the project being Qt related.
Configuration menu - View commit details
-
Copy full SHA for 18b607b - Browse repository at this point
Copy the full SHA 18b607bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b58739 - Browse repository at this point
Copy the full SHA 7b58739View commit details -
Revert "zfs: Incompatibility with kernel 5.3"
This reverts commit 7cff0bc. The assertion is eagerly evaluated and prevents builds for kernels that do not even use zfs
Configuration menu - View commit details
-
Copy full SHA for 53e1d83 - Browse repository at this point
Copy the full SHA 53e1d83View commit details -
mariadb: disable auth_pam plugin on darwin
Fixes #69034 This plugin doesn’t work right for us now, needs to be disabled. It was added first in 10.3.18: MariaDB/server@91fdb93#diff-7cea40646c6b8df9a67a3eac4eec9bc6
Configuration menu - View commit details
-
Copy full SHA for 7e43b4d - Browse repository at this point
Copy the full SHA 7e43b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c6244 - Browse repository at this point
Copy the full SHA 60c6244View commit details -
Merge pull request #69184 from matthewbauer/libproxy-fix-darwin
libproxy: only wrap when pxgsettings exists
Configuration menu - View commit details
-
Copy full SHA for 60e978b - Browse repository at this point
Copy the full SHA 60e978bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ffeba4 - Browse repository at this point
Copy the full SHA 7ffeba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee382a - Browse repository at this point
Copy the full SHA 5ee382aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354b2ee - Browse repository at this point
Copy the full SHA 354b2eeView commit details -
Merge pull request #69166 from mmahut/jormungandr
jormungandr: adding jormungandr-scenario-tests
Configuration menu - View commit details
-
Copy full SHA for 639771f - Browse repository at this point
Copy the full SHA 639771fView commit details -
Merge pull request #69071 from marsam/init-cascadia-code
cascadia-code: init at 1909.16
Configuration menu - View commit details
-
Copy full SHA for 03888ff - Browse repository at this point
Copy the full SHA 03888ffView commit details -
Fixes build error: undefined reference to `GifQuantizeBuffer' that was most likely caused by giflib update in 3605f12 ABI tracker didn't show removal of this symbol - I don't know, perhaps we have different build setting, or something. Here I found no NEWS, ABI tracker seems OK - only minor incompatibilities in -private headers. Mono stuff builds now.
Configuration menu - View commit details
-
Copy full SHA for 22d7eb7 - Browse repository at this point
Copy the full SHA 22d7eb7View commit details -
python3Packages.python-language-server: add setuptools as a de… (#69117)
python3Packages.python-language-server: add setuptools as a dependency
Configuration menu - View commit details
-
Copy full SHA for 970145f - Browse repository at this point
Copy the full SHA 970145fView commit details -
python37Packages.sentry-sdk: use checkInputs
Instead of buildInputs, as there dependencies are only used in tests.
Configuration menu - View commit details
-
Copy full SHA for 8a9ebc0 - Browse repository at this point
Copy the full SHA 8a9ebc0View commit details -
python37Packages.sentry-sdk: Fix tests (#69142)
python37Packages.sentry-sdk: Fix tests
Configuration menu - View commit details
-
Copy full SHA for e03ef7f - Browse repository at this point
Copy the full SHA e03ef7fView commit details -
Merge pull request #69191 from marsam/update-flow
flow: 0.107.0 -> 0.108.0
Configuration menu - View commit details
-
Copy full SHA for 363e0c1 - Browse repository at this point
Copy the full SHA 363e0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b83f3 - Browse repository at this point
Copy the full SHA 86b83f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc3fe4 - Browse repository at this point
Copy the full SHA 8fc3fe4View commit details -
Merge pull request #69183 from matthewbauer/fix-avr-limits-h
gcc: fix mising avr limits.h
Configuration menu - View commit details
-
Copy full SHA for fd3d64b - Browse repository at this point
Copy the full SHA fd3d64bView commit details -
Merge pull request #69181 from delroth/zbar-qtbase
zbar: disable Qt assertions
Configuration menu - View commit details
-
Copy full SHA for 5b80b9a - Browse repository at this point
Copy the full SHA 5b80b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c1065 - Browse repository at this point
Copy the full SHA 97c1065View commit details -
Merge pull request #69195 from c0deaddict/fix/gitea-dump
nixos/gitea: fix dump
Configuration menu - View commit details
-
Copy full SHA for 89b0ef6 - Browse repository at this point
Copy the full SHA 89b0ef6View commit details -
Merge pull request #69178 from uri-canva/typed-ast
pythonPackages.typed-ast: 1.3.5 -> 1.4.0, pythonPackages.mypy: 0.701 -> 0.711
Configuration menu - View commit details
-
Copy full SHA for 495f0ea - Browse repository at this point
Copy the full SHA 495f0eaView commit details -
zsh-completions: 0.30.0 -> 0.31.0 (#69197)
zsh-completions: 0.30.0 -> 0.31.0
Configuration menu - View commit details
-
Copy full SHA for 6353101 - Browse repository at this point
Copy the full SHA 6353101View commit details
There are no files selected for viewing