-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: master
head repository: NixOS/nixpkgs
compare: 19.09
Commits on Aug 30, 2019
-
nixos/opengl: set LD_LIBRARY_PATH everywhere
Unfortunately there are still a few programs that need this. To avoid breaking too many things for the 19.09 release, I recommend making this true. We can disable it again once we feel confident most of these cases are handled. Relevant issues: - #67790 - #66544 - https://discourse.nixos.org/t/getting-an-error-has-anything-regarding-opengl-in-nixpkgs/3641 /cc @ambrop72 @disassembler @lheckemann
Configuration menu - View commit details
-
Copy full SHA for 6934870 - Browse repository at this point
Copy the full SHA 6934870View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10e61bf - Browse repository at this point
Copy the full SHA 10e61bfView commit details -
pythonPackages.lmdb: fix build
This fixes: pythonCatchConflictsPhase Found duplicated packages in closure for dependency 'lmdb': lmdb 0.97 (/build/lmdb-0.97) lmdb 0.97 (/nix/store/js0iimri6y9yqgfc111jzp3mrv5ic9cj-python3.7-lmdb-0.97/lib/python3.7/site-packages) Package duplicates found in closure, see above. Usually this happens if two packages depend on different version of the same dependency. builder for '/nix/store/9bcn2m3r5v8slmpj31hxw05j906qgl5l-python3.7-lmdb-0.97.drv' failed with exit code 1 This was probably broken by f7e28bf (cherry picked from commit 39d0c96)
Configuration menu - View commit details
-
Copy full SHA for fe40168 - Browse repository at this point
Copy the full SHA fe40168View commit details -
Merge pull request #68359 from ivan/fix-python-lmdb-backport
[19.09] pythonPackages.lmdb: fix build
Configuration menu - View commit details
-
Copy full SHA for 736019f - Browse repository at this point
Copy the full SHA 736019fView commit details -
Revert "pkgs/top-level: check types of
nixpkgs.config
"This reverts commit 4a647dd. Making Nixpkgs use the module system is a major change that really should be done via an RFC.
Configuration menu - View commit details
-
Copy full SHA for 08e05a0 - Browse repository at this point
Copy the full SHA 08e05a0View commit details -
Merge pull request #67791 from matthewbauer/set-ld-library-path
nixos/opengl: set LD_LIBRARY_PATH everywhere
Configuration menu - View commit details
-
Copy full SHA for 50101ea - Browse repository at this point
Copy the full SHA 50101eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa28fec - Browse repository at this point
Copy the full SHA fa28fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for aecb0df - Browse repository at this point
Copy the full SHA aecb0dfView commit details -
fwupd: add setuptools for python
It's no longer propagated so we need to add it. Was failing like: FAILED: libfwupd/fwupd.map /build/fwupd-1.2.10/libfwupd/generate-version-script.py LIBFWUPD libfwupd/Fwupd-2.0.gir libfwupd/fwupd.map Traceback (most recent call last): File "/build/fwupd-1.2.10/libfwupd/generate-version-script.py", line 11, in <module> from pkg_resources import parse_version ModuleNotFoundError: No module named 'pkg_resources' (cherry picked from commit a9e0f1d) This fixes the gnome3 tests so the channel can advance.
Configuration menu - View commit details
-
Copy full SHA for 36f1c4a - Browse repository at this point
Copy the full SHA 36f1c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530d185 - Browse repository at this point
Copy the full SHA 530d185View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e9d2a - Browse repository at this point
Copy the full SHA e6e9d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cec4ea - Browse repository at this point
Copy the full SHA 8cec4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2d763 - Browse repository at this point
Copy the full SHA 7f2d763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0603b79 - Browse repository at this point
Copy the full SHA 0603b79View commit details -
nixos/dysnomia: enable InfluxDB support
(cherry picked from commit e987e3f)
Configuration menu - View commit details
-
Copy full SHA for 565fc43 - Browse repository at this point
Copy the full SHA 565fc43View commit details
Commits on Sep 10, 2019
-
Adds support for Realtek wireless/bluetooth cards found in some Lenovo laptops. The old `r8822be` module was removed in favour of this one. (cherry picked from commit 471ba8e)
Configuration menu - View commit details
-
Copy full SHA for 8b287f2 - Browse repository at this point
Copy the full SHA 8b287f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee54cd - Browse repository at this point
Copy the full SHA 1ee54cdView commit details -
doc/gnome: explain double wrapped binaries
(cherry picked from commit 69e0d95)
Configuration menu - View commit details
-
Copy full SHA for 0ee1b6a - Browse repository at this point
Copy the full SHA 0ee1b6aView commit details -
doc/gnome: explain glib passthru functions
Examples are updated to commits that use them as well. (cherry picked from commit 4633775)
Configuration menu - View commit details
-
Copy full SHA for 9d8e161 - Browse repository at this point
Copy the full SHA 9d8e161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775b1f6 - Browse repository at this point
Copy the full SHA 775b1f6View commit details -
https://hydra.nixos.org/build/99957229 See: https://src.fedoraproject.org/rpms/kexec-tools/c/cb1e5463b5298b064e9b6c86ad6fe3505fec9298 (cherry picked from commit dc051df)
Configuration menu - View commit details
-
Copy full SHA for b0b3b29 - Browse repository at this point
Copy the full SHA b0b3b29View commit details -
(cherry picked from commit 4ece849)
Configuration menu - View commit details
-
Copy full SHA for d57d9ba - Browse repository at this point
Copy the full SHA d57d9baView commit details -
buildRustCrate: add support for renaming crates
Before this change, buildRustCrate always called rustc with --extern libName=[...]libName[...] However, Cargo permits using a different name under which a dependency is known to a crate. For example, rand 0.7.0 uses: [dependencies] getrandom_package = { version = "0.1.1", package = "getrandom", optional = true } Which introduces the getrandom dependency such that it is known as getrandom_package to the rand crate. In this case, the correct extern flag is of the form --extern getrandom_package=[...]getrandom[...] which is currently not supported. In order to support such cases, this change introduces a crateRenames argument to buildRustCrate. This argument is an attribute set of dependencies that should be renamed. In this case, crateRenames would be: { "getrandom" = "getrandom_package"; } The extern options are then built such that if the libName occurs as an attribute in this set, it value will be used as the local name. Otherwise libName will be used as before. (cherry picked from commit 85c6d72)
Configuration menu - View commit details
-
Copy full SHA for 573f244 - Browse repository at this point
Copy the full SHA 573f244View commit details -
Merge pull request #68410 from andir/nixos-19.09/build-rust-crate-ren…
…ames [19.09] buildRustCrate: add support for renaming crates
Configuration menu - View commit details
-
Copy full SHA for f03a88e - Browse repository at this point
Copy the full SHA f03a88eView commit details -
rstudio: fix build with new hunspell-dicts
(cherry picked from commit cd9aec6)
Configuration menu - View commit details
-
Copy full SHA for ada07de - Browse repository at this point
Copy the full SHA ada07deView commit details -
skydive: remove it from nixpkgs
The current Skydive version can not be build with a recent Go version and the maintainer (lewo) is no longer interested in maintaining it. (cherry picked from commit 636e155)
Configuration menu - View commit details
-
Copy full SHA for fcd7d6a - Browse repository at this point
Copy the full SHA fcd7d6aView commit details -
nixos/gnome3: add gnome-shell xdg portal
(cherry picked from commit bfb2389)
Configuration menu - View commit details
-
Copy full SHA for 14faa8e - Browse repository at this point
Copy the full SHA 14faa8eView commit details -
(cherry picked from commit 35f849a)
Configuration menu - View commit details
-
Copy full SHA for dcdc95c - Browse repository at this point
Copy the full SHA dcdc95cView commit details -
Currently, `setuptools` isn't propagated automatically to python packages[1] which causes the following error when starting `matrix-synapse`: ``` Traceback (most recent call last): File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/bin/.homeserver-wrapped", line 39, in <module> import synapse.config.logger File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/config/logger.py", line 27, in <module> from synapse.app import _base as appbase File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/app/__init__.py", line 18, in <module> E402 File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/python_dependencies.py", line 19, in <module> from pkg_resources import ( No module named 'pkg_resources' ``` [1] #68314 (cherry picked from commit 58dc1e2)
Configuration menu - View commit details
-
Copy full SHA for 8050566 - Browse repository at this point
Copy the full SHA 8050566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c5751 - Browse repository at this point
Copy the full SHA 31c5751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fed83d - Browse repository at this point
Copy the full SHA 1fed83dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e13a50 - Browse repository at this point
Copy the full SHA 2e13a50View commit details -
This fixes: FAILED: obj/engine/engine.engine.o clang++ -MMD -MF obj/engine/engine.engine.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV -DENABLE_GTK_RENDERER -DNDEBUG -DQT_NO_DEBUG -DNO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/build/source/src -Igen -Igen/proto_out -Wall -Wno-char-subscripts -Wno-sign-compare -Wno-deprecated-declarations -Wwrite-strings -Wno-unknown-warning-option -Wno-inconsistent-missing-override -fPIC -fno-exceptions -fmessage-length=0 -fno-strict-aliasing -funsigned-char -pipe -pthread -fno-omit-frame-pointer -fstack-protector --param=ssp-buffer-size=4 -Wtype-limits -O2 -Wno-deprecated -Wno-covered-switch-default -Wno-unnamed-type-template-args -Wno-c++11-narrowing -std=gnu++0x -std=gnu++0x -c ../../engine/engine.cc -o obj/engine/engine.engine.o In file included from ../../engine/engine.cc:30: In file included from /build/source/src/engine/engine.h:33: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/memory:62: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algobase.h:66: /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:183:2: error: cannot decrement value of type 'mozc::ZeroQueryDict::iterator' --__i; ^ ~~~ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:206:12: note: in instantiation of function template specialization 'std::__advance<mozc::ZeroQueryDict::iterator, long>' requested here std::__advance(__i, __d, std::__iterator_category(__i)); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2137:9: note: in instantiation of function template specialization 'std::advance<mozc::ZeroQueryDict::iterator, long>' requested here std::advance(__middle, __half); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2190:19: note: in instantiation of function template specialization 'std::__equal_range<mozc::ZeroQueryDict::iterator, unsigned long, __gnu_cxx::__ops::_Iter_less_val, __gnu_cxx::__ops::_Val_less_iter>' requested here return std::__equal_range(__first, __last, __val, ^ /build/source/src/prediction/zero_query_dict.h:213:17: note: in instantiation of function template specialization 'std::equal_range<mozc::ZeroQueryDict::iterator, unsigned long>' requested here return std::equal_range(begin(), end(), iter.index()); ^ 1 error generated. (cherry picked from commit b4b332b)
Configuration menu - View commit details
-
Copy full SHA for e48a396 - Browse repository at this point
Copy the full SHA e48a396View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6327c - Browse repository at this point
Copy the full SHA aa6327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d54c7 - Browse repository at this point
Copy the full SHA 76d54c7View commit details -
python.pkgs.blessed: disable failing test
(cherry picked from commit 4dd38c4)
Configuration menu - View commit details
-
Copy full SHA for 0e21a2a - Browse repository at this point
Copy the full SHA 0e21a2aView commit details -
python.pkgs.django_extensions: 2.1.4 -> 2.1.9
(cherry picked from commit aa6c38d)
Configuration menu - View commit details
-
Copy full SHA for 41d2500 - Browse repository at this point
Copy the full SHA 41d2500View commit details -
Update ktorrent from 5.1.0 to 5.1.2 and libktorrent from 2.1 to 2.1.1, remove already included patches (cherry picked from commit 3f0f7d5)
Configuration menu - View commit details
-
Copy full SHA for 1b967b3 - Browse repository at this point
Copy the full SHA 1b967b3View commit details -
python.pkgs.wheelUnpackHook: propagate wheel
This was accidentally removed when buildPython* was rewritten as hooks. (cherry picked from commit c99529a)
Configuration menu - View commit details
-
Copy full SHA for de71ea2 - Browse repository at this point
Copy the full SHA de71ea2View commit details -
qolibri: 2018-11-14 -> 2019-07-22
(cherry picked from commit 153127f)
Configuration menu - View commit details
-
Copy full SHA for 7916216 - Browse repository at this point
Copy the full SHA 7916216View commit details -
qolibri: use qt5's mkDerivation
(cherry picked from commit 939960b)
Configuration menu - View commit details
-
Copy full SHA for 4a7cf94 - Browse repository at this point
Copy the full SHA 4a7cf94View commit details -
qtwebkit: fixing build / reducing build log size
GCC 8 introduced a new type of warning `-Wclass-memaccess` which is included in `-Wall`. This warnings spits out *a million* of warnings like the following: ``` [...] /build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src)); [...] `` Logs demonstrating the issue: https://hydra.nixos.org/build/100205478/nixlog/1 While I don't think disabling warnings is the best way to deal with this, there is alrady precedent for this package and I don't feel confident enough to either patch or bump this package. Please view this as a low-friction sub-optimal suggestion in case nobody else has a better fix. (cherry picked from commit 6f1ad06)
Configuration menu - View commit details
-
Copy full SHA for f7e746a - Browse repository at this point
Copy the full SHA f7e746aView commit details -
Merge pull request #68445 from ivan/mozc-gcc8-fix-backport
[19.09] ibus-engines.mozc: fix build
Configuration menu - View commit details
-
Copy full SHA for 24842ac - Browse repository at this point
Copy the full SHA 24842acView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb01234 - Browse repository at this point
Copy the full SHA eb01234View commit details -
This fixes: Traceback (most recent call last): File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/bin/.snscrape-wrapped", line 11, in <module> sys.exit(main()) File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 218, in main args = parse_args() File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 154, in parse_args import snscrape.version File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/version.py", line 1, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Related: #68314 (cherry picked from commit 7e7c98a)
Configuration menu - View commit details
-
Copy full SHA for 6695173 - Browse repository at this point
Copy the full SHA 6695173View commit details -
Merge pull request #68473 from ivan/snscrape-fix-backport
[19.09] snscrape: fix startup
Configuration menu - View commit details
-
Copy full SHA for b0e3673 - Browse repository at this point
Copy the full SHA b0e3673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bacee3 - Browse repository at this point
Copy the full SHA 4bacee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b01d9 - Browse repository at this point
Copy the full SHA 11b01d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd2f43 - Browse repository at this point
Copy the full SHA 9bd2f43View commit details -
nixosTests.xfce: bump memorySize
(cherry picked from commit baf36d9)
Configuration menu - View commit details
-
Copy full SHA for 5d0f6a5 - Browse repository at this point
Copy the full SHA 5d0f6a5View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.