*: adapt to new Go structure

This commit is contained in:
steveej 2016-06-28 11:39:21 -07:00
parent 6d18af2826
commit b18db5be1a
4 changed files with 49 additions and 40 deletions

View file

@ -10,7 +10,7 @@ in
allowBroken = false;
packageOverrides = pkgs: rec {
goPackages = gitpkgs.go16Packages;
go = gitpkgs.go1_6;
bluez = pkgs.bluez5;
linuxPackages = pkgs.linuxPackages_latest;
#pythonPackages.sqlalchemy7 = pkgs.pythonPackages.sqlalchemy7.override { doCheck = false; };
@ -100,5 +100,6 @@ in
] ++ [
gitpkgs.rkt
gitpkgs.flannel
gitpkgs.remmina
];
}