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: bbb380114190
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 19fd24d6f232
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 16, 2019

  1. audit: Fix build with pkgsMusl.

    The previous patches no longer applied to the current code.
    
    Also declare necessary autoconf, automake, libtool dependencies.
    
    Without them, the musl build gets:
    
    		/build/audit-2.8.5/missing: line 81: aclocal-1.16: command not found
    		configure.ac:16: warning: macro 'AM_PROG_LIBTOOL' not found in library
    		sh: autom4te: not found
    nh2 committed May 16, 2019
    Copy the full SHA
    bb04ef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. audit: reduce non-musl dependencies after parent commit

    Reduction of build-time closures, and avoiding a mass rebuild now.
    And I believe these belong into native inputs.
    vcunat committed Jun 9, 2019
    Copy the full SHA
    b73f382 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19fd24d View commit details
    Browse the repository at this point in the history