Skip to content

Commit

Permalink
drumgizmo: use gcc10Stdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Apr 15, 2022
1 parent 001e533 commit cc4c52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25400,7 +25400,9 @@ with pkgs;

droopy = python3Packages.callPackage ../applications/networking/droopy { };

drumgizmo = callPackage ../applications/audio/drumgizmo { };
drumgizmo = callPackage ../applications/audio/drumgizmo {
stdenv = if stdenv.cc.isGNU then gcc10Stdenv else stdenv;
};

dsf2flac = callPackage ../applications/audio/dsf2flac { };

Expand Down

0 comments on commit cc4c52b

Please sign in to comment.