-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: a5cc7d319770
head repository: NixOS/nixpkgs-channels
compare: 5717d9d2f7ca
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c8adba6 - Browse repository at this point
Copy the full SHA c8adba6View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65579d4 - Browse repository at this point
Copy the full SHA 65579d4View commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2370ca0 - Browse repository at this point
Copy the full SHA 2370ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2f98d - Browse repository at this point
Copy the full SHA 0e2f98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2c68a - Browse repository at this point
Copy the full SHA fe2c68aView commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5601d74 - Browse repository at this point
Copy the full SHA 5601d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f856cb8 - Browse repository at this point
Copy the full SHA f856cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1acf8 - Browse repository at this point
Copy the full SHA 6f1acf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5c7d3 - Browse repository at this point
Copy the full SHA 8c5c7d3View commit details -
gfan: fix clang build on non-Darwin
-fno-guess-branch-probability isn't a Darwin-specific thing, it's a clang-specific thing.
Configuration menu - View commit details
-
Copy full SHA for 8f5eaa6 - Browse repository at this point
Copy the full SHA 8f5eaa6View commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fafc1dd - Browse repository at this point
Copy the full SHA fafc1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb8654 - Browse repository at this point
Copy the full SHA 5bb8654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4703d4d - Browse repository at this point
Copy the full SHA 4703d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d5d21 - Browse repository at this point
Copy the full SHA f1d5d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d8632 - Browse repository at this point
Copy the full SHA 16d8632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5868f8f - Browse repository at this point
Copy the full SHA 5868f8fView commit details -
petsc: Fix install_name_tool patch
The PETSc library's config/install.py script checks whether /usr/bin/install_name_tool is an existing file: https://gitlab.com/petsc/petsc/-/blob/master/config/install.py#L368 Therefore, it is not enough to replace it with something that we expect to be on the PATH, as this will cause the linked if statement to be silently skipped. The consequence is that applications linked against this version of petsc will fail at runtime on MacOS with a dynamic loading error. Instead, we should replace install_name_tool with the absolute path of a binary we know will be present at build time. Note that this should be fixed upstream as well, but this is sufficient to fix the runtime error.
Jack Coughlin committedJul 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a65fe8 - Browse repository at this point
Copy the full SHA 8a65fe8View commit details -
Co-authored-by: Gabriel Ebner <gebner@gebner.org> Update pkgs/applications/science/logic/cvc4/default.nix Co-authored-by: Gabriel Ebner <gebner@gebner.org>
Configuration menu - View commit details
-
Copy full SHA for 424936e - Browse repository at this point
Copy the full SHA 424936eView commit details -
Merge pull request #93427 from marsam/fix-strip-nondeterminism-darwin
strip-nondeterminism: fix build on darwin
Configuration menu - View commit details
-
Copy full SHA for c28899b - Browse repository at this point
Copy the full SHA c28899bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffc16a - Browse repository at this point
Copy the full SHA 3ffc16aView commit details -
Merge pull request #93408 from justin-gerhardt/stm32cube
stm32cubemx: 5.3.0 -> 5.6.1
Configuration menu - View commit details
-
Copy full SHA for 3bcbebb - Browse repository at this point
Copy the full SHA 3bcbebbView commit details -
Merge pull request #93402 from pacien/beamerpresenter-v0.1.2
beamerpresenter: 0.1.1 -> 0.1.2
Configuration menu - View commit details
-
Copy full SHA for d05ea5c - Browse repository at this point
Copy the full SHA d05ea5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c9c3a - Browse repository at this point
Copy the full SHA 60c9c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eccd64 - Browse repository at this point
Copy the full SHA 9eccd64View commit details -
Merge pull request #93428 from johnbcoughlin/petsc-install_name_tool
petsc: Fix install_name_tool patch
Configuration menu - View commit details
-
Copy full SHA for cf059b3 - Browse repository at this point
Copy the full SHA cf059b3View commit details -
p7zip: fix build when enableUnfree is true
`chmod +x install.sh` was only being executed when enableUnfree was false. Therefore, building p7zip with enableUnfree set to true would fail because install.sh was not an executable file.
Configuration menu - View commit details
-
Copy full SHA for 410dbaa - Browse repository at this point
Copy the full SHA 410dbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc6bb9 - Browse repository at this point
Copy the full SHA bdc6bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bf59e - Browse repository at this point
Copy the full SHA c3bf59eView commit details -
Merge pull request #93031 from andrew-d/andrew/dsd
dsd: init at 2018-07-01
Configuration menu - View commit details
-
Copy full SHA for 533720c - Browse repository at this point
Copy the full SHA 533720cView commit details -
Merge pull request #93280 from markuskowa/upd-ucx
ucx: 1.7.0 -> 1.8.1, build openmpi with ucx
Configuration menu - View commit details
-
Copy full SHA for 5ac114b - Browse repository at this point
Copy the full SHA 5ac114bView commit details -
Merge pull request #93420 from marsam/init-3270font
_3270font: init at 2.0.4
Configuration menu - View commit details
-
Copy full SHA for 68dfdd3 - Browse repository at this point
Copy the full SHA 68dfdd3View commit details -
coreboot-utils: include common meta attrs for all
Milan Pässler committedJul 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 72e242d - Browse repository at this point
Copy the full SHA 72e242dView commit details -
Merge pull request #93439 from cript0nauta/p7zip-unfree
p7zip: fix build when enableUnfree is true
Configuration menu - View commit details
-
Copy full SHA for a5fc5da - Browse repository at this point
Copy the full SHA a5fc5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566982e - Browse repository at this point
Copy the full SHA 566982eView commit details -
zoom-us: Link libfaac to fix audio recording (#93374)
Fixes #93341. Using strace reveals that zoom is attempting to load "libfaac1.so" from its PATH. As faac provides "libfaac.so.0", solve this by linking from there to "libfaac1.so" in zoom's output. This is the same solution as the one we use for libjpeg_turbo.
Configuration menu - View commit details
-
Copy full SHA for 903a0ca - Browse repository at this point
Copy the full SHA 903a0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b077859 - Browse repository at this point
Copy the full SHA b077859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501a9de - Browse repository at this point
Copy the full SHA 501a9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5096769 - Browse repository at this point
Copy the full SHA 5096769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2904fb7 - Browse repository at this point
Copy the full SHA 2904fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44178a8 - Browse repository at this point
Copy the full SHA 44178a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7012a - Browse repository at this point
Copy the full SHA cc7012aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 260182c - Browse repository at this point
Copy the full SHA 260182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d2363 - Browse repository at this point
Copy the full SHA 03d2363View commit details -
Configuration menu - View commit details
-
Copy full SHA for b667ccf - Browse repository at this point
Copy the full SHA b667ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e24f74 - Browse repository at this point
Copy the full SHA 0e24f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b1b19 - Browse repository at this point
Copy the full SHA 82b1b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 466872e - Browse repository at this point
Copy the full SHA 466872eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd0c09 - Browse repository at this point
Copy the full SHA fbd0c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc17201 - Browse repository at this point
Copy the full SHA fc17201View commit details -
Configuration menu - View commit details
-
Copy full SHA for f826149 - Browse repository at this point
Copy the full SHA f826149View commit details
There are no files selected for viewing