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

Commits on Nov 30, 2018

  1. Copy the full SHA
    bdb007d View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 pkgs/tools/security/monkeysphere/default.nix
6 changes: 4 additions & 2 deletions pkgs/tools/security/monkeysphere/default.nix
Original file line number Diff line number Diff line change
@@ -31,8 +31,10 @@ stdenv.mkDerivation rec {
DESTDIR=$(out)
'';

# Not all checks pass yet (NixOS specific problems) and the tests "drain"
# entropy (apparently GnuPG still uses /dev/random).
# The tests "drain" entropy (GnuPG still uses /dev/random) and they don't run
# inside of the sandbox, because nixbld isn't allowed to login via SSH
# (/etc/passwd: "nixbld:x:1000:100:Nix build user:/build:/noshell",
# sshd: "User nixbld not allowed because shell /noshell does not exist").
doCheck = false;
preCheck = ''
patchShebangs tests/