-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 029a5de08390
head repository: NixOS/nixpkgs-channels
compare: 0a146054bdf6
Commits on Mar 23, 2020
-
bintools: only add macos flags when targeting macOS
We can’t set this for cross-compiling since we use the GNU linker. Instead, set these flags only when targetPlatform is macOS. Fixes #80754 Fixes #83141
Configuration menu - View commit details
-
Copy full SHA for b0b0a06 - Browse repository at this point
Copy the full SHA b0b0a06View commit details
Commits on Apr 1, 2020
-
Addresses NixOS/nixpkgs#71803: Kernel options are not merged as described, especially the "optional" aspects. The error silences legitimate warnings.
Configuration menu - View commit details
-
Copy full SHA for b9a4e69 - Browse repository at this point
Copy the full SHA b9a4e69View commit details -
kernel: fix errors in configuration
With the fix in kernel configuration merging, some kernel configuration items marked as mandatory now correctly trigger an error when unused (while they previously were unused).
Configuration menu - View commit details
-
Copy full SHA for 121b17e - Browse repository at this point
Copy the full SHA 121b17eView commit details
Commits on Apr 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc6b37e - Browse repository at this point
Copy the full SHA bc6b37eView commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c09ffc7 - Browse repository at this point
Copy the full SHA c09ffc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20fd89 - Browse repository at this point
Copy the full SHA f20fd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a67595 - Browse repository at this point
Copy the full SHA 8a67595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f4ca8 - Browse repository at this point
Copy the full SHA 99f4ca8View commit details
Commits on Apr 29, 2020
-
nixos-artwork: add file path attributes
This makes things so much easier, and we install to the path that both gnome-backgrounds and elementary-wallpapers install to.
Configuration menu - View commit details
-
Copy full SHA for 62587f4 - Browse repository at this point
Copy the full SHA 62587f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1706c - Browse repository at this point
Copy the full SHA 3d1706cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3bc5b - Browse repository at this point
Copy the full SHA 7f3bc5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5100e4f - Browse repository at this point
Copy the full SHA 5100e4fView commit details
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ddd2b69 - Browse repository at this point
Copy the full SHA ddd2b69View commit details
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a3dc89a - Browse repository at this point
Copy the full SHA a3dc89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b52a5c2 - Browse repository at this point
Copy the full SHA b52a5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7e931 - Browse repository at this point
Copy the full SHA ec7e931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad8565 - Browse repository at this point
Copy the full SHA 1ad8565View commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 23ce1ee - Browse repository at this point
Copy the full SHA 23ce1eeView commit details
Commits on May 12, 2020
-
*-wrapper; Switch from
infixSalt
tosuffixSalt
I hate the thing too even though I made it, and rather just get rid of it. But we can't do that yet. In the meantime, this brings us more inline with autoconf and will make it slightly easier for me to write a pkg-config wrapper, which we need.
Configuration menu - View commit details
-
Copy full SHA for 1ac5398 - Browse repository at this point
Copy the full SHA 1ac5398View commit details -
qt5: Add missing include path to pkg-config files
This is achieved by patching qtbase `qmake/generators/makefile.cpp` to unconditionally add the missing `-I${includedir}`. The include path is otherwise conditioned on whether it is already available or not. Since there is no unified set of system include paths in nix this cause problems as reported in #52457.
Configuration menu - View commit details
-
Copy full SHA for ee59753 - Browse repository at this point
Copy the full SHA ee59753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3502f2a - Browse repository at this point
Copy the full SHA 3502f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6beb43 - Browse repository at this point
Copy the full SHA b6beb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a81f7 - Browse repository at this point
Copy the full SHA b9a81f7View commit details -
Merge pull request #86166 from Ericson2314/suffix-salt
*-wrapper; Switch from `infixSalt` to `suffixSalt`
Configuration menu - View commit details
-
Copy full SHA for a0c003e - Browse repository at this point
Copy the full SHA a0c003eView commit details
Commits on May 13, 2020
-
Revert "Revert "libbfd: fix build""
This reverts commit 237ef30. Looks like we're trying to bump binutils again?
Configuration menu - View commit details
-
Copy full SHA for c10f0a3 - Browse repository at this point
Copy the full SHA c10f0a3View commit details -
Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macos
bintools: only add macos flags when targeting macOS
Configuration menu - View commit details
-
Copy full SHA for d38bad5 - Browse repository at this point
Copy the full SHA d38bad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d0719 - Browse repository at this point
Copy the full SHA 58d0719View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2922a - Browse repository at this point
Copy the full SHA ee2922aView commit details -
The compiler does not need it anymore, has not needed it for many years iirc. This just goes in and pollutes the environment overriding the users GOPATH and causing grief. Go even warns about it itself, without vs with this commit: ```sh ~> go env GOPATH /home/manny/go ~> nix-shell -p go ~> go env GOPATH warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect /nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go ~> exit ~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go ~> go env GOPATH /home/manny/go ~> exit ```
Configuration menu - View commit details
-
Copy full SHA for a1e13f6 - Browse repository at this point
Copy the full SHA a1e13f6View commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 404fe35 - Browse repository at this point
Copy the full SHA 404fe35View commit details -
nss: fix building for aarch32 on aarch64
There are two ways to build a package for aarch32 on an aarch64 machine: either by cross compiling as normal, or by adding armv6l/armv7l to extraPlatforms and doing a non-cross compile. Previously, NSS failed to build with both methods: when using extraPlatforms, things failed because NSS includes an armv8-specific file (presumably based on the result of uname); when cross compiling, NSS's build system expects to receive an architecture name of arm (not armv6l or whatever), so was failing to include some arch-specific code and failed with a linker error. This commit fixes those things by a) always passing the arch, even when not cross-compiling, and b) special-casing aarch32 to always pass in an arch of arm.
Configuration menu - View commit details
-
Copy full SHA for b14d997 - Browse repository at this point
Copy the full SHA b14d997View commit details -
Merge pull request #87748 from Gaelan/nss-arm-fix
nss: fix building for aarch32 on aarch64
Configuration menu - View commit details
-
Copy full SHA for bf60834 - Browse repository at this point
Copy the full SHA bf60834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d41f9f - Browse repository at this point
Copy the full SHA 8d41f9fView commit details
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7d4b31 - Browse repository at this point
Copy the full SHA e7d4b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1983f7 - Browse repository at this point
Copy the full SHA c1983f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 282cb2f - Browse repository at this point
Copy the full SHA 282cb2fView commit details -
gobject-introspection: clean up the expression
* format with nixpkgs-fmt * reorder the attributes * use pkg-config instead of the pkgconfig alias * optional → optionals * remove top-level `with lib;`
Configuration menu - View commit details
-
Copy full SHA for 1bc7b68 - Browse repository at this point
Copy the full SHA 1bc7b68View commit details -
gobject-introspection: more clean-ups
* remove glibcLocales now that glibc contains C.UTF-8 * remove libintl, that should be in by default or something * update homepage * add gnome team to maintainers * remove the temporary libregress closer its creation
Configuration menu - View commit details
-
Copy full SHA for fbb86b1 - Browse repository at this point
Copy the full SHA fbb86b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a009a - Browse repository at this point
Copy the full SHA e4a009aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5ea9d - Browse repository at this point
Copy the full SHA fd5ea9dView commit details -
Merge pull request #87583 from Gaelan/single-llvm
stdenv-darwin: now with 50% less LLVM!
Configuration menu - View commit details
-
Copy full SHA for fb35227 - Browse repository at this point
Copy the full SHA fb35227View commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27edd9e - Browse repository at this point
Copy the full SHA 27edd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee8cfe4 - Browse repository at this point
Copy the full SHA ee8cfe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c71ab32 - Browse repository at this point
Copy the full SHA c71ab32View commit details -
Merge pull request #87705 from Ericson2314/wrap-pkg-config
Wrap pkg-config
Configuration menu - View commit details
-
Copy full SHA for 75c55c4 - Browse repository at this point
Copy the full SHA 75c55c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78987e2 - Browse repository at this point
Copy the full SHA 78987e2View commit details -
Merge pull request #87968 from elohmeier/ffmpeg-addOpenGLRunpath2
ffmpeg: extend addOpenGLRunpath to handle libcuda referencing libraries
Configuration menu - View commit details
-
Copy full SHA for a42e336 - Browse repository at this point
Copy the full SHA a42e336View commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c9857de - Browse repository at this point
Copy the full SHA c9857deView commit details
Commits on May 18, 2020
-
Merge pull request #87891 from Izorkin/connector-c
mariadb-connector-c: 3.1.7 -> 3.1.8
Configuration menu - View commit details
-
Copy full SHA for 682b7c2 - Browse repository at this point
Copy the full SHA 682b7c2View commit details -
git: Add a doc output for the HTML and text files
This will install the HTML and text documentation into a separate output so that users can install it without having to rebuild Git. Previously only `doc/git/git-subtree.html` was installed (which is now in $doc as well). The current output sizes are as follows: ``` $ du -sh $(nix-build -A git) 47M /nix/store/wyqgalp61kmavx06rams7z8jz177nd8y-git-2.26.2 $ du -sh $(nix-build -A git.doc) 14M /nix/store/6zi22fl5xc3sg23d9shsviinvwk89wvq-git-2.26.2-doc ``` Fixes #86022 (at least partly since the output has to be installed).
Configuration menu - View commit details
-
Copy full SHA for 54918d6 - Browse repository at this point
Copy the full SHA 54918d6View commit details
There are no files selected for viewing
This file was deleted.