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: 58d69519718d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7cc1f8e032b4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 8, 2019

  1. nix1: fix perl-bindings build

    Nix 1.11 builds perl-bindings by default, `nix1.perl-bindings` fails
    with the following error:
    
    ```
    building
    no Makefile, doing nothing
    installing
    install flags: install
    make: *** No rule to make target 'install'.  Stop.
    ```
    
    This is probably due to #47316. Previously the `perl-bindings` were
    referenced to `nix1` instead of the `perl-bindings` function as Nix 1.11
    built those during its build process.
    Ma27 committed Feb 8, 2019
    Copy the full SHA
    8092ca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Merge pull request #55146 from Ma27/fix-nix1-perl-bindings

    nix1: fix `perl-bindings` build
    alyssais committed Feb 13, 2019
    Copy the full SHA
    7cc1f8e View commit details
    Browse the repository at this point in the history