-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: a8413d816aad
head repository: NixOS/nixpkgs-channels
compare: ebf041d4bd3d
Commits on Apr 5, 2018
-
glib: bin/gio is required by gvfs executables
this fixes gvfs in caia (mate desktop)
Configuration menu - View commit details
-
Copy full SHA for 9d6ac12 - Browse repository at this point
Copy the full SHA 9d6ac12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7c52e - Browse repository at this point
Copy the full SHA 4b7c52eView commit details
Commits on Jun 19, 2018
-
libinput: split utilities to a bin output
libinput builds some executables which are useful for debugging or unusual configurations, but not necessary in normal use of the library. (See libinput(1) and the other referenced man pages.) Some of these programs require Python, which makes the closure significantly larger. Splitting /libexec/ and /bin/ to a separate "bin" output allows systems that don't need these utilities to avoid the substantial size hit.
Configuration menu - View commit details
-
Copy full SHA for ae09fe2 - Browse repository at this point
Copy the full SHA ae09fe2View commit details
Commits on Jul 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7f308aa - Browse repository at this point
Copy the full SHA 7f308aaView commit details
Commits on Jul 27, 2018
-
procps: enable systemd support when available
`ps` can show various systemd-related information, like a unit to which a process belongs. But when it's not compiled it, it shows only '?' in such fields. Can be tested with: ps -o unit= ax
Configuration menu - View commit details
-
Copy full SHA for 86b0974 - Browse repository at this point
Copy the full SHA 86b0974View commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 32cc3eb - Browse repository at this point
Copy the full SHA 32cc3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8144a3 - Browse repository at this point
Copy the full SHA e8144a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ac282 - Browse repository at this point
Copy the full SHA 68ac282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07bd1d8 - Browse repository at this point
Copy the full SHA 07bd1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e841ffe - Browse repository at this point
Copy the full SHA e841ffeView commit details
Commits on Aug 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca3e9a7 - Browse repository at this point
Copy the full SHA ca3e9a7View commit details
Commits on Aug 24, 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/libuv/versions.
R. RyanTM committedAug 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 5a95b0b - Browse repository at this point
Copy the full SHA 5a95b0bView commit details
Commits on Aug 27, 2018
-
Merge pull request #45562 from r-ryantm/auto-update/libuv
libuv: 1.21.0 -> 1.23.0
Configuration menu - View commit details
-
Copy full SHA for d83273d - Browse repository at this point
Copy the full SHA d83273dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e405b9 - Browse repository at this point
Copy the full SHA 7e405b9View commit details -
boost: disable python explicitly in b2Args (#45679)
(cherry picked from commit 3b862a638952c814c49291ca3efa13e8363c77a2)
Configuration menu - View commit details
-
Copy full SHA for 775d1ec - Browse repository at this point
Copy the full SHA 775d1ecView commit details
Commits on Aug 28, 2018
-
e2fsprogs: fix w/musl, __GNUC_PREREQ is glibc-ism
Fixes compilation on non-glibc at minor cost since these are only used to guard the use of pragmas selectively disabling warnings based on the GCC version used.
Configuration menu - View commit details
-
Copy full SHA for a3f8a2c - Browse repository at this point
Copy the full SHA a3f8a2cView commit details -
Merge pull request #45703 from dtzWill/fix/e2fsprogs-musl
e2fsprogs: fix w/musl, __GNUC_PREREQ is glibc-ism
Configuration menu - View commit details
-
Copy full SHA for 4c2d822 - Browse repository at this point
Copy the full SHA 4c2d822View commit details -
coreutils nitpick: add --with-packager
`tool --version` now gets additional line: Packaged by https://NixOS.org
Configuration menu - View commit details
-
Copy full SHA for 85facc4 - Browse repository at this point
Copy the full SHA 85facc4View commit details -
coreutils: split a coreutils-full version
- default coreutils is stripped of /share/ (11 -> 2 MiB) - coreutils-full retains /share/ and adds openssl for faster *sum tools - NixOS systemPackages contains coreutils-full - *Support parameter defaults are moved inside (it seemed confusing to have `? false` and "at once" with `? isLinux`) Closure considerations: + typical build-time closure will get lighter by ~9 MiB - typical closure of NixOS installation will grow by ~2 MiB, due to referring to both versions. I think it would be possible to re-use most of the utils between the two versions, but the expression would get much more complex. I considered having stdenv with minimal coreutils and the default `coreutils` attribute being full, but it turned out there were too many trivial references in nixpkgs, so it didn't seem easy to keep rebuild impact of openssl from growing significantly.
Configuration menu - View commit details
-
Copy full SHA for fd3927a - Browse repository at this point
Copy the full SHA fd3927aView commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c521740 - Browse repository at this point
Copy the full SHA c521740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149b180 - Browse repository at this point
Copy the full SHA 149b180View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5816c9 - Browse repository at this point
Copy the full SHA d5816c9View commit details -
texlive: make packages fixed-output derivations
This reverts a part of the changes made in #40826. Fixed-output derivations save time and space on rebuilds.
Configuration menu - View commit details
-
Copy full SHA for 738bae4 - Browse repository at this point
Copy the full SHA 738bae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3961e5 - Browse repository at this point
Copy the full SHA f3961e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2737f17 - Browse repository at this point
Copy the full SHA 2737f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac03d2e - Browse repository at this point
Copy the full SHA ac03d2eView commit details -
texlive.bin.core-big: disable luatex53
build failed on Darwin Patch by @veprbl
Configuration menu - View commit details
-
Copy full SHA for 831551a - Browse repository at this point
Copy the full SHA 831551aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9ebf4 - Browse repository at this point
Copy the full SHA 5c9ebf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d88c1 - Browse repository at this point
Copy the full SHA 20d88c1View commit details -
Fixes a horrendous bug that crashes IRC clients, text editors, terminal emulators that receive invalid Unicode sequence.
Configuration menu - View commit details
-
Copy full SHA for f9943cd - Browse repository at this point
Copy the full SHA f9943cdView commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d28ce15 - Browse repository at this point
Copy the full SHA d28ce15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c68fe - Browse repository at this point
Copy the full SHA 19c68feView commit details -
systemd: don't use options from fstab on remount
Include fix by @aszlig to fix remount with comment/application-specific fstab options.
Configuration menu - View commit details
-
Copy full SHA for 03c1f56 - Browse repository at this point
Copy the full SHA 03c1f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1b9b4 - Browse repository at this point
Copy the full SHA cc1b9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29e9ed - Browse repository at this point
Copy the full SHA a29e9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for effef4f - Browse repository at this point
Copy the full SHA effef4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c7e30 - Browse repository at this point
Copy the full SHA 03c7e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b5563 - Browse repository at this point
Copy the full SHA 65b5563View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b47e9 - Browse repository at this point
Copy the full SHA d7b47e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab539ab - Browse repository at this point
Copy the full SHA ab539abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2f91f - Browse repository at this point
Copy the full SHA 6f2f91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71b222 - Browse repository at this point
Copy the full SHA b71b222View commit details -
procps(-ng): drop the bootstrapping hack
On master/staging the bootstrap mistake has been fixed, and it no longer pulls procps, so such a hack isn't required.
Configuration menu - View commit details
-
Copy full SHA for 5ae438a - Browse repository at this point
Copy the full SHA 5ae438aView commit details -
Merge #43817: procps(-ng): enable systemd support
The whole closure only grows by 5 MiB roughly, and it's all very common libraries (very low practical impact).
Configuration menu - View commit details
-
Copy full SHA for 2a39174 - Browse repository at this point
Copy the full SHA 2a39174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f80b81 - Browse repository at this point
Copy the full SHA 3f80b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc6472 - Browse repository at this point
Copy the full SHA 8fc6472View commit details -
treewide: use glib tools from build-time $PATH
Using explicit output feels more flaky in case we e.g. move the binary. (No strong opinion on my side, feel free to revert if you think so.)
Configuration menu - View commit details
-
Copy full SHA for 80b25db - Browse repository at this point
Copy the full SHA 80b25dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3947c7b - Browse repository at this point
Copy the full SHA 3947c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c971f0 - Browse repository at this point
Copy the full SHA 8c971f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538c733 - Browse repository at this point
Copy the full SHA 538c733View commit details
There are no files selected for viewing