diff options
| author | Mel <einebeere@gmail.com> | 2025-02-07 21:48:14 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-02-07 21:55:23 +0100 |
| commit | 7fb42afa6e056dd0161469996ad46858e51caead (patch) | |
| tree | cd5a9c4b6563c081d390adfa4d62ddb25137b0e9 /modules | |
| parent | 6b709953b1b4d18aee94de42a39dc78ed20f41e3 (diff) | |
| download | minerals-7fb42afa6e056dd0161469996ad46858e51caead.tar.zst minerals-7fb42afa6e056dd0161469996ad46858e51caead.zip | |
Add more CC libraries to nix-ld
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nix-ld.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/nix-ld.nix b/modules/nix-ld.nix index 2ab5df5..28a3966 100644 --- a/modules/nix-ld.nix +++ b/modules/nix-ld.nix @@ -1,9 +1,13 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; [ + # provide compiler libraries and tools + stdenv.cc.cc.lib + stdenv.cc.cc + alsa-lib at-spi2-atk at-spi2-core @@ -37,7 +41,6 @@ openssl pango pipewire - stdenv.cc.cc systemd vulkan-loader xorg.libX11 |
