-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 38553bd49233
head repository: NixOS/nixpkgs
compare: e8a1f18e58cc
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 408b1a0 - Browse repository at this point
Copy the full SHA 408b1a0View commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60c0ad3 - Browse repository at this point
Copy the full SHA 60c0ad3View commit details
Commits on Sep 9, 2020
-
wasmer: enable cranelift backend
Since wasmer 0.17 no backends are enabled by default. Backends are now detected using the [makefile](https://github.com/wasmerio/wasmer/blob/master/Makefile). This change enables cranelift as this used to be the old default. At least one backend is needed for the `run` subcommand to work. If we want to replicate the actual logic in the makefile, we would probably want to enable the singlepass and llvm backend as well. However enabling llvm backend introduces a dependency on openssl, so we opted for replicating the old default behavior.
Configuration menu - View commit details
-
Copy full SHA for 5cf2869 - Browse repository at this point
Copy the full SHA 5cf2869View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 916246b - Browse repository at this point
Copy the full SHA 916246bView commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0601f34 - Browse repository at this point
Copy the full SHA 0601f34View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7a4e4c9 - Browse repository at this point
Copy the full SHA 7a4e4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for de39cac - Browse repository at this point
Copy the full SHA de39cacView commit details
Commits on Nov 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 86732c4 - Browse repository at this point
Copy the full SHA 86732c4View commit details
Commits on Nov 23, 2020
-
platforms.nix: Remove now unused kernelMajor
The last use of `kernelMajor` in Nixpkgs was removed in 2018. Even then, I'm not positive it was actually in an exercised code path. AFAIUI this is now totally redundant and useless as it really was meant for the 2.4 -> 2.6 transition.
Configuration menu - View commit details
-
Copy full SHA for 837fe2e - Browse repository at this point
Copy the full SHA 837fe2eView commit details -
python3Packages.nibabel: remove
platforms
frommeta
since Aarch64…… is now supported - see nipy/nibabel#861
Configuration menu - View commit details
-
Copy full SHA for 8864ea6 - Browse repository at this point
Copy the full SHA 8864ea6View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7716818 - Browse repository at this point
Copy the full SHA 7716818View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c3684b - Browse repository at this point
Copy the full SHA 6c3684bView commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba978ed - Browse repository at this point
Copy the full SHA ba978edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6ad33 - Browse repository at this point
Copy the full SHA 3f6ad33View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4499917 - Browse repository at this point
Copy the full SHA 4499917View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 25a1939 - Browse repository at this point
Copy the full SHA 25a1939View commit details -
mosh: Hermeticize mosh-client path reference from mosh.pl
Do the same thing as we do for the "ssh" binary, except with mosh-client: Patch the perl source to substitute mosh-client with @mosh-client@, then substituteInPlace the variable out for the compilation output path.
Configuration menu - View commit details
-
Copy full SHA for 9b18a0f - Browse repository at this point
Copy the full SHA 9b18a0fView commit details -
citra: 2020-03-21 -> 2020-12-07
Version bump, comes with support for save states and other improvements.
Configuration menu - View commit details
-
Copy full SHA for f35820f - Browse repository at this point
Copy the full SHA f35820fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ae1dda - Browse repository at this point
Copy the full SHA 9ae1ddaView commit details
Commits on Dec 15, 2020
-
tmuxPlugins.tmux-fzf: fix: declare entry-point
This change somehow escaped me when I was iterating on #95275.
Configuration menu - View commit details
-
Copy full SHA for 59dc0f0 - Browse repository at this point
Copy the full SHA 59dc0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb06a2b - Browse repository at this point
Copy the full SHA fb06a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4c243 - Browse repository at this point
Copy the full SHA 1f4c243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fc2fb - Browse repository at this point
Copy the full SHA 58fc2fbView commit details
Commits on Dec 16, 2020
-
Updated to latest version. Note that the 1.9.5d download link 404s.
Configuration menu - View commit details
-
Copy full SHA for 1de2217 - Browse repository at this point
Copy the full SHA 1de2217View commit details -
kakounePlugins.kak-prelude: 2020-03-15 -> 2020-09-06
Malte Voos committedDec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c1f5ef - Browse repository at this point
Copy the full SHA 2c1f5efView commit details
Commits on Dec 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 371062f - Browse repository at this point
Copy the full SHA 371062fView commit details
Commits on Dec 20, 2020
-
kak-powerline: 2019-07-23 -> 2020-08-22
Moreover, the original repository is unmaintained. I changed it to the current maintainer's fork.
Sebastian Zivota committedDec 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 53cc6bb - Browse repository at this point
Copy the full SHA 53cc6bbView commit details
Commits on Dec 30, 2020
-
Dmitry Bogatov committed
Dec 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 507369b - Browse repository at this point
Copy the full SHA 507369bView commit details
Commits on Jan 9, 2021
-
fcft: allow to enable and disable text shaping feature
May be interesting to get rid of the HarfBuzz dependency.
Configuration menu - View commit details
-
Copy full SHA for eab35e4 - Browse repository at this point
Copy the full SHA eab35e4View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f76dd2 - Browse repository at this point
Copy the full SHA 0f76dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7db46c - Browse repository at this point
Copy the full SHA e7db46cView commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ae6b4c - Browse repository at this point
Copy the full SHA 1ae6b4cView commit details
Commits on Jan 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9043828 - Browse repository at this point
Copy the full SHA 9043828View commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a14aa84 - Browse repository at this point
Copy the full SHA a14aa84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a2382 - Browse repository at this point
Copy the full SHA 43a2382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce3719 - Browse repository at this point
Copy the full SHA 5ce3719View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e99ffd3 - Browse repository at this point
Copy the full SHA e99ffd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac98736 - Browse repository at this point
Copy the full SHA ac98736View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b02ce - Browse repository at this point
Copy the full SHA e0b02ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d95646 - Browse repository at this point
Copy the full SHA 9d95646View commit details -
Configuration menu - View commit details
-
Copy full SHA for f969aa0 - Browse repository at this point
Copy the full SHA f969aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef94ed - Browse repository at this point
Copy the full SHA cef94edView commit details -
Also enables the packages' tests. The tests need a few patches to fix runtime generated script's shebangs. There is also a fix to pass PATH environment variable to subprocess' calls so that they can find some binaries (like xterm).
Configuration menu - View commit details
-
Copy full SHA for b1eb0af - Browse repository at this point
Copy the full SHA b1eb0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cdb11 - Browse repository at this point
Copy the full SHA a6cdb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f51653 - Browse repository at this point
Copy the full SHA 5f51653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb75a0 - Browse repository at this point
Copy the full SHA 2bb75a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0419f - Browse repository at this point
Copy the full SHA ef0419fView commit details -
The wrapper is not working anymore, so the ssh-agent is no more shared, as the script removes the environment PATH variable, I pinned the ssh-agent binary and removed the wrapper. Also, as this script doesn't require a compiler, I switched from stdenv to stdenvNoCC.
Configuration menu - View commit details
-
Copy full SHA for 3cac3df - Browse repository at this point
Copy the full SHA 3cac3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d0aad - Browse repository at this point
Copy the full SHA f4d0aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68486ea - Browse repository at this point
Copy the full SHA 68486eaView commit details
There are no files selected for viewing