go go-systemd: disable on go 1.3 (ZHF)

This commit is contained in:
Luca Bruno 2015-07-21 15:24:45 +02:00
parent 840fcacdb9
commit bbc7e18ed7

View file

@ -1423,6 +1423,7 @@ let
rev = "2688e91251d9d8e404e86dd8f096e23b2f086958";
name = "go-systemd-${stdenv.lib.strings.substring 0 7 rev}";
goPackagePath = "github.com/coreos/go-systemd";
disabled = isGo13;
excludedPackages = "examples";