-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 457e94d9008a
head repository: NixOS/nixpkgs
compare: cf27abf53493
Commits on Oct 25, 2019
-
plymouth: Add extra config field
Signed-off-by: Mathieu A.-Tetreault <alexandretm@amotus.ca>
Mathieu A.-Tetreault committedOct 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 054ceb8 - Browse repository at this point
Copy the full SHA 054ceb8View commit details
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f82fb81 - Browse repository at this point
Copy the full SHA f82fb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for def1769 - Browse repository at this point
Copy the full SHA def1769View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c972e1b - Browse repository at this point
Copy the full SHA c972e1bView commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5e8eaa6 - Browse repository at this point
Copy the full SHA 5e8eaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d6145 - Browse repository at this point
Copy the full SHA 03d6145View commit details
Commits on Oct 31, 2019
-
rPackages.glmnet: Add missing dependency
Fixes the error: ld: library not found for -liconv
Configuration menu - View commit details
-
Copy full SHA for 4d54c9e - Browse repository at this point
Copy the full SHA 4d54c9eView commit details
Commits on Nov 1, 2019
-
We have updated python-slugify to 4.0.0 (or newer) which broke the build. This has happened several times before without actually breaking the software. So yeah, lets just accept newer versions and fix it if it breaks for some other reason in the future.
Configuration menu - View commit details
-
Copy full SHA for ee16c54 - Browse repository at this point
Copy the full SHA ee16c54View commit details
Commits on Nov 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7d88403 - Browse repository at this point
Copy the full SHA 7d88403View commit details -
nixos/gnome3: add sound-theme-freedesktop
I've noticed a similar issue in Pantheon, without this sound theme installed there's no system sounds. I believe it's because the gnome theme and the pantheon theme inherit this one.
Configuration menu - View commit details
-
Copy full SHA for 4bdbbc1 - Browse repository at this point
Copy the full SHA 4bdbbc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e2161f - Browse repository at this point
Copy the full SHA 4e2161fView commit details
Commits on Nov 4, 2019
-
qtwebengine: add patch for CVE-2019-13720
Milan Pässler committedNov 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 00ac18c - Browse repository at this point
Copy the full SHA 00ac18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c115659 - Browse repository at this point
Copy the full SHA c115659View commit details
Commits on Nov 5, 2019
-
sd-image: Add the compressed file path for hydra.
This makes the nixos on arm user instructions work again.
Configuration menu - View commit details
-
Copy full SHA for c861f80 - Browse repository at this point
Copy the full SHA c861f80View commit details
Commits on Nov 6, 2019
-
According to Neomutt's autocrypt manual <https://neomutt.org/guide/autocryptdoc.html>, autocrypt needs to be enabled in the `configureFlags` and `sqlite` is a new dependency.
Configuration menu - View commit details
-
Copy full SHA for 689b963 - Browse repository at this point
Copy the full SHA 689b963View commit details -
Update insomnia to latest version (at the current date: 2019/11/06)
Configuration menu - View commit details
-
Copy full SHA for e870472 - Browse repository at this point
Copy the full SHA e870472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446368e - Browse repository at this point
Copy the full SHA 446368eView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 34cd476 - Browse repository at this point
Copy the full SHA 34cd476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b45b5b - Browse repository at this point
Copy the full SHA 3b45b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61de713 - Browse repository at this point
Copy the full SHA 61de713View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 34b84e8 - Browse repository at this point
Copy the full SHA 34b84e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e349b6e - Browse repository at this point
Copy the full SHA e349b6eView commit details -
The substitition in smtpd/parse.y isn't necessary anymore. The hardcoded /usr/libexec/ has been replaced by a PATH_LIBEXEC #define, which will be set properly by the build system.
Configuration menu - View commit details
-
Copy full SHA for 9658850 - Browse repository at this point
Copy the full SHA 9658850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5bfdd - Browse repository at this point
Copy the full SHA 1c5bfddView commit details -
nixos/tinydns: order service after network.target
In cases where you boot up really quickly (like in the VM test on a non-busy host), tinydns might want to bind before the loopback interface is fully up. Order tinydns after network.target to fix that.
Configuration menu - View commit details
-
Copy full SHA for cbd9e9e - Browse repository at this point
Copy the full SHA cbd9e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for caac096 - Browse repository at this point
Copy the full SHA caac096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fade5 - Browse repository at this point
Copy the full SHA 60fade5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f9cfa - Browse repository at this point
Copy the full SHA 18f9cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece9c41 - Browse repository at this point
Copy the full SHA ece9c41View commit details -
terraform-providers: group individual repo providers
Marius Bergmann committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 206f719 - Browse repository at this point
Copy the full SHA 206f719View commit details -
terraform-providers: fix handling of version/rev in provider list
I interpreted the purpose of stripping the first character from the 'version' argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version tag. This works if the tag actually has a 'v' prefix, but also removes the first character if version tags are not prefixed (e.g. '1.0.0'). Additionally, the 'v' was added again when specifying the `rev` for `fetchFromGitHub` in default.nix. As described above, this did also not work when provider repos did not prefix their version tags with 'v'. I changed the implementation as follows: - `version` and `rev` are stored inside data.nix - `version` is used to declare the nix package version - `rev` is used to fetch the proper git ref when building the package - for determining `version`, an optional leading 'v' is trimmed from the tag name Now this has the implication that the latest tag must always be a release tag when using the `update-all` script, but as the result of running `update-all` should always be reviewed before submission, makes this appear a manageable tradeoff to me.
Marius Bergmann committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 3ddd53e - Browse repository at this point
Copy the full SHA 3ddd53eView commit details -
terraform-providers: update existing providers
Marius Bergmann committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 610ffc9 - Browse repository at this point
Copy the full SHA 610ffc9View commit details -
terraform-provider-pass: init at 1.2.1
Marius Bergmann committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for bc0a2ad - Browse repository at this point
Copy the full SHA bc0a2adView commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 06decf0 - Browse repository at this point
Copy the full SHA 06decf0View commit details -
Jonathan Ringer committed
Nov 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 70a86f1 - Browse repository at this point
Copy the full SHA 70a86f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 364ae63 - Browse repository at this point
Copy the full SHA 364ae63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 019fcab - Browse repository at this point
Copy the full SHA 019fcabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76761a8 - Browse repository at this point
Copy the full SHA 76761a8View commit details -
doc: fix allowUnfreePredicate example following the introduction of p…
…name Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eebdaa9 - Browse repository at this point
Copy the full SHA eebdaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c84f4 - Browse repository at this point
Copy the full SHA 07c84f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8302338 - Browse repository at this point
Copy the full SHA 8302338View commit details -
Merge pull request #72804 from xtruder/pkgs/facetimehd-firmware/updat…
…e-firmware-link facetimehd-firmware: 1.43_4 -> 1.43_5
Configuration menu - View commit details
-
Copy full SHA for 21c3fab - Browse repository at this point
Copy the full SHA 21c3fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for e922e10 - Browse repository at this point
Copy the full SHA e922e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b11fed - Browse repository at this point
Copy the full SHA 4b11fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0606210 - Browse repository at this point
Copy the full SHA 0606210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b4077 - Browse repository at this point
Copy the full SHA 07b4077View commit details -
Merge pull request #72794 from petabyteboy/feature/qtwebengine-cve-20…
…19-13720 qtwebengine: add patch for CVE-2019-13720
Configuration menu - View commit details
-
Copy full SHA for cdf9b62 - Browse repository at this point
Copy the full SHA cdf9b62View commit details -
Merge pull request #71986 from mtetreault/mte/plymouth-improvements
plymouth: Add extra config field
Configuration menu - View commit details
-
Copy full SHA for 8e639f1 - Browse repository at this point
Copy the full SHA 8e639f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fe458 - Browse repository at this point
Copy the full SHA e3fe458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d43f30 - Browse repository at this point
Copy the full SHA 1d43f30View commit details
There are no files selected for viewing