-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 5e425e22a750
head repository: NixOS/nixpkgs-channels
compare: ea863cd334be
- 17 commits
- 21 files changed
- 8 contributors
Commits on Dec 13, 2018
-
stdenv: implement crossOverlays
crossOverlays only apply to the packages being built, not the build packages. It is useful when you don’t care what is used to build your packages, just what is being built. The idea relies heavily on the cross compiling infrastructure. Using this implies that we need to create a cross stdenv. (cherry picked from commit a3a6ad7)
Configuration menu - View commit details
-
Copy full SHA for e842552 - Browse repository at this point
Copy the full SHA e842552View commit details -
stdenv/adapters.nix: fixup makeStaticBinaries
- makeStaticBinaries don’t work on Darwin (no stable ABI!) - Need to make sure NIX_CFLAGS_LINK appends - isStatic is not used anymore (cherry picked from commit 8726f6a)
Configuration menu - View commit details
-
Copy full SHA for 7fcbc52 - Browse repository at this point
Copy the full SHA 7fcbc52View commit details -
darwin/libiconv: fix static/shared logic
The conditional was incorrect - postInstall script should only hsppen when enableShared = true. (cherry picked from commit 5e06294)
Configuration menu - View commit details
-
Copy full SHA for f11d534 - Browse repository at this point
Copy the full SHA f11d534View commit details -
zlib: clean up static/shared distincion
This is kind of a mess, but basically: - static=true, shared=true means to build statically but move it to the static output - static=true, shared=false means to build statically and leave it in the main output - static=false, shared=true means to not build static at all Confusingly, the old default was static=true, shared=true even though static=false? Still can’t figure out what was meant by that. (cherry picked from commit e999def)
Configuration menu - View commit details
-
Copy full SHA for a8e0694 - Browse repository at this point
Copy the full SHA a8e0694View commit details -
ncurses: make shared linking optinoal
when enableShared = false, we set --without-shared flag. (cherry picked from commit 53a6789)
Configuration menu - View commit details
-
Copy full SHA for 3170d61 - Browse repository at this point
Copy the full SHA 3170d61View commit details -
top-level/stage.nix: add static overlay
Adds the static overlay that can be used to build Nixpkgs statically. Can be used like: nix build pkgsStatic.hello Not all packages build, as some rely on dynamic linking. (cherry picked from commit 6d90a8b)
Configuration menu - View commit details
-
Copy full SHA for 3c36dcc - Browse repository at this point
Copy the full SHA 3c36dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1049f - Browse repository at this point
Copy the full SHA 3c1049fView commit details -
(cherry picked from commit d5c9319)
Configuration menu - View commit details
-
Copy full SHA for fbfe10f - Browse repository at this point
Copy the full SHA fbfe10fView commit details -
nixos/sddm: Fix spelling of option in docs
(cherry picked from commit c974813)
Configuration menu - View commit details
-
Copy full SHA for 5c5607f - Browse repository at this point
Copy the full SHA 5c5607fView commit details -
nixos/lightdm: Fix spelling of option in docs
(cherry picked from commit 6fa51fe)
Configuration menu - View commit details
-
Copy full SHA for 7a37ddc - Browse repository at this point
Copy the full SHA 7a37ddcView commit details -
Merge pull request #51957 from obsidiansystems/crossOverlays-for-18.09
pkgsStatic for 18.09
Configuration menu - View commit details
-
Copy full SHA for 62c6099 - Browse repository at this point
Copy the full SHA 62c6099View commit details -
stdenv/darwin: fix portable libsystem hook
Some packages don’t have /bin directories. We should only run install_name_tool if that directory exists. (cherry picked from commit 0b85745)
Configuration menu - View commit details
-
Copy full SHA for af2cebe - Browse repository at this point
Copy the full SHA af2cebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91865b2 - Browse repository at this point
Copy the full SHA 91865b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5a7bd - Browse repository at this point
Copy the full SHA cb5a7bdView commit details -
Merge pull request #51969 from vaibhavsagar/fix-static-lz4
lz4: Fix pkgsStatic build for 18.09
Configuration menu - View commit details
-
Copy full SHA for 340c0c4 - Browse repository at this point
Copy the full SHA 340c0c4View commit details
Commits on Dec 14, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/davfs2/versions (cherry picked from commit c5f7204)
Configuration menu - View commit details
-
Copy full SHA for d6d3a12 - Browse repository at this point
Copy the full SHA d6d3a12View commit details -
Revert "pkgsStatic: Add warning saying this is a provisional backport"
This reverts commit 3c1049f. This broke tarball on release-18.09 * https://hydra.nixos.org/build/85858044/ * https://hydra.nixos.org/build/85858044/nixlog/1
Configuration menu - View commit details
-
Copy full SHA for ea863cd - Browse repository at this point
Copy the full SHA ea863cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5e425e22a750...ea863cd334be