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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1ddd893bd1fd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a07f2820d2b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 16, 2021

  1. haskellPackages.password, haskellPackages.password-instances, haskell…

    …Packages.scat: disable builds on arm
    cdepillabout committed May 16, 2021
    Copy the full SHA
    6a07f28 View commit details
Showing with 6 additions and 0 deletions.
  1. +3 −0 pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  2. +3 −0 pkgs/development/haskell-modules/hackage-packages.nix
Original file line number Diff line number Diff line change
@@ -314,6 +314,8 @@ unsupported-platforms:
oculus: [ x86_64-darwin ]
pam: [ x86_64-darwin ]
parport: [ x86_64-darwin ]
password: [ aarch64-linux, armv7l-linux ] # uses scrypt, which requries x86
password-instances: [ aarch64-linux, armv7l-linux ] # uses scrypt, which requries x86
piyo: [ x86_64-darwin ]
PortMidi-simple: [ x86_64-darwin ]
PortMidi: [ x86_64-darwin ]
@@ -326,6 +328,7 @@ unsupported-platforms:
rtlsdr: [ x86_64-darwin ]
rubberband: [ x86_64-darwin ]
sbv: [ aarch64-linux ]
scat: [ aarch64-linux, armv7l-linux ] # uses scrypt, which requries x86
scrypt: [ aarch64-linux, armv7l-linux ] # https://github.com/informatikr/scrypt/issues/8
sdl2-mixer: [ x86_64-darwin ]
sdl2-ttf: [ x86_64-darwin ]
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.