mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added nix-ld to work with binaries for generic-linux
This commit is contained in:
parent
da60d3cb78
commit
b664db4a0a
3 changed files with 33 additions and 7 deletions
|
|
@ -14,6 +14,32 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
# to run binaries targeting generic linux
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
zlib
|
||||
openssl
|
||||
glib
|
||||
fontconfig
|
||||
freetype
|
||||
libX11
|
||||
libXext
|
||||
libXi
|
||||
libXrender
|
||||
libXrandr
|
||||
libXtst
|
||||
libXcursor
|
||||
libXfixes
|
||||
libXinerama
|
||||
gtk3
|
||||
cairo
|
||||
pango
|
||||
atk
|
||||
dbus
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
noto-fonts-color-emoji
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue