Merge pull request #172902 from armeenm/fix-bonnie

bonnie: fix

authored by tomberek and committed by GitHub ce461143 e23f1f25

+3 -1
+3 -1
pkgs/top-level/all-packages.nix
··· 1998 1999 bonnmotion = callPackage ../development/tools/misc/bonnmotion { }; 2000 2001 - bonnie = callPackage ../tools/filesystems/bonnie { }; 2002 2003 botamusique = callPackage ../tools/audio/botamusique { }; 2004
··· 1998 1999 bonnmotion = callPackage ../development/tools/misc/bonnmotion { }; 2000 2001 + bonnie = callPackage ../tools/filesystems/bonnie { 2002 + stdenv = if stdenv.cc.isGNU then gcc10Stdenv else stdenv; 2003 + }; 2004 2005 botamusique = callPackage ../tools/audio/botamusique { }; 2006