mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +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 = if (prevPkgs.targetPlatform ? retro68) then
|
||||
pkgs.wrapBintoolsWith { bintools = pkgs.retro68.binutils_unwrapped; }
|
||||
pkgs.wrapBintoolsWith {
|
||||
bintools = pkgs.retro68.binutils_unwrapped;
|
||||
libc = null;
|
||||
}
|
||||
else
|
||||
prevPkgs.binutils;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user