about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-12-08 20:55:22 -0500
committerGitHub <noreply@github.com>2021-12-08 20:55:22 -0500
commitcf811b7d56d080a30bee25541f875eb943452b70 (patch)
treeef6640500291a6cebd6f2c90acaefdacbcee7258 /pkgs/top-level
parentce82da442b5f66c26f71443e7567e1765953ea9d (diff)
parentc8f0e7f79f357f240e6b66ea95902ee589bb1ddc (diff)
Merge pull request #149675 from uniquepointer/master
your-editor: 1206 -> 1303
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b91eac47b72a9..44f8c097848c3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -29588,7 +29588,7 @@ with pkgs;
 
   yoshimi = callPackage ../applications/audio/yoshimi { };
 
-  your-editor = callPackage ../applications/editors/your-editor { };
+  your-editor = callPackage ../applications/editors/your-editor { stdenv = gccStdenv; };
 
   youtube-dl = with python3Packages; toPythonApplication youtube-dl;