profanity: move env vars into env for structuredAttrs
This commit is contained in:
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
LC_ALL = "en_US.utf8";
|
||||
env.LC_ALL = "en_US.utf8";
|
||||
|
||||
meta = {
|
||||
homepage = "https://profanity-im.github.io";
|
||||
|
||||
Reference in New Issue
Block a user