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: cb95a3c1d1b6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 245f25586b59
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 13, 2018

  1. libxml2: only use static output with both shared & static

    The static output should only get created when both enableShared and
    enableStatic are set. Otherwise there would be libraries missing from
    the main output when enableShared = false & enableStatic = true. This
    can cause issues in some packages that don’t know about libxml2’s
    static output.
    
    (cherry picked from commit 2bd6bb0a4bf21005d8877c735709cd21d22e05bd)
    (cherry picked from commit 1421a39c1e62584d346185ad49484b11b7703dc1)
    matthewbauer committed Nov 13, 2018
    Copy the full SHA
    245f255 View commit details
    Browse the repository at this point in the history