all-packages: use go 1.12 for wtf

This commit is contained in:
Roman Volosatovs 2019-09-16 22:36:48 +02:00
parent 2d7e8e1b0f
commit 9e5f063058
No known key found for this signature in database
GPG Key ID: 2660C5FDCEBE6F87

View File

@ -24915,7 +24915,9 @@ in
zimg = callPackage ../development/libraries/zimg { };
wtf = callPackage ../applications/misc/wtf { };
wtf = callPackage ../applications/misc/wtf {
buildGoModule = buildGo112Module;
};
zk-shell = callPackage ../applications/misc/zk-shell { };