3
0
Fork 0
forked from mirrors/nixpkgs

bonnie: fix

This commit is contained in:
Armeen Mahdian 2022-05-13 13:23:56 -05:00
parent 6896ebd60f
commit dbe426b7a9

View file

@ -1996,7 +1996,9 @@ with pkgs;
bonnmotion = callPackage ../development/tools/misc/bonnmotion { };
bonnie = callPackage ../tools/filesystems/bonnie { };
bonnie = callPackage ../tools/filesystems/bonnie {
stdenv = if stdenv.cc.isGNU then gcc10Stdenv else stdenv;
};
botamusique = callPackage ../tools/audio/botamusique { };