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: 82877e8782f4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 67f498cb13f3
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 27, 2020

  1. Copy the full SHA
    ca45c5c View commit details
    Browse the repository at this point in the history
  2. haskellPackages.bustle: fix building on Hydra

    Bustle is proclaiming OtherLicense even though the code is licensed under LGPL 2.1+. This causes cabal2nix to set hydraPlatforms = stdenv.lib.platforms.none in hackage-packages.nix for the package.
    
    Lets let's unset the attribute and fix the license.
    jtojnar committed Jan 27, 2020
    Copy the full SHA
    25b2c9e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge pull request #78559 from jtojnar/bustleFix

    haskellPackages.bustle: fix building on Hydra
    jtojnar committed Jan 28, 2020
    Copy the full SHA
    67f498c View commit details
    Browse the repository at this point in the history