-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 8752ff225446
head repository: NixOS/nixpkgs
compare: 74a391617ff5
Commits on Aug 9, 2019
-
plan9port: use C compiler from Nix
The install script was escaping the Nix environment on Mac OS by using `xcrun -sdk macos clang` as its C compiler. Using the Nix compiler required declaring the necessary frameworks as inputs and patching build scripts to assume MacOS 10.12 (and not try to detect). So cached derivations prior to this would probably not work on all intended target machines. This *might* also fix installCheck on Darwin on Hydra. Other minor fixes: * Disable parallel building due to a race with a missing y.tab.h * Use NIX_CFLAGS_COMPILE/NIX_LDFLAGS instead of trying to synthesize something like them. * X11 dependencies aren't used on Darwin when the windowing system is correctly detected
Configuration menu - View commit details
-
Copy full SHA for 83c1e8c - Browse repository at this point
Copy the full SHA 83c1e8cView commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bdda1e5 - Browse repository at this point
Copy the full SHA bdda1e5View commit details
Commits on Sep 1, 2019
-
Averell Dalton committed
Sep 1, 2019 Configuration menu - View commit details
-
Copy full SHA for c055ac1 - Browse repository at this point
Copy the full SHA c055ac1View commit details
Commits on Sep 4, 2019
-
Update ktorrent from 5.1.0 to 5.1.2 and libktorrent from 2.1 to 2.1.1, remove already included patches
Configuration menu - View commit details
-
Copy full SHA for 3f0f7d5 - Browse repository at this point
Copy the full SHA 3f0f7d5View commit details
Commits on Sep 5, 2019
-
rstudio: fix build with new hunspell-dicts
Eamonn Coughlan committedSep 5, 2019 Configuration menu - View commit details
-
Copy full SHA for cd9aec6 - Browse repository at this point
Copy the full SHA cd9aec6View commit details
Commits on Sep 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3516b1d - Browse repository at this point
Copy the full SHA 3516b1dView 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.
Configuration menu - View commit details
-
Copy full SHA for 85c6d72 - Browse repository at this point
Copy the full SHA 85c6d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3518248 - Browse repository at this point
Copy the full SHA 3518248View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 51faa42 - Browse repository at this point
Copy the full SHA 51faa42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbf8bd - Browse repository at this point
Copy the full SHA ddbf8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3817b06 - Browse repository at this point
Copy the full SHA 3817b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552f566 - Browse repository at this point
Copy the full SHA 552f566View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb2389 - Browse repository at this point
Copy the full SHA bfb2389View commit details
Commits on Sep 10, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 636e155 - Browse repository at this point
Copy the full SHA 636e155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300464e - Browse repository at this point
Copy the full SHA 300464eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6468d46 - Browse repository at this point
Copy the full SHA 6468d46View commit details -
Merge pull request #67571 from leenaars/fire
pythonPackages.fire: 0.1.3 -> 0.2.1
Configuration menu - View commit details
-
Copy full SHA for 9c171d2 - Browse repository at this point
Copy the full SHA 9c171d2View commit details -
Merge pull request #68296 from danieldk/crateRenames
buildRustCrate: add support for renaming crates
Configuration menu - View commit details
-
Copy full SHA for a69a6c1 - Browse repository at this point
Copy the full SHA a69a6c1View commit details -
Merge pull request #66404 from eraserhd/pr/master/plan9port-mac-compi…
…ler-fixes plan9port: use C compiler from Nix
Configuration menu - View commit details
-
Copy full SHA for 868bf10 - Browse repository at this point
Copy the full SHA 868bf10View commit details -
Merge pull request #68325 from romildo/upd.matcha-gtk-theme
matcha: 2019-06-22 -> 2019-07
Configuration menu - View commit details
-
Copy full SHA for ebf50e2 - Browse repository at this point
Copy the full SHA ebf50e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8668af2 - Browse repository at this point
Copy the full SHA 8668af2View commit details -
Merge pull request #68146 from averelld/rstudio-build-fix
rstudio: fix build with new hunspell-dicts
Configuration menu - View commit details
-
Copy full SHA for f024caa - Browse repository at this point
Copy the full SHA f024caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bd7a3 - Browse repository at this point
Copy the full SHA 64bd7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb7dc9 - Browse repository at this point
Copy the full SHA feb7dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e828aa - Browse repository at this point
Copy the full SHA 3e828aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c148f8 - Browse repository at this point
Copy the full SHA 9c148f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9145123 - Browse repository at this point
Copy the full SHA 9145123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d48389 - Browse repository at this point
Copy the full SHA 1d48389View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7deb3 - Browse repository at this point
Copy the full SHA cb7deb3View commit details -
Merge pull request #68160 from rvolosatovs/fix/ghq
ghq: Migrate to buildGoModule, ensure go 1.13 compatibility
Configuration menu - View commit details
-
Copy full SHA for df02b1d - Browse repository at this point
Copy the full SHA df02b1dView commit details -
Merge pull request #68355 from nlewo/pr-remove-skydive
skydive: remove it from nixpkgs
Configuration menu - View commit details
-
Copy full SHA for 0f3f515 - Browse repository at this point
Copy the full SHA 0f3f515View commit details -
nixosTests.xfce4-14: fix test by enabling sound
Same issue as f59b4cb
Configuration menu - View commit details
-
Copy full SHA for 17877ea - Browse repository at this point
Copy the full SHA 17877eaView commit details -
nixosTests.xfce: fix test by enabling sound
Same issue as f59b4cb
Configuration menu - View commit details
-
Copy full SHA for 0eb814e - Browse repository at this point
Copy the full SHA 0eb814eView commit details -
nixosTests.plasma5: fix test by enabling sound
Same issue as f59b4cb
Configuration menu - View commit details
-
Copy full SHA for bbcc947 - Browse repository at this point
Copy the full SHA bbcc947View commit details -
Configuration menu - View commit details
-
Copy full SHA for baf36d9 - Browse repository at this point
Copy the full SHA baf36d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f8c3b - Browse repository at this point
Copy the full SHA 20f8c3bView commit details -
Merge pull request #68086 from alapshin/ktorrent
ktorrent: 5.1.0 -> 5.1.2
Configuration menu - View commit details
-
Copy full SHA for d9b2900 - Browse repository at this point
Copy the full SHA d9b2900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f849a - Browse repository at this point
Copy the full SHA 35f849aView commit details -
Configuration menu - View commit details
-
Copy full SHA for da7886c - Browse repository at this point
Copy the full SHA da7886cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e63312e - Browse repository at this point
Copy the full SHA e63312eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe75ff - Browse repository at this point
Copy the full SHA 6fe75ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463faed - Browse repository at this point
Copy the full SHA 463faedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 764724a - Browse repository at this point
Copy the full SHA 764724aView commit details -
ocamlPackages.janeStreet: init at 0.12 (for OCaml ≥ 4.07)
Also add a few legacy packages at version 0.11 for OCaml ≥ 4.07: configurator, ppx_core, ppx_driver, ppx_type_conv ocamlPackages.bap: disable for OCaml ≥ 4.07 ocamlPackages.bistro: 0.4.0 -> 0.5.0
Configuration menu - View commit details
-
Copy full SHA for 748046d - Browse repository at this point
Copy the full SHA 748046dView commit details -
Merge pull request #60386 from rvolosatovs/update/echoip
Update echoip, switch to buildGoModule
Configuration menu - View commit details
-
Copy full SHA for 19bf73d - Browse repository at this point
Copy the full SHA 19bf73dView 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
Configuration menu - View commit details
-
Copy full SHA for 58dc1e2 - Browse repository at this point
Copy the full SHA 58dc1e2View commit details -
Merge pull request #68390 from worldofpeace/portal-gnome-shell
nixos/gnome3: add gnome-shell xdg portal
Configuration menu - View commit details
-
Copy full SHA for e997860 - Browse repository at this point
Copy the full SHA e997860View commit details -
Merge pull request #68413 from manveru/fix-gpgme-gem
gem-config: fix gpgme
Configuration menu - View commit details
-
Copy full SHA for 8d6878c - Browse repository at this point
Copy the full SHA 8d6878cView commit details -
Johan Thomsen committed
Sep 10, 2019 Configuration menu - View commit details
-
Copy full SHA for b3de7e2 - Browse repository at this point
Copy the full SHA b3de7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea70d67 - Browse repository at this point
Copy the full SHA ea70d67View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.