-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 2ddb7a2056cf
head repository: NixOS/nixpkgs-channels
compare: 22a3bf9fb9ed
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 21f191c - Browse repository at this point
Copy the full SHA 21f191cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac1822 - Browse repository at this point
Copy the full SHA 5ac1822View commit details -
python3Packages.envisage: update and disable for Python 2
- next release will drop support for Python 2
Configuration menu - View commit details
-
Copy full SHA for 2d8f346 - Browse repository at this point
Copy the full SHA 2d8f346View commit details
Commits on Apr 14, 2020
-
python3Packages.mayavi: build for Python 3 instead of Python 2
- switch from wxPython to Qt5
Configuration menu - View commit details
-
Copy full SHA for 9b83c44 - Browse repository at this point
Copy the full SHA 9b83c44View commit details
Commits on Apr 16, 2020
-
ocamlPackages.ppx_cstruct: propagate dependencies
Without propagation some builds of packages requiring ppx_cstruct would fail.
Configuration menu - View commit details
-
Copy full SHA for 824d041 - Browse repository at this point
Copy the full SHA 824d041View commit details -
ocamlPackages.x509: 0.7.1 -> 0.11.0
This update contains the switch from nocrypto to mirage-crypto
Configuration menu - View commit details
-
Copy full SHA for 4bf689b - Browse repository at this point
Copy the full SHA 4bf689bView commit details -
ocamlPackages.tls: 0.10.4 -> 0.11.1
This update contains a switch to the dune build system as well as a switch from nocrypto to mirage-crypto.
Configuration menu - View commit details
-
Copy full SHA for 99ac3ce - Browse repository at this point
Copy the full SHA 99ac3ceView commit details -
ocamlPackages.otr: 0.3.6 -> 0.3.8
Contains switch from nocrypto to mirage-crypto
Configuration menu - View commit details
-
Copy full SHA for b5770e3 - Browse repository at this point
Copy the full SHA b5770e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0814411 - Browse repository at this point
Copy the full SHA 0814411View commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ae9529c - Browse repository at this point
Copy the full SHA ae9529cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7856c8b - Browse repository at this point
Copy the full SHA 7856c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc6f02 - Browse repository at this point
Copy the full SHA 5dc6f02View commit details -
This caused none of these flags to have any effect. That's because the configure command looked like this: ./configure --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 \ --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n with one giant flag '--without-test --without-contrib...', containing internal spaces. This can be seen in `nix log nixpkgs.gbsplay`, in this line: configure flags: --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n and then in the fact that features like "devdsp" and "midi" are listed as enabled in later output, and source files like plugout_midi.c are included in the build. I don't have a real opinion on whether it's better to have these flags or not, but it's clear the author's intention was to pass them. So, fix the attr name so they get passed.
Configuration menu - View commit details
-
Copy full SHA for 45a04ed - Browse repository at this point
Copy the full SHA 45a04edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cafee - Browse repository at this point
Copy the full SHA 30cafeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe07e2b - Browse repository at this point
Copy the full SHA fe07e2bView commit details -
python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84…
…362) * pythonPackages.matplotlib: add veprbl to maintainers * pythonPackages.matplotlib: remove an old darwin hack * pythonPackages.matplotlib: remove python and stdenv from buildInputs * python3Packages.matplotlib: remove a hack for python33 * pythonPackages.matplotlib: remove outdated checkPhase Downloading the baseline_images is not a real issue, building against older freetype (local_freetype = True) is, perhaps, not what we want. The good news is that the tests would pass (tested on 3.2.1) if we were to enable them: ========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ========== * pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch * python3Packages.matplotlib: 3.1.3 -> 3.2.1
Configuration menu - View commit details
-
Copy full SHA for c7d4882 - Browse repository at this point
Copy the full SHA c7d4882View commit details -
Merge pull request #85171 from bcdarwin/python3-mayavi
python3Packages.mayavi: update from Python 2 to Python 3 (and switch from wxPython to pyqt5)
Configuration menu - View commit details
-
Copy full SHA for ef1679a - Browse repository at this point
Copy the full SHA ef1679aView commit details -
doc/texlive: remove known problems section
Couple items are outdated. Also they don't belong to documentation - should go to the issue tracker instead.
Configuration menu - View commit details
-
Copy full SHA for 529165c - Browse repository at this point
Copy the full SHA 529165cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdf4d1 - Browse repository at this point
Copy the full SHA 1bdf4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2788cd - Browse repository at this point
Copy the full SHA f2788cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3663226 - Browse repository at this point
Copy the full SHA 3663226View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc317e1 - Browse repository at this point
Copy the full SHA fc317e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974920c - Browse repository at this point
Copy the full SHA 974920cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a36927 - Browse repository at this point
Copy the full SHA 1a36927View commit details -
Merge pull request #85142 from sternenseemann/mirage-crypto
ocamlPackages: jackline: switch to mirage-crypto and update dependencies
Configuration menu - View commit details
-
Copy full SHA for 22a3bf9 - Browse repository at this point
Copy the full SHA 22a3bf9View commit details
There are no files selected for viewing