mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
rpi: more packages to cross-compile
This commit is contained in:
parent
e6878aae7b
commit
d31b8b2988
@ -363,9 +363,14 @@ in {
|
|||||||
inetutils.crossDrv = nativePlatforms;
|
inetutils.crossDrv = nativePlatforms;
|
||||||
nixUnstable.crossDrv = nativePlatforms;
|
nixUnstable.crossDrv = nativePlatforms;
|
||||||
patch.crossDrv = nativePlatforms;
|
patch.crossDrv = nativePlatforms;
|
||||||
zile.crossDrv = nativePlatforms;
|
|
||||||
prboom.crossDrv = nativePlatforms;
|
|
||||||
vim.crossDrv = nativePlatforms;
|
vim.crossDrv = nativePlatforms;
|
||||||
|
tmux.crossDrv = nativePlatforms;
|
||||||
|
screen.crossDrv = nativePlatforms;
|
||||||
|
unrar.crossDrv = nativePlatforms;
|
||||||
|
unzip.crossDrv = nativePlatforms;
|
||||||
|
hdparm.crossDrv = nativePlatforms;
|
||||||
|
ddrescue.crossDrv = nativePlatforms;
|
||||||
|
git.crossDrv = nativePlatforms;
|
||||||
lynx.crossDrv = nativePlatforms;
|
lynx.crossDrv = nativePlatforms;
|
||||||
patchelf.crossDrv = nativePlatforms;
|
patchelf.crossDrv = nativePlatforms;
|
||||||
nix.crossDrv = nativePlatforms;
|
nix.crossDrv = nativePlatforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user