mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
iqueue: stdenv -> gcc10Stdenv
This commit is contained in:
parent
0590c39ffa
commit
daa692e42c
1 changed files with 1 additions and 1 deletions
|
@ -1628,7 +1628,7 @@ with pkgs;
|
|||
|
||||
writefreely = callPackage ../applications/misc/writefreely { };
|
||||
|
||||
iqueue = callPackage ../development/libraries/iqueue { };
|
||||
iqueue = callPackage ../development/libraries/iqueue { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
lifecycled = callPackage ../tools/misc/lifecycled { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue