helm: build with gcc8
This commit is contained in:
parent
e9eb9ebad3
commit
095f2b9805
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue