about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-11 10:51:53 +0200
committerGitHub <noreply@github.com>2024-05-11 10:51:53 +0200
commit0ff60c84f7e3ef0b016a61a122cd04b04d427103 (patch)
treee6948a6c95a2c7cdf4c97b46ae10446ed075c8ab /pkgs/top-level
parenta8cd708fc0e1799d863b4d299abdfa03ef709d37 (diff)
parentc8bdca3a87fd1e04eb3933784b0aec758807bf60 (diff)
Merge pull request #310767 from annaleeleaves/ensemble-chorus-use-default-c++
ensemble-chorus: unpin gcc8Stdenv; unbreak
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 9d116cef93312..71c35ae5cd2f4 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7823,7 +7823,7 @@ with pkgs;
 
   enscript = callPackage ../tools/text/enscript { };
 
-  ensemble-chorus = callPackage ../applications/audio/ensemble-chorus { stdenv = gcc8Stdenv; };
+  ensemble-chorus = callPackage ../applications/audio/ensemble-chorus { };
 
   entr = callPackage ../tools/misc/entr { };