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

Commits on Jul 16, 2020

  1. GZDoom 4.3.3 -> 4.4.2

    * Update to 4.4.2
    
    4.4.0 increased the ZScript version number, GZDoom 4.4.1 and 4.4.2 have some bugfixes.
    
    * Fix bad checksum
    
    Old hash was done without `--unpack` option, resulting in a mismatch.
    
    * Fetch submodules
    
    This fixes the issue with `zmusic` not being brought in as a dependency.
    
    * Add zmusic derivation
    
    Since zmusic isn't actually a submodule, we have to derive it ourselves and pass it as a buildInput.
    
    * Semicolon.
    
    * Semicolon in the *right* place this time.
    
    * Merge the zmusic source into the gzdoom source.
    
    Apparently this is how they expect zmusic to be added. Why this isn't a submodule, I don't know.
    
    * Fix bad path editing
    
    Credit to Open Skies for fixing this. Turns out the paths edited in the `gzdoom` derivation were for zmusic, which needs these edits to be made so that it looks in nix-friendly places for its stuff.
    Derpford committed Jul 16, 2020
    Copy the full SHA
    951e217 View commit details
    Browse the repository at this point in the history