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

Commits on Nov 21, 2019

  1. gjs: clean up

    * Do not propagate spidermonkey, it is only needed gjs to link against.
    * Split out dev output, any propagated dependencies should go there.
    * Drop unnecessary sed, the readline thing is no longer there.
    * Add passthru.tests to allow running installed tests easily.
    * Drop pango from buildInputs, we only need it as a transitive dependency of gtk3 for installed tests; gjs actually depends on cairo.
    * Move libxml2 to nativeBuildInputs, it is called by glib-compile-resources when xml-stripblanks preprocessing is used.
    * Propagate glib, as it is in Requires in the pc file.
    
    It is just 2.5 MB closure reduction but every megabyte counts.
    jtojnar committed Nov 21, 2019
    Copy the full SHA
    201c1d3 View commit details
    Browse the repository at this point in the history
  2. gjs: clean up (#73841)

    gjs: clean up
    jtojnar committed Nov 21, 2019
    Copy the full SHA
    b94b8ca View commit details
    Browse the repository at this point in the history