-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: aade6ded7969
head repository: NixOS/nixpkgs-channels
compare: e94ecca11dc1
Commits on Apr 13, 2019
-
wafHook: let derivations use an existing waf in a non-standard location
this is necessary for talloc (cherry picked from commit f075de5)
Configuration menu - View commit details
-
Copy full SHA for 2f8b886 - Browse repository at this point
Copy the full SHA 2f8b886View commit details -
wafHook: ignore --disable-static and such options
These options are forcefully added by pkgsStatic but are not understood by waf. (cherry picked from commit f23a215)
Configuration menu - View commit details
-
Copy full SHA for 17fb45d - Browse repository at this point
Copy the full SHA 17fb45dView commit details -
wafHook: ignore configurePlatforms
waf does support --build and --host, but the only effect of these options is an error message telling to use --cross-compile instead. So we ignore these flags. (cherry picked from commit 1001d00)
Configuration menu - View commit details
-
Copy full SHA for c5bfc48 - Browse repository at this point
Copy the full SHA c5bfc48View commit details -
wafHook: cross compilation support
for this to work, wafHook must be in nativeBuildInputs. (cherry picked from commit 3d60a00)
Configuration menu - View commit details
-
Copy full SHA for ca5148a - Browse repository at this point
Copy the full SHA ca5148aView commit details -
talloc, tdb: fix cross-compilation after wafHook improvements
(cherry picked from commit cbd9409)
Configuration menu - View commit details
-
Copy full SHA for 25ec19f - Browse repository at this point
Copy the full SHA 25ec19fView commit details -
(cherry picked from commit 52566c3)
Configuration menu - View commit details
-
Copy full SHA for 05fa593 - Browse repository at this point
Copy the full SHA 05fa593View commit details -
waf: use wafConfigureFlags for waf flags
This avoids the potential conflict between autoconf flags and the waf flags. There is some overlap between the two but waf errors when it doesn’t recognize the flag. (cherry picked from commit a79a8f2)
Configuration menu - View commit details
-
Copy full SHA for c90e7a3 - Browse repository at this point
Copy the full SHA c90e7a3View commit details
Commits on Apr 15, 2019
-
Merge pull request #59407 from veprbl/pr/static-proot_backport_staging
[19.03] Static proot, wafHook cross compilation
Configuration menu - View commit details
-
Copy full SHA for 2bb5cc2 - Browse repository at this point
Copy the full SHA 2bb5cc2View commit details -
emacs: Link subdirs.el into emacs-packages-deps
Emacs loads all the elisp files in the top-level of the site-lisp directory. However some packages (e.g. mu4e) put their elisp files in a subdirectory of site-lisp. Emacs will not load these packages unless subdirs.el is present. This commit links the subdirs.el file from the emacs package into the emacs-package-deps package so that packages that put their elisp files in a subdirectory of site-lisp are loaded.
Configuration menu - View commit details
-
Copy full SHA for b33e1ac - Browse repository at this point
Copy the full SHA b33e1acView commit details
Commits on Apr 18, 2019
-
python3{5,6}: Reintroduce bytecode determinism
Originally introduced in 8970a9c and 1531b5e, these patches were lost in efbe87f when the CPython version files were merged, likely due to CPython 3.7 not needing them anymore. These patches should remain in-tree until CPython 3.5 and 3.6 support is dropped completely. Found with the diffoscope ( https://diffoscope.org/ ). (cherry picked from commit 28ac309)
Configuration menu - View commit details
-
Copy full SHA for cb00048 - Browse repository at this point
Copy the full SHA cb00048View commit details
Commits on Apr 21, 2019
-
(cherry picked from commit e4975aa)
Configuration menu - View commit details
-
Copy full SHA for 734211d - Browse repository at this point
Copy the full SHA 734211dView commit details
Commits on Apr 25, 2019
-
Merge pull request #59620 from moyamo/fix-subdirs.el-19.03
[19.03] emacs: Link subdirs.el into emacs-packages-deps
Configuration menu - View commit details
-
Copy full SHA for e3591d8 - Browse repository at this point
Copy the full SHA e3591d8View commit details
Commits on Apr 26, 2019
-
python: Jinja2: 2.10 -> 2.10.1
(cherry picked from commit 5bcf827)
Configuration menu - View commit details
-
Copy full SHA for 336d98c - Browse repository at this point
Copy the full SHA 336d98cView commit details
Commits on Apr 29, 2019
-
openblas: turn off AVX512 optimizations
The AVX512 optimization has a bug in openblas-0.3.5 and can also lead to slower code on Xeon Silver CPUs. See OpenMathLib/OpenBLAS#1955 and OpenMathLib/OpenBLAS#2029 (cherry picked from commit 7035aa7de4fa8668b6d7feab7b1ed58015689d09)
Configuration menu - View commit details
-
Copy full SHA for 28a5c36 - Browse repository at this point
Copy the full SHA 28a5c36View commit details
Commits on May 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 78b0673 - Browse repository at this point
Copy the full SHA 78b0673View commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 940d8c9 - Browse repository at this point
Copy the full SHA 940d8c9View commit details -
firefox-beta-bin: 67.0b7 -> 670b18
(cherry picked from commit c771c1dcc2bafc6854f68036581d30227c364d9c)
Configuration menu - View commit details
-
Copy full SHA for 516bfe4 - Browse repository at this point
Copy the full SHA 516bfe4View commit details -
Signed-off-by: Andreas Rammhold <andreas@rammhold.de>
Configuration menu - View commit details
-
Copy full SHA for d0fdae6 - Browse repository at this point
Copy the full SHA d0fdae6View commit details -
(cherry picked from commit 67201d0de6e4bd695330ba0e0602be1eca83d5ec)
Configuration menu - View commit details
-
Copy full SHA for ba383c7 - Browse repository at this point
Copy the full SHA ba383c7View commit details -
Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit 181e971)
Configuration menu - View commit details
-
Copy full SHA for 482765b - Browse repository at this point
Copy the full SHA 482765bView commit details -
Merge pull request #61132 from andir/19.03/firefox
[19.03] firefox: 66.0.4 -> 66.0.5, firefox-bin: 66.0.4 -> 66.0.5, firefox-beta-bin: 67.0b7 -> 670b18
Configuration menu - View commit details
-
Copy full SHA for 16ecfeb - Browse repository at this point
Copy the full SHA 16ecfebView commit details -
Merge pull request #59567 from LumiGuide/release-19.03-unbreak-ghcjs
ghcjs-ng: unbreak - Backport from master
Configuration menu - View commit details
-
Copy full SHA for 7095449 - Browse repository at this point
Copy the full SHA 7095449View commit details -
linuxPackages.perf: add libopcodes as a buildInput
Newer versions of perf in Linux 5.1+ support disassembling and annotating eBPF programs inside the kernel. In order to do this, it uses libbfd's support for bpf disassembly. There are two parts: libopcodes and libbfd. The 'perf' build system seems to expect libopcodes/libbfd to go "hand in hand" -- always together, if one or the other is installed. If the build system detects libbfd is available, then an import of <dis-asm.h> is performed, but this fails since it wasn't in the buildInput. Fixing this should be an easy, backwards-compatible change. Fixes #60891, allowing linuxPackages_testing.perf to build again (currently kernel version 5.1.0-rc7). Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit c8cb015)
Configuration menu - View commit details
-
Copy full SHA for 52ac2d9 - Browse repository at this point
Copy the full SHA 52ac2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f60b7 - Browse repository at this point
Copy the full SHA d6f60b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96ac31 - Browse repository at this point
Copy the full SHA f96ac31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bccda7 - Browse repository at this point
Copy the full SHA 0bccda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94ecca - Browse repository at this point
Copy the full SHA e94eccaView commit details
There are no files selected for viewing