helm: build with gcc8

This commit is contained in:
Franz Pletz 2019-11-07 01:54:33 +01:00
parent e9eb9ebad3
commit 095f2b9805
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 3 additions and 1 deletions

View File

@ -24306,7 +24306,9 @@ in
hatari = callPackage ../misc/emulators/hatari { };
helm = callPackage ../applications/audio/helm { };
helm = callPackage ../applications/audio/helm {
stdenv = gcc8Stdenv;
};
helmfile = callPackage ../applications/networking/cluster/helmfile { };