-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 2b7c0dcdaab9
head repository: NixOS/nixpkgs-channels
compare: 970b2b853d41
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aef5ee6 - Browse repository at this point
Copy the full SHA aef5ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b3e54 - Browse repository at this point
Copy the full SHA c7b3e54View commit details -
This package does not support zeromq 4.x and is unmaintained.
Configuration menu - View commit details
-
Copy full SHA for 0006326 - Browse repository at this point
Copy the full SHA 0006326View commit details -
This zeromq version is really old and is no longer needed by any package in Nixpkgs.
Configuration menu - View commit details
-
Copy full SHA for 8415766 - Browse repository at this point
Copy the full SHA 8415766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d20995 - Browse repository at this point
Copy the full SHA 7d20995View commit details
Commits on Jul 8, 2020
-
tree removed, since doesn't look necessary buildDate flag removed. If unset, the default date is 1/1/1970, which is common practice when building nix packages
Configuration menu - View commit details
-
Copy full SHA for e9d928a - Browse repository at this point
Copy the full SHA e9d928aView commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8796d0b - Browse repository at this point
Copy the full SHA 8796d0bView commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 322d13e - Browse repository at this point
Copy the full SHA 322d13eView commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b28d329 - Browse repository at this point
Copy the full SHA b28d329View commit details
Commits on Jul 21, 2020
-
This is a set of utilities to control AMD Wraith Prism RGB LEDs.
Configuration menu - View commit details
-
Copy full SHA for 031cc88 - Browse repository at this point
Copy the full SHA 031cc88View commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60bca58 - Browse repository at this point
Copy the full SHA 60bca58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd9423 - Browse repository at this point
Copy the full SHA 4dd9423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447fe2d - Browse repository at this point
Copy the full SHA 447fe2dView commit details -
* Update: https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.8.0 * Fix the separation patch. * Add `itstool` to ui (needed for building localized help). * Use `pkg-config` instead of the `pkgconfig` alias. * Fix some issues related to multiple outputs: * Make the module pass specific output to `dbus.packages` since the `dbus` NixOS module will not generate configuration with correct interface paths otherwise. * Change `malcontent-ui` package to primarily-a-program type derivation (`out`+`lib` instead of `bin`+`out`) since there are more and more `malcontent-control`-specific assets. * This also fixes the issue where application data (desktop files, icons…) were installed to `out`, which is not installed by `environment.systemPackages`/`system-path.nix`’s `buildEnv` by default when `bin` output is also present. * Make `malcontent` package install `out` output too so that `system-path.nix` links that too. It contains the AccountsService & Polkit data files. * Split the library and PAM module out of `malcontent.out` so that they are not installed with the data files. * This revealed a bug in the `gobject-introspection` setup hook.
Configuration menu - View commit details
-
Copy full SHA for 097117c - Browse repository at this point
Copy the full SHA 097117cView commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07e6141 - Browse repository at this point
Copy the full SHA 07e6141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20872cb - Browse repository at this point
Copy the full SHA 20872cbView commit details -
perlPackages.CryptOpenPGP: init at 1.12
dependencies: perlPackages.AltCryptRSABigInt: init at 0.06 perlPackages.ConvertASCIIArmour: init at 1.4 perlPackages.CryptCAST5_PP: init at 1.04 perlPackages.CryptDES_EDE3: init at 0.01 perlPackages.CryptDSA: init at 1.17 perlPackages.CryptRIPEMD160: init at 0.06 perlPackages.CryptTwofish: init at 2.17 perlPackages.DataBuffer: init at 0.04 perlPackages.DigestMD2: init at 2.04 perlPackages.MathPrimeUtil: init at 0.73 perlPackages.MathPrimeUtilGMP: init at 0.52 perlPackages.TieEncryptedHash: init at 1.24
Configuration menu - View commit details
-
Copy full SHA for e68e4ca - Browse repository at this point
Copy the full SHA e68e4caView commit details -
nixosTests.installed-tests: Add the test data to VM closure
Flatpak’s installed tests build Flatpak runtimes, among other things. Upstream code does this by copying some programs on `PATH` as well as some possible dependencies from host’s /usr. We patch the code to use `nix-store --query --requisites` to make the dependency discovery easier. The Flatpak’s installed tests add `socat` to `PATH` and later run `nix-store --query --requisites` on its location but it was failing with error: path '/nix/store/qcyf7nq5vvfw32967sv4j6z190inrbrc-socat-1.7.3.4' is not valid The issue occurred because, while the host Nix store is bind mounted into the test VM, the VM’s store uses its own database that only contains the packages in the VM’s closure. Since the test commands are not actually part of the VM but only passed through PTY, the `flatpak.installedTests` derivation was not part of the VM’s closure, so `nix-store` in the VM could not get information about its dependency `socat`. Let’s make the `installedTests` of the tested package part of the test VM’s closure by passing it as a global environment variable. This will also have the added benefit that user no longer has to type the path when running the installed tests manually in the VM; they can just use `gnome-desktop-testing-runner -d $TESTED_PACKAGE_INSTALLED_TESTS`, which is much more conducive to tab completion.
Configuration menu - View commit details
-
Copy full SHA for 2bfa6aa - Browse repository at this point
Copy the full SHA 2bfa6aaView commit details -
nixosTests.installed-tests.flatpak: Fix
Along with the `socat` fix in the parent commit, this makes the Flatpak’s installed tests finally pass again. The tests seem to need slightly over 2G of disk space, and it appears that the test suite was ported to Python 3 in 1.5.1: flatpak/flatpak@2b66415
Configuration menu - View commit details
-
Copy full SHA for 8d53e88 - Browse repository at this point
Copy the full SHA 8d53e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d3f6f - Browse repository at this point
Copy the full SHA 61d3f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5495405 - Browse repository at this point
Copy the full SHA 5495405View commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 9444896 - Browse repository at this point
Copy the full SHA 9444896View commit details -
Changes: * https://github.com/flatpak/flatpak/releases/tag/1.7.1 * https://github.com/flatpak/flatpak/releases/tag/1.7.2 * https://github.com/flatpak/flatpak/releases/tag/1.7.3 * https://github.com/flatpak/flatpak/releases/tag/1.8.0 * https://github.com/flatpak/flatpak/releases/tag/1.8.1 Commits: flatpak/flatpak@1.6.3...1.7.1 flatpak/flatpak@1.7.1...1.8.1 Notable packaging changes: * Flatpak now ships a sysusers.d file for allowing systemd to create the required users. flatpak/flatpak@4df0190 * Completion support for fish shell * If an app has filesystem access, the host /lib is accessible as /run/host/lib, etc. * New filesystem permission "host-etc" and "host-os" give access to system /usr and /etc. flatpak/flatpak@fe2536b * We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues. flatpak/flatpak@dc4e198 * We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos. * By default we no longer install the gdm env.d file, as the systemd generators work better flatpak/flatpak@7c3a85b * Use variant-schema-compiler for some GVariant code flatpak/flatpak#3366 * zstd compression for oci deltas: flatpak/flatpak@bfa71e2 Additionally: * Remove glibcLocales which is not used since 1.4 bump because glibc contains a locale archive with C.UTF-8 NixOS/nixpkgs@1728bc8 * Stop using aliases for docbook-xsl-nons and pkg-config packages * Stop using autoreconfHook, the autogen.sh script contains some extra that are necessary when building from git. * Increase disk space for installed tests, they were running out. * Enable building developer documentation.
Configuration menu - View commit details
-
Copy full SHA for 98710d2 - Browse repository at this point
Copy the full SHA 98710d2View commit details -
GNOME is not necessary. Portals probably are not either, but the NixOS module requires them. Not sure why it did not work without GNOME before.
Configuration menu - View commit details
-
Copy full SHA for 379038b - Browse repository at this point
Copy the full SHA 379038bView commit details
Commits on Jul 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 128ca56 - Browse repository at this point
Copy the full SHA 128ca56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2532059 - Browse repository at this point
Copy the full SHA 2532059View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b5915 - Browse repository at this point
Copy the full SHA d4b5915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae3106 - Browse repository at this point
Copy the full SHA 7ae3106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3165354 - Browse repository at this point
Copy the full SHA 3165354View commit details -
Upstream changes: - Massive internal rewrite, some improvements and small bugfixes - Muxer updated to the latest matroska specification - Advanced usage changes: * Sdftool included as standalone executable * Drive speed control option
Configuration menu - View commit details
-
Copy full SHA for 12186bf - Browse repository at this point
Copy the full SHA 12186bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9adde - Browse repository at this point
Copy the full SHA bc9addeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfaf02 - Browse repository at this point
Copy the full SHA 0cfaf02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2885306 - Browse repository at this point
Copy the full SHA 2885306View commit details -
nixos/wpa_supplicant: update config generation
Ensure wpa_supplicant.conf is also generated when userControlled and extraConfig are used. (As discussed in issue #59959)
Configuration menu - View commit details
-
Copy full SHA for 71ea6a9 - Browse repository at this point
Copy the full SHA 71ea6a9View commit details -
nixos/dhcpd: make authoritative mode optional
There are circumstances where running secondary DHCP servers in non-authoritative mode is advantageous. Retain the previous authoritative behavior as a default.
Configuration menu - View commit details
-
Copy full SHA for a878038 - Browse repository at this point
Copy the full SHA a878038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39deb82 - Browse repository at this point
Copy the full SHA 39deb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764a925 - Browse repository at this point
Copy the full SHA 764a925View commit details -
Configuration menu - View commit details
-
Copy full SHA for d800d1e - Browse repository at this point
Copy the full SHA d800d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49dba9c - Browse repository at this point
Copy the full SHA 49dba9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194d749 - Browse repository at this point
Copy the full SHA 194d749View commit details -
openjdk: build with empty pre-version (#92947)
The removes the "-internal" suffix from the OpenJDK version string. Some applications, like the Jetbrains IDEs, check for a suffix to determine if a stable JDK is used. Thanks to @liff for the hint in #92837!
Milan authoredJul 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 56fcf78 - Browse repository at this point
Copy the full SHA 56fcf78View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fdd46 - Browse repository at this point
Copy the full SHA d3fdd46View commit details -
qtile: 0.13.0 -> 0.16.0 (#93705)
* qtile: 0.13.0 -> 0.16.0 * qtile: refactoring to use setuptools_scm solution used in other places in nixpkgs
Configuration menu - View commit details
-
Copy full SHA for c45f9a1 - Browse repository at this point
Copy the full SHA c45f9a1View commit details -
Merge pull request #93809 from danieldk/makemkv-1.15.2
makemkv: 1.15.1 -> 1.15.2
Configuration menu - View commit details
-
Copy full SHA for 6150631 - Browse repository at this point
Copy the full SHA 6150631View commit details -
Merge pull request #93275 from evanjs/openrazer/2.8.0
openrazer: 2.7.0 -> 2.8.0
Configuration menu - View commit details
-
Copy full SHA for 883af84 - Browse repository at this point
Copy the full SHA 883af84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669155b - Browse repository at this point
Copy the full SHA 669155bView commit details -
Merge pull request #93619 from Parasrah/go-task
go-task: init at 2.8.1
Configuration menu - View commit details
-
Copy full SHA for 370a71c - Browse repository at this point
Copy the full SHA 370a71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2b31b - Browse repository at this point
Copy the full SHA 2a2b31bView commit details -
Merge pull request #93805 from r-ryantm/auto-update/mc
mc: 4.8.24 -> 4.8.25
Configuration menu - View commit details
-
Copy full SHA for f1bc042 - Browse repository at this point
Copy the full SHA f1bc042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499ae67 - Browse repository at this point
Copy the full SHA 499ae67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2b7c0dcdaab9...970b2b853d41