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

Commits on Sep 29, 2017

  1. gplates: mark as broken

    fpletz committed Sep 29, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    5b09ca0 View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4beb7d1 View commit details
Showing with 3 additions and 1 deletion.
  1. +1 −0 pkgs/applications/science/misc/gplates/default.nix
  2. +2 −1 pkgs/tools/networking/djbdns/default.nix
1 change: 1 addition & 0 deletions pkgs/applications/science/misc/gplates/default.nix
Original file line number Diff line number Diff line change
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = https://www.gplates.org;
license = licenses.gpl2;
platforms = platforms.all;
broken = true;
};
}
3 changes: 2 additions & 1 deletion pkgs/tools/networking/djbdns/default.nix
Original file line number Diff line number Diff line change
@@ -44,5 +44,6 @@ stdenv.mkDerivation {
homepage = https://cr.yp.to/djbdns.html;
license = licenses.publicDomain;
maintainers = with maintainers; [ jerith666 ];
hydraPlatforms = []; # fails on hydra but builds locally
};
}
}