-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 5219a3ade193
head repository: NixOS/nixpkgs
compare: d64f4d03d557
Commits on Oct 28, 2020
-
This is a no-op and makes things a bit smaller.
Configuration menu - View commit details
-
Copy full SHA for c6bbc94 - Browse repository at this point
Copy the full SHA c6bbc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229184f - Browse repository at this point
Copy the full SHA 229184fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6456e24 - Browse repository at this point
Copy the full SHA 6456e24View commit details -
systemd: remove perl from nativeBuildInputs
This was only used to patch a circular output reference from lib to out on aarch64, but was removed in b68bddf, This commit forgot to remove perl, so remove it now.
Configuration menu - View commit details
-
Copy full SHA for 8434da5 - Browse repository at this point
Copy the full SHA 8434da5View commit details -
systemd: build without iptables when networkd is disabled
upstreams TODO mentions iptables-dev (libiptc) is also used for nspawn, but it seems like it only makes use of this via networkd anyways (or does these days) - at least systemdMinimal compiles successfully without iptables in the build closure.
Configuration menu - View commit details
-
Copy full SHA for 39e7333 - Browse repository at this point
Copy the full SHA 39e7333View commit details -
systemd: add withRemote option (default to false), make curl optional
This makes curl optional if both remote and importd are disabled, and makes some assertions more robust by switching from curl.dev != null to lib.getDev curl != null.
Configuration menu - View commit details
-
Copy full SHA for e1e01fa - Browse repository at this point
Copy the full SHA e1e01faView commit details -
systemd: cleanup cryptsetup input
use lib.getDev to retrieve the dev output. Don't pass it to buildInputs if we don't build with withCryptsetup set to true.
Configuration menu - View commit details
-
Copy full SHA for 5f257d7 - Browse repository at this point
Copy the full SHA 5f257d7View commit details -
systemd: introduce withCompression flag
This will build systemd without some compression utils, useful for systemdMinimal.
Configuration menu - View commit details
-
Copy full SHA for ff07c6b - Browse repository at this point
Copy the full SHA ff07c6bView commit details -
systemd: drop duplicate -Dlocaled=…
This is already configurable above.
Configuration menu - View commit details
-
Copy full SHA for c6aada2 - Browse repository at this point
Copy the full SHA c6aada2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d18be9 - Browse repository at this point
Copy the full SHA 8d18be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b027cf2 - Browse repository at this point
Copy the full SHA b027cf2View commit details -
systemd: add withCoredump flag
… and default it to false for systemdMinimal
Configuration menu - View commit details
-
Copy full SHA for 987906a - Browse repository at this point
Copy the full SHA 987906aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 585f4a1 - Browse repository at this point
Copy the full SHA 585f4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a910e - Browse repository at this point
Copy the full SHA 13a910eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c35f0 - Browse repository at this point
Copy the full SHA 54c35f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b762c0 - Browse repository at this point
Copy the full SHA 0b762c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f93474 - Browse repository at this point
Copy the full SHA 1f93474View commit details -
Configuration menu - View commit details
-
Copy full SHA for f142493 - Browse repository at this point
Copy the full SHA f142493View commit details -
Configuration menu - View commit details
-
Copy full SHA for e773262 - Browse repository at this point
Copy the full SHA e773262View commit details -
Configuration menu - View commit details
-
Copy full SHA for a079a6f - Browse repository at this point
Copy the full SHA a079a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8526662 - Browse repository at this point
Copy the full SHA 8526662View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10a9a8 - Browse repository at this point
Copy the full SHA e10a9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 961663a - Browse repository at this point
Copy the full SHA 961663aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dff1d - Browse repository at this point
Copy the full SHA e6dff1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065f057 - Browse repository at this point
Copy the full SHA 065f057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dcbbf - Browse repository at this point
Copy the full SHA 93dcbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 959cea2 - Browse repository at this point
Copy the full SHA 959cea2View commit details -
systemd: stop substituting inside fsck.c, stop substituting mke2fs
fsck.c doesn't refer to any of these binaries anymore, and the whole systmed codebase not to /sbin/mke2fs.
Configuration menu - View commit details
-
Copy full SHA for 6dbc23e - Browse repository at this point
Copy the full SHA 6dbc23eView commit details
Commits on Nov 1, 2020
-
Merge pull request #101886 from flokli/systemd-more-optional
systemd: introduce more options for a more minimal build
Configuration menu - View commit details
-
Copy full SHA for d64f4d0 - Browse repository at this point
Copy the full SHA d64f4d0View commit details
There are no files selected for viewing