Skip to content

Commit

Permalink
tests.cjdns: only on 64-bit + python pkg fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 29, 2017
1 parent 4dbde1f commit 309f965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/release.nix
Expand Up @@ -221,7 +221,7 @@ in rec {
tests.boot-stage1 = callTest tests/boot-stage1.nix {};
tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable;
tests.cjdns = callTest tests/cjdns.nix {};
tests.cjdns = callTest tests/cjdns.nix { system = "x86_64-linux"; };
tests.cloud-init = callTest tests/cloud-init.nix {};
tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};
tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -14634,7 +14634,7 @@ in {
sed -i 's/from oslo import i18n/import oslo_i18n as i18n/' hyperv/common/i18n.py
'';

broken = true;
meta.broken = true;
};

kazoo = buildPythonPackage rec {
Expand Down

0 comments on commit 309f965

Please sign in to comment.