-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 3e4afc2d9fd2
head repository: NixOS/nixpkgs
compare: da12fc683846
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2969873 - Browse repository at this point
Copy the full SHA 2969873View commit details
Commits on Jun 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88de3d0 - Browse repository at this point
Copy the full SHA 88de3d0View commit details
Commits on Aug 17, 2020
-
xdg-utils: add missing dependencies
- Add coreutils to PATH, because the xdg scripts use other not yet provided coreutils like head. This makes the custom 'cut' and 'sort' functions obsolete. Remove double quotes around $out because $out contains no Bash field separators. - Replace all instances of 'which' with 'type -P'. The previous sed command only replaced instances with a leading space.
Configuration menu - View commit details
-
Copy full SHA for 68559e2 - Browse repository at this point
Copy the full SHA 68559e2View commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 815eaa5 - Browse repository at this point
Copy the full SHA 815eaa5View commit details
Commits on Sep 28, 2020
-
openafs_1_8: Add upstream patches for Linux kernel 5.8 and 5.9
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Configuration menu - View commit details
-
Copy full SHA for 14245d4 - Browse repository at this point
Copy the full SHA 14245d4View commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 32535c9 - Browse repository at this point
Copy the full SHA 32535c9View commit details
Commits on Oct 16, 2020
-
Revert "python3.pkgs.yq: make stdin a tty for tests"
This reverts commit 40a58cc.
Configuration menu - View commit details
-
Copy full SHA for 5f6707d - Browse repository at this point
Copy the full SHA 5f6707dView commit details
Commits on Oct 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 26093e5 - Browse repository at this point
Copy the full SHA 26093e5View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5837209 - Browse repository at this point
Copy the full SHA 5837209View commit details
Commits on Oct 22, 2020
-
Changed the label to '9.needs: package (update)' Removed trailing spaces Modified formulation of a sentence
Configuration menu - View commit details
-
Copy full SHA for 7f27185 - Browse repository at this point
Copy the full SHA 7f27185View commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55d047f - Browse repository at this point
Copy the full SHA 55d047fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd63b94 - Browse repository at this point
Copy the full SHA cd63b94View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da46f4e - Browse repository at this point
Copy the full SHA da46f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa86d48 - Browse repository at this point
Copy the full SHA aa86d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d83031 - Browse repository at this point
Copy the full SHA 8d83031View commit details
Commits on Oct 30, 2020
-
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2c82b84 - Browse repository at this point
Copy the full SHA 2c82b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5949927 - Browse repository at this point
Copy the full SHA 5949927View commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7dcbc0e - Browse repository at this point
Copy the full SHA 7dcbc0eView commit details
Commits on Nov 2, 2020
-
NSS configure scripts use the abbreviated form ppc64/ppc64le: https://github.com/nss-dev/nss/blob/NSS_3_57_RTM/coreconf/config.gypi#L209 Whereas nixpkgs uses the longer form: `nix eval nixpkgs.pkgsCross.powernv.hostPlatform.parsed.cpu.name` `powerpc64le`
Configuration menu - View commit details
-
Copy full SHA for eed2008 - Browse repository at this point
Copy the full SHA eed2008View commit details
Commits on Nov 4, 2020
-
openjdk: switch from mercurial repository to GitHub
Reasons: * openjdk is migrating to GitHub (https://openjdk.java.net/jeps/369) * GitHub provides faster download speed that mercurial
Configuration menu - View commit details
-
Copy full SHA for aefda81 - Browse repository at this point
Copy the full SHA aefda81View commit details
Commits on Nov 5, 2020
-
nixos-help: Do $PATH lookup in nixos-manual.desktop instead of hardco…
…ding derivation See db236e5 "steam: Do $PATH lookup in steam.desktop [...]". tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
Configuration menu - View commit details
-
Copy full SHA for b02719a - Browse repository at this point
Copy the full SHA b02719aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3560f0d - Browse repository at this point
Copy the full SHA 3560f0dView commit details -
nixos-help: bundle the desktop item with the script
This is to ensure that whenever we install the desktop item we also have the script installed. Prior to b02719a we always had the reference to the script in the desktop item. Since desktop items are being copied to home directories and thus "bit rod" over time that absolute path was removed.
Configuration menu - View commit details
-
Copy full SHA for 9a01e97 - Browse repository at this point
Copy the full SHA 9a01e97View commit details
Commits on Nov 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 84276fd - Browse repository at this point
Copy the full SHA 84276fdView commit details -
keepassxc: Enable networking by default
Upstream builds with it enabled, as do other distros.
Configuration menu - View commit details
-
Copy full SHA for cfdeea4 - Browse repository at this point
Copy the full SHA cfdeea4View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 445dde6 - Browse repository at this point
Copy the full SHA 445dde6View commit details -
qt5.qtwebengine: remove dead conditions for pre 5.12 support
This doesn't change the derivation.
Configuration menu - View commit details
-
Copy full SHA for aa08b8e - Browse repository at this point
Copy the full SHA aa08b8eView commit details
Commits on Nov 10, 2020
-
qt5.qtwebengine: don't override
patches
in qtModuleThis fixes darwin build. Fixes: 90db964 ('qt5.qtwebengine: fix build with bison-3.7')
Configuration menu - View commit details
-
Copy full SHA for ee2501f - Browse repository at this point
Copy the full SHA ee2501fView commit details -
zfsbackup: update unstable-2019-03-05 -> unstable-2020-09-30
Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
Configuration menu - View commit details
-
Copy full SHA for dbef34e - Browse repository at this point
Copy the full SHA dbef34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c2129 - Browse repository at this point
Copy the full SHA 51c2129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ee36a - Browse repository at this point
Copy the full SHA 52ee36aView commit details
Commits on Nov 11, 2020
-
Revert "firefox: set build timeout at eight hours"
The default timeout is 10h on Hydra currently, so this timeout setting is pointless or counterproductive. This commit seems to have been made in error #96767 (comment) This reverts commit c57fedb.
Configuration menu - View commit details
-
Copy full SHA for 739b762 - Browse repository at this point
Copy the full SHA 739b762View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5fc9b - Browse repository at this point
Copy the full SHA ec5fc9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 205652e - Browse repository at this point
Copy the full SHA 205652eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 008e711 - Browse repository at this point
Copy the full SHA 008e711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7840281 - Browse repository at this point
Copy the full SHA 7840281View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d1baaef - Browse repository at this point
Copy the full SHA d1baaefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e82d1 - Browse repository at this point
Copy the full SHA 15e82d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbc529 - Browse repository at this point
Copy the full SHA bcbc529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5efb8b4 - Browse repository at this point
Copy the full SHA 5efb8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b5e93 - Browse repository at this point
Copy the full SHA 04b5e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for d817bf1 - Browse repository at this point
Copy the full SHA d817bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5cba0 - Browse repository at this point
Copy the full SHA 9f5cba0View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e86b050 - Browse repository at this point
Copy the full SHA e86b050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b3ce2 - Browse repository at this point
Copy the full SHA 91b3ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdd40d - Browse repository at this point
Copy the full SHA 4bdd40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce3b45 - Browse repository at this point
Copy the full SHA dce3b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05095f - Browse repository at this point
Copy the full SHA c05095fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ac103 - Browse repository at this point
Copy the full SHA e4ac103View commit details -
Signed-off-by: David Anderson <dave@natulte.net>
Configuration menu - View commit details
-
Copy full SHA for 027bcf8 - Browse repository at this point
Copy the full SHA 027bcf8View commit details
There are no files selected for viewing