-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: e2b4abe3c8f2
head repository: NixOS/nixpkgs-channels
compare: 1ddb140d95c6
Commits on Apr 29, 2019
-
ugarit: fix build by using CHICKEN 4.x
Ugarit only works with CHICKEN 4, not CHICKEN 5 (which is the default version in nixpkgs since 69ef070), so use the compiler and egg tools from `chickenPackages_4` for ugarit and ugarit-manifest-maker.
Configuration menu - View commit details
-
Copy full SHA for a6d39ee - Browse repository at this point
Copy the full SHA a6d39eeView commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fd38a11 - Browse repository at this point
Copy the full SHA fd38a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e9dd4 - Browse repository at this point
Copy the full SHA c4e9dd4View commit details -
fx_cast_bridge: 0.0.3 -> 0.0.4
https://github.com/hensm/fx_cast/releases/tag/v0.0.4 (cherry picked from commit c8e255962e89795f50268e1e370fdba31f759994)
Configuration menu - View commit details
-
Copy full SHA for 2488f6a - Browse repository at this point
Copy the full SHA 2488f6aView commit details -
fx_cast_bridge: fix double-slash
(cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a)
Configuration menu - View commit details
-
Copy full SHA for b7c783c - Browse repository at this point
Copy the full SHA b7c783cView commit details -
(cherry picked from commit c6d6f636e186b68ae7626dcf611d10a3a50c30a3)
Configuration menu - View commit details
-
Copy full SHA for a216652 - Browse repository at this point
Copy the full SHA a216652View commit details -
(cherry picked from commit a01a80a52c952bfa70a474cb062e508d3947ca6b)
Configuration menu - View commit details
-
Copy full SHA for b232587 - Browse repository at this point
Copy the full SHA b232587View commit details
Commits on Dec 11, 2019
-
hopper: fix libxml2 dynamic linking issue
* port to qt5.callPackage / mkDerivation * format derivation
Configuration menu - View commit details
-
Copy full SHA for 7b1b72c - Browse repository at this point
Copy the full SHA 7b1b72cView commit details -
* use wrapQtAppsHook in favour for the custom qt builder * use autoPatchelfHook * cleanup build dependencies * add maintainer Enteee
Configuration menu - View commit details
-
Copy full SHA for 2f7f00b - Browse repository at this point
Copy the full SHA 2f7f00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b301e82 - Browse repository at this point
Copy the full SHA b301e82View commit details
Commits on Dec 15, 2019
-
hopper: apply changes from code review
* add dependency to ncurses, gnustep * don't copy to share/share * run pre/post Install hooks * fix desktop icon * with maintainers
Configuration menu - View commit details
-
Copy full SHA for 7da91c5 - Browse repository at this point
Copy the full SHA 7da91c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb51742 - Browse repository at this point
Copy the full SHA bb51742View commit details -
openvswitch: better integration with systemd
Systemd dependencies for scripted mode were refactored according to analysis in #34586. networking.vswitches can now be used with systemd-networkd, although they are not supported by the daemon, a nixos receipe creates the switch and attached required interfaces (just like the scripted version). Vlans and internal interfaces are implemented following the template format i.e. each interface is described using an attributeSet (vlan and type at the moment). If vlan is present, then interface is added to the vswitch with given tag (access mode). Type internal enabled vswitch to create interfaces (see openvswitch docs). Added configuration for configuring supported openFlow version on the vswitch This commit is a split from the original PR #35127.
Configuration menu - View commit details
-
Copy full SHA for cd3597b - Browse repository at this point
Copy the full SHA cd3597bView commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 970e645 - Browse repository at this point
Copy the full SHA 970e645View commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd5222a - Browse repository at this point
Copy the full SHA cd5222aView commit details
Commits on Feb 1, 2020
-
Linux has reworked its header install process in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc It has introduced `make headers` that prepares the headers in ./usr/include, and made `make headers_install` copy the headers from there using rsync.
Configuration menu - View commit details
-
Copy full SHA for d48e99d - Browse repository at this point
Copy the full SHA d48e99dView commit details
Commits on Feb 6, 2020
-
mpv: add flag for swift on darwin
While we currently don't have a pure swift build on macOS it's possible to build mpv using the swift compiler from CLT. eg. self: super: let CommandLineTools = "/Library/Developer/CommandLineTools"; in { swift = super.stdenv.mkDerivation { name = "swift-CommandLineTools-0.0.0"; phases = [ "installPhase" "fixupPhase" ]; propagatedBuildInputs = [ self.darwin.DarwinTools ]; installPhase = '' mkdir -p $out/bin $out/lib ln -s ${CommandLineTools}/usr/bin/swift $out/bin ln -s ${CommandLineTools}/usr/lib/swift $out/lib ln -s ${CommandLineTools}/SDKs $out ''; setupHook = builtins.toFile "hook" '' addCommandLineTools() { echo >&2 echo "WARNING: this is impure and unreliable, make sure the CommandLineTools are installed!" >&2 echo " $ xcode-select --install" >&2 echo >&2 [ -d ${CommandLineTools} ] export NIX_LDFLAGS+=" -L@out@/lib/swift/macosx" export SWIFT=swift export SWIFT_LIB_DYNAMIC=@out@/lib/swift/macosx export MACOS_SDK_VERSION=$(sw_vers -productVersion | awk -F. '{print $1 "." $2}') export MACOS_SDK=@out@/SDKs/MacOSX$MACOS_SDK_VERSION.sdk } prePhases+=" addCommandLineTools" ''; __impureHostDeps = [ CommandLineTools ]; }; mpv = super.mpv.override { swiftSupport = true; }; }
Configuration menu - View commit details
-
Copy full SHA for 3987ea9 - Browse repository at this point
Copy the full SHA 3987ea9View commit details
Commits on Feb 7, 2020
-
Referencing darwin.* directly makes overriding dependencies very awkward.
Configuration menu - View commit details
-
Copy full SHA for 408f369 - Browse repository at this point
Copy the full SHA 408f369View commit details
Commits on Feb 10, 2020
-
qttools: Add qtdeclarative to buildInputs
qtdeclarative is an optional dependency for some parts of qttools: without it, the lupdate binary is not able to process qml files for translatable strings.
Configuration menu - View commit details
-
Copy full SHA for 704b49d - Browse repository at this point
Copy the full SHA 704b49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4eb10 - Browse repository at this point
Copy the full SHA 9a4eb10View commit details -
git: Fix git-gui to work on Catalina
The existing post-install was not successfully patching the git-gui script, and thus was invoking the packaged osx app which uses the system tk, which is too old to work (and is no longer supported by Apple anyway).
Dave Nicponski authored and Dave Nicponski committedFeb 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 1b6ef12 - Browse repository at this point
Copy the full SHA 1b6ef12View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 330707e - Browse repository at this point
Copy the full SHA 330707eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb26ae - Browse repository at this point
Copy the full SHA 6cb26aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b766624 - Browse repository at this point
Copy the full SHA b766624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717d1e8 - Browse repository at this point
Copy the full SHA 717d1e8View commit details -
Merge pull request #79558 from Thra11/add-qtdeclarative-qttools
qttools: Add qtdeclarative to buildInputs
Configuration menu - View commit details
-
Copy full SHA for f9ddb17 - Browse repository at this point
Copy the full SHA f9ddb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6222192 - Browse repository at this point
Copy the full SHA 6222192View commit details -
Merge pull request #78994 from orivej/linux-headers
linuxHeaders: 4.19.16 -> 5.5
Configuration menu - View commit details
-
Copy full SHA for b39c52f - Browse repository at this point
Copy the full SHA b39c52fView commit details -
Merge pull request #79821 from r-ryantm/auto-update/openblas
openblas: 0.3.7 -> 0.3.8
Configuration menu - View commit details
-
Copy full SHA for d178906 - Browse repository at this point
Copy the full SHA d178906View commit details
Commits on Feb 12, 2020
-
Merge pull request #79807 from r-ryantm/auto-update/go-jsonnet
go-jsonnet: 0.14.0 -> 0.15.0
Configuration menu - View commit details
-
Copy full SHA for e192ff3 - Browse repository at this point
Copy the full SHA e192ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f00bda0 - Browse repository at this point
Copy the full SHA f00bda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efac827 - Browse repository at this point
Copy the full SHA efac827View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6b81a - Browse repository at this point
Copy the full SHA de6b81aView commit details -
Merge pull request #79912 from r-ryantm/auto-update/git-remote-gcrypt
gitAndTools.gitRemoteGcrypt: 1.2 -> 1.3
Configuration menu - View commit details
-
Copy full SHA for 72ce1ff - Browse repository at this point
Copy the full SHA 72ce1ffView commit details -
This also switches the build from Autotools to Meson. The only difference should be that the libtool archives (.la files) aren't generated anymore. Additionally I've updated the meta attributes and added myself as maintainer. The changelog is in the final release announcement [0] and an overview of most commits is in the alpha release announcement [1]. [0]: https://lists.freedesktop.org/archives/wayland-devel/2020-February/041207.html [1]: https://lists.freedesktop.org/archives/wayland-devel/2020-January/041140.html
Configuration menu - View commit details
-
Copy full SHA for 1c82542 - Browse repository at this point
Copy the full SHA 1c82542View commit details -
wayland: Add a flag to build the documentation
But don't build the documentation by default.
Configuration menu - View commit details
-
Copy full SHA for c16b065 - Browse repository at this point
Copy the full SHA c16b065View commit details -
wayland: Fix the cross-compilation with Meson
The build sandbox provides only wayland-scanner and not the library and the wayland-egl symbols check test must use nm prefixed with the target triplet.
Configuration menu - View commit details
-
Copy full SHA for de3f4fe - Browse repository at this point
Copy the full SHA de3f4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded18bd - Browse repository at this point
Copy the full SHA ded18bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab34d0d - Browse repository at this point
Copy the full SHA ab34d0dView commit details -
Merge pull request #79237 from primeos/wayland
wayland: 1.17.0 -> 1.18.0
Configuration menu - View commit details
-
Copy full SHA for ebddfc2 - Browse repository at this point
Copy the full SHA ebddfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0050dc - Browse repository at this point
Copy the full SHA e0050dcView commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ea0c42 - Browse repository at this point
Copy the full SHA 7ea0c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef44aa0 - Browse repository at this point
Copy the full SHA ef44aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f57ef4e - Browse repository at this point
Copy the full SHA f57ef4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48254f3 - Browse repository at this point
Copy the full SHA 48254f3View commit details
Commits on Feb 14, 2020
-
Merge pull request #79932 from r-ryantm/auto-update/libgee
libgee: 0.20.2 -> 0.20.3
Configuration menu - View commit details
-
Copy full SHA for 816e214 - Browse repository at this point
Copy the full SHA 816e214View commit details -
nix-prefetch-git: report deepClone & leaveDotGit
Just like in NixOS/nixpkgs@be30ba8 we want `fetchgit (builtins.fromJSON (builtins.readFile ./src.json))` to work.
Configuration menu - View commit details
-
Copy full SHA for f19a101 - Browse repository at this point
Copy the full SHA f19a101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a80ee2 - Browse repository at this point
Copy the full SHA 9a80ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 809bc8c - Browse repository at this point
Copy the full SHA 809bc8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6274ce1 - Browse repository at this point
Copy the full SHA 6274ce1View commit details
There are no files selected for viewing