singularity: remove the temporary go_1_11 assignment to go

This commit is contained in:
Wael M. Nasreddine 2019-03-05 17:30:01 -08:00
parent 3a6ba8959e
commit c64eda961a
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -17684,10 +17684,7 @@ in
slack-term = callPackage ../applications/networking/instant-messengers/slack-term { };
singularity = callPackage ../applications/virtualization/singularity {
# XXX: the build is finding references to Go when compiled with go v1.12
go = go_1_11;
};
singularity = callPackage ../applications/virtualization/singularity { };
spectmorph = callPackage ../applications/audio/spectmorph { };