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

Commits on Jan 23, 2021

  1. gtk3: Clean up

    - Reorder the expression according to https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md
    - Do not use `with lib;` at top-level.
    - Use lib.optionals instead of lib.optional for cleaner style.
    - Replace docbook_xsl alias with docbook-xsl-nons.
    
    This will make it more in line with the incoming GTK 4 package.
    jtojnar committed Jan 23, 2021
    Copy the full SHA
    04fce19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110599 from jtojnar/gtk3-cleanup

    gtk3: Clean up
    jtojnar committed Jan 23, 2021
    1
    Copy the full SHA
    ba68c3e View commit details
    Browse the repository at this point in the history