feat(nix-ld): enable support for non-nix executables
This commit is contained in:
parent
724364ece7
commit
99e34b5e16
1 changed files with 15 additions and 0 deletions
15
common.nix
15
common.nix
|
|
@ -289,4 +289,19 @@
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 60d";
|
options = "--delete-older-than 60d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# enable support for non-nix executables
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
programs.nix-ld.libraries = [
|
||||||
|
pkgs.libjpeg8
|
||||||
|
pkgs.libGL
|
||||||
|
pkgs.freetype
|
||||||
|
pkgs.libvorbis
|
||||||
|
pkgs.libogg
|
||||||
|
pkgs.libpulseaudio
|
||||||
|
pkgs.vulkan-loader
|
||||||
|
pkgs.xorg.libX11
|
||||||
|
pkgs.xorg.libxcb
|
||||||
|
pkgs.xorg.libXrandr
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue