mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tmsu: Build with go 1.12
This commit is contained in:
parent
137f94711d
commit
538a27b54e
1 changed files with 1 additions and 3 deletions
|
@ -6535,9 +6535,7 @@ in
|
|||
|
||||
tmuxPlugins = recurseIntoAttrs (callPackage ../misc/tmux-plugins { });
|
||||
|
||||
tmsu = callPackage ../tools/filesystems/tmsu {
|
||||
go = go_1_10;
|
||||
};
|
||||
tmsu = callPackage ../tools/filesystems/tmsu { };
|
||||
|
||||
toilet = callPackage ../tools/misc/toilet { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue