Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e149ee735e67
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42351ffeb94f
Choose a head ref

Commits on Apr 29, 2019

  1. 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.
    evhan committed Apr 29, 2019
    Copy the full SHA
    a6d39ee View commit details

Commits on Dec 11, 2019

  1. hopper: fix libxml2 dynamic linking issue

    * port to qt5.callPackage / mkDerivation
    * format derivation
    Enteee committed Dec 11, 2019
    Copy the full SHA
    7b1b72c View commit details
  2. hopper: refactor derivation

    * use wrapQtAppsHook in favour for the custom qt builder
    * use autoPatchelfHook
    * cleanup build dependencies
    * add maintainer Enteee
    Enteee committed Dec 11, 2019
    Copy the full SHA
    2f7f00b View commit details
  3. hopper: 4.5.7 -> 4.5.19

    Enteee committed Dec 11, 2019
    Copy the full SHA
    b301e82 View commit details

Commits on Dec 15, 2019

  1. 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
    Enteee committed Dec 15, 2019
    Copy the full SHA
    7da91c5 View commit details
  2. hopper: nixpkgs-fmt

    Enteee committed Dec 15, 2019
    Copy the full SHA
    bb51742 View commit details

Commits on Dec 18, 2019

  1. hopper: remove unneeded ,

    Enteee committed Dec 18, 2019
    Copy the full SHA
    970e645 View commit details

Commits on Feb 6, 2020

  1. 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; };
        }
    LnL7 committed Feb 6, 2020
    Copy the full SHA
    3987ea9 View commit details

Commits on Feb 7, 2020

  1. mpv: call with frameworks

    Referencing darwin.* directly makes overriding dependencies very
    awkward.
    LnL7 committed Feb 7, 2020
    Copy the full SHA
    408f369 View commit details

Commits on Feb 10, 2020

  1. yadm: 2.3.0 -> 2.4.0

    r-ryantm committed Feb 10, 2020
    Copy the full SHA
    9a4eb10 View commit details
  2. 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 committed Feb 10, 2020
    Copy the full SHA
    1b6ef12 View commit details

Commits on Feb 11, 2020

  1. Copy the full SHA
    6cb26ae View commit details

Commits on Feb 12, 2020

  1. gti: 1.6.1 -> 1.7.0

    r-ryantm committed Feb 12, 2020
    Copy the full SHA
    ab34d0d View commit details

Commits on Feb 13, 2020

  1. satysfi: 0.0.3 -> 0.0.4

    marsam committed Feb 13, 2020
    Copy the full SHA
    7ea0c42 View commit details
  2. Copy the full SHA
    ef44aa0 View commit details
  3. heroku: 7.35.1 -> 7.38.1

    mmahut committed Feb 13, 2020
    Copy the full SHA
    f57ef4e View commit details

Commits on Feb 14, 2020

  1. Copy the full SHA
    809bc8c View commit details
  2. Copy the full SHA
    6274ce1 View commit details
  3. lepton: enable on darwin

    marsam committed Feb 14, 2020
    Copy the full SHA
    310b108 View commit details
  4. Copy the full SHA
    2e651fa View commit details

Commits on Feb 17, 2020

  1. Copy the full SHA
    a3b97a4 View commit details
  2. Copy the full SHA
    7d71767 View commit details
  3. Copy the full SHA
    25f5825 View commit details
  4. epiphany: 3.34.3.1 -> 3.34.4

    hedning committed Feb 17, 2020
    Copy the full SHA
    86cd4d1 View commit details

Commits on Feb 18, 2020

  1. kepubify: init at 3.0.0

    Co-authored-by: Jacob Dillon <jacob.dillon@uconn.edu>
    zowoq and Jacob Dillon committed Feb 18, 2020
    Copy the full SHA
    472b657 View commit details
  2. flexget: 3.1.21 -> 3.1.26

    marsam committed Feb 18, 2020
    Copy the full SHA
    53e2a85 View commit details
  3. Copy the full SHA
    2bbe49f View commit details
  4. Copy the full SHA
    e86619f View commit details
  5. Copy the full SHA
    db688a8 View commit details
  6. Copy the full SHA
    7f5a2ba View commit details
  7. meld: 3.20.1 -> 3.20.2

    worldofpeace committed Feb 18, 2020
    Copy the full SHA
    9f00427 View commit details
  8. Copy the full SHA
    2fd9782 View commit details
  9. Copy the full SHA
    539493f View commit details
  10. Copy the full SHA
    c5590c6 View commit details
  11. Copy the full SHA
    391ab23 View commit details
  12. Copy the full SHA
    509e1b4 View commit details
  13. Copy the full SHA
    f330f46 View commit details
  14. Copy the full SHA
    dfdfa74 View commit details
  15. Copy the full SHA
    66472c3 View commit details
  16. Copy the full SHA
    34aba80 View commit details
  17. Copy the full SHA
    0bd27fd View commit details
  18. Copy the full SHA
    d02a96d View commit details
  19. Copy the full SHA
    769786b View commit details
  20. Copy the full SHA
    a5000f0 View commit details
  21. gnome3.gnome-control-center: 3.34.2 -> 3.34.4

    * hardcode usermod which was added absolute this release
    worldofpeace committed Feb 18, 2020
    Copy the full SHA
    1de94d5 View commit details
  22. date: init at 2020-01-24

    Needed for waybar-0.9.1.
    Closes #78458
    
    Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
    Ma27 and colemickens committed Feb 18, 2020
    Copy the full SHA
    9704297 View commit details
  23. Copy the full SHA
    89e2a43 View commit details
  24. Copy the full SHA
    1619ec9 View commit details
  25. uni-vega: fix build on darwin

    rnhmjoj committed Feb 18, 2020
    Copy the full SHA
    fc479ad View commit details
  26. sundials: 5.0.0 -> 5.1.0

    doronbehar committed Feb 18, 2020
    Copy the full SHA
    f37edb5 View commit details
Loading