*: adapt to new Go structure
This commit is contained in:
parent
6d18af2826
commit
b18db5be1a
4 changed files with 49 additions and 40 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue