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: 6bb1593e3a71
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 49f6ea40b0a8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 1, 2018

  1. anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org …

    …with sources.debian.org
    sander committed Jul 1, 2018
    Copy the full SHA
    621072a View commit details
  2. Merge pull request #42837 from ookhoi/anonscm.debian.org_gcc6.patch-n…

    …ot-found
    
    anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org …
    matthewbauer authored Jul 1, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    49f6ea4 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/interpreters/spidermonkey/1.8.5.nix
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/spidermonkey/1.8.5.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
name = "gcc6.patch";
url = "https://anonscm.debian.org/cgit/collab-maint/mozjs.git/plain/debian/patches/fix-811665.patch?id=00b15c7841968ab4f7fec409a6b93fa5e1e1d32e";
url = "https://sources.debian.org/data/main/m/mozjs/1.8.5-1.0.0+dfsg-6/debian/patches/fix-811665.patch";
sha256 = "1q8477xqxiy5d8376k5902l45gd0qkd4nxmhl8vr6rr1pxfcny99";
})
] ++ stdenv.lib.optionals stdenv.isAarch32 [