-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 81eed0f30a53
head repository: NixOS/nixpkgs-channels
compare: e0a4d1083f57
Commits on Dec 13, 2018
-
The old one gave a 404. I left it there for if it ever comes back
Configuration menu - View commit details
-
Copy full SHA for dcb5c0c - Browse repository at this point
Copy the full SHA dcb5c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c9319 - Browse repository at this point
Copy the full SHA d5c9319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a28198 - Browse repository at this point
Copy the full SHA 3a28198View commit details -
Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 694d32f - Browse repository at this point
Copy the full SHA 694d32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d9f98 - Browse repository at this point
Copy the full SHA e5d9f98View commit details -
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 -
Jos van Bakel committed
Dec 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 35aab26 - Browse repository at this point
Copy the full SHA 35aab26View commit details -
David McKay committed
Dec 13, 2018 Configuration menu - View commit details
-
Copy full SHA for fbabead - Browse repository at this point
Copy the full SHA fbabeadView commit details -
Configuration menu - View commit details
-
Copy full SHA for c974813 - Browse repository at this point
Copy the full SHA c974813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa51fe - Browse repository at this point
Copy the full SHA 6fa51feView commit details -
Merge pull request #51967 from etu/fix-windowMananger-spelling
nixos/{sddm,lightdm}: Fix window mananger spelling
Configuration menu - View commit details
-
Copy full SHA for c72290a - Browse repository at this point
Copy the full SHA c72290aView commit details -
Merge pull request #51964 from rawkode/feature/upgrade-kind
kind: master -> 0.0.1
Configuration menu - View commit details
-
Copy full SHA for 1f5d457 - Browse repository at this point
Copy the full SHA 1f5d457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8092c40 - Browse repository at this point
Copy the full SHA 8092c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2417859 - Browse repository at this point
Copy the full SHA 2417859View commit details -
Merge pull request #51815 from c0deaddict/master
swiftclient: init at 3.6.0
Configuration menu - View commit details
-
Copy full SHA for c86349b - Browse repository at this point
Copy the full SHA c86349bView commit details -
Merge pull request #51953 from WilliButz/grafana-update
grafana: 5.4.1 -> 5.4.2
Configuration menu - View commit details
-
Copy full SHA for 6ccc922 - Browse repository at this point
Copy the full SHA 6ccc922View commit details -
volth committed
Dec 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 0083685 - Browse repository at this point
Copy the full SHA 0083685View commit details -
Merge branch 'crossOverlays-for-18.09' (early part) into tempory branch
This was an early "pre-release" to stable, with a warning that the interface is not stable yet (thought we don't actually expect it to change). We do expect to make many static build fixes, however, which should go to master and staging, so we merge the cherry-picks back into master so we can do those fixes against: git merge-base upstream/master upstream/release-18.09 and merge into both master and release-18.09. This is easier than cherry-picking when one knows in advance they are targeting multiple branches. No files should be changed with this merge.
Configuration menu - View commit details
-
Copy full SHA for 18e5cff - Browse repository at this point
Copy the full SHA 18e5cffView commit details -
Merge pull request #51949 from Synthetica9/sublime-url-fix
sublime: add new download url
Configuration menu - View commit details
-
Copy full SHA for 7aad64b - Browse repository at this point
Copy the full SHA 7aad64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0dc7bc - Browse repository at this point
Copy the full SHA b0dc7bcView commit details -
Merge branch 'pkgsStatic-temp'
No files are changed with this merge. See second parent commit for rational.
Configuration menu - View commit details
-
Copy full SHA for 53449ba - Browse repository at this point
Copy the full SHA 53449baView commit details -
Merge pull request #51955 from asymmetric/geth-1.8.20
go-ethereum: 1.8.19 -> 1.8.20
Configuration menu - View commit details
-
Copy full SHA for feb6c54 - Browse repository at this point
Copy the full SHA feb6c54View 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 -
Merge pull request #51961 from volth/freebind
freebind: init at 2017-12-27
Configuration menu - View commit details
-
Copy full SHA for 01c16e0 - Browse repository at this point
Copy the full SHA 01c16e0View commit details -
Merge commit 'af2cebe78fd185d1bbabd071f85f74654602d042'
Forgot one commit when "pre-releasing" `pkgsStatic`. Again, no files were changed by this.
Configuration menu - View commit details
-
Copy full SHA for 71b3f93 - Browse repository at this point
Copy the full SHA 71b3f93View 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 #51965 from vaibhavsagar/fix-static-lz4
lz4: Fix pkgsStatic build
Configuration menu - View commit details
-
Copy full SHA for e0a4d10 - Browse repository at this point
Copy the full SHA e0a4d10View 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 81eed0f30a53...e0a4d1083f57