forked from mirrors/nixpkgs
bonnie: fix
This commit is contained in:
parent
6896ebd60f
commit
dbe426b7a9
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue