-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: e149ee735e67
head repository: NixOS/nixpkgs
compare: 42351ffeb94f
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 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
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 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
-
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 6cb26ae - Browse repository at this point
Copy the full SHA 6cb26aeView commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ab34d0d - Browse repository at this point
Copy the full SHA ab34d0dView 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
Commits on Feb 14, 2020
-
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 -
Configuration menu - View commit details
-
Copy full SHA for 310b108 - Browse repository at this point
Copy the full SHA 310b108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e651fa - Browse repository at this point
Copy the full SHA 2e651faView commit details
Commits on Feb 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a3b97a4 - Browse repository at this point
Copy the full SHA a3b97a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d71767 - Browse repository at this point
Copy the full SHA 7d71767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f5825 - Browse repository at this point
Copy the full SHA 25f5825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cd4d1 - Browse repository at this point
Copy the full SHA 86cd4d1View commit details
Commits on Feb 18, 2020
-
Co-authored-by: Jacob Dillon <jacob.dillon@uconn.edu>
Configuration menu - View commit details
-
Copy full SHA for 472b657 - Browse repository at this point
Copy the full SHA 472b657View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e2a85 - Browse repository at this point
Copy the full SHA 53e2a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbe49f - Browse repository at this point
Copy the full SHA 2bbe49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86619f - Browse repository at this point
Copy the full SHA e86619fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db688a8 - Browse repository at this point
Copy the full SHA db688a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5a2ba - Browse repository at this point
Copy the full SHA 7f5a2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f00427 - Browse repository at this point
Copy the full SHA 9f00427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd9782 - Browse repository at this point
Copy the full SHA 2fd9782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539493f - Browse repository at this point
Copy the full SHA 539493fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5590c6 - Browse repository at this point
Copy the full SHA c5590c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391ab23 - Browse repository at this point
Copy the full SHA 391ab23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509e1b4 - Browse repository at this point
Copy the full SHA 509e1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f330f46 - Browse repository at this point
Copy the full SHA f330f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdfa74 - Browse repository at this point
Copy the full SHA dfdfa74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66472c3 - Browse repository at this point
Copy the full SHA 66472c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34aba80 - Browse repository at this point
Copy the full SHA 34aba80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd27fd - Browse repository at this point
Copy the full SHA 0bd27fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d02a96d - Browse repository at this point
Copy the full SHA d02a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769786b - Browse repository at this point
Copy the full SHA 769786bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5000f0 - Browse repository at this point
Copy the full SHA a5000f0View commit details -
gnome3.gnome-control-center: 3.34.2 -> 3.34.4
* hardcode usermod which was added absolute this release
Configuration menu - View commit details
-
Copy full SHA for 1de94d5 - Browse repository at this point
Copy the full SHA 1de94d5View commit details -
Needed for waybar-0.9.1. Closes #78458 Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9704297 - Browse repository at this point
Copy the full SHA 9704297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e2a43 - Browse repository at this point
Copy the full SHA 89e2a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1619ec9 - Browse repository at this point
Copy the full SHA 1619ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc479ad - Browse repository at this point
Copy the full SHA fc479adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37edb5 - Browse repository at this point
Copy the full SHA f37edb5View 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 e149ee735e67...42351ffeb94f