mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 07:31:35 +00:00
try to fix a nixpkgs assert
This commit is contained in:
parent
3193ad031c
commit
de58f40581
@ -251,7 +251,10 @@ pkgs: prevPkgs: {
|
|||||||
|
|
||||||
# binutils -- binutils with the wrappers provided by nixpkgs
|
# binutils -- binutils with the wrappers provided by nixpkgs
|
||||||
binutils = if (prevPkgs.targetPlatform ? retro68) then
|
binutils = if (prevPkgs.targetPlatform ? retro68) then
|
||||||
pkgs.wrapBintoolsWith { bintools = pkgs.retro68.binutils_unwrapped; }
|
pkgs.wrapBintoolsWith {
|
||||||
|
bintools = pkgs.retro68.binutils_unwrapped;
|
||||||
|
libc = null;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
prevPkgs.binutils;
|
prevPkgs.binutils;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user