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
base: b15869456790
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1583db787411
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 12, 2019

  1. perlPackages.IOTty: fix darwin sandbox build

    2 of the tests fail when sandboxing is enabled, we might want to allow
    this case in the profile if there are more cases but for now just
    disable the tests on darwin.
    
        warning: TIOCSCTTY failed, slave might not be set as controlling terminal: Operation not permitted at /private/tmp/nix-build-perl5.28.1-IO-Tty-1.12.drv-0/IO-Tty-1.12/blib/lib/IO/Pty.pm line 121.
        Error: could not connect pty as controlling terminal!
        no controlling terminal at t/test.t line 68.
        sysread() failed:  at t/test.t line 91.
        # Looks like your test exited with 255 just after 2.
    LnL7 committed Feb 12, 2019
    Copy the full SHA
    11c1fc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Merge pull request #55659 from LnL7/perl-iotty

    perlPackages.IOTty: fix darwin sandbox build
    LnL7 committed Feb 13, 2019
    Copy the full SHA
    1583db7 View commit details
    Browse the repository at this point in the history