ytnix: add systemd to nix-ld

This commit is contained in:
cy 2025-04-07 10:38:44 -04:00
parent cad11e55f1
commit 2001228889
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -274,7 +274,6 @@
enable = true; enable = true;
# nix run github:thiagokokada/nix-alien#nix-alien-find-libs ./<binary> # nix run github:thiagokokada/nix-alien#nix-alien-find-libs ./<binary>
libraries = with pkgs; [ libraries = with pkgs; [
# TODO: revisit what we actually need
mesa mesa
extest extest
stdenv.cc.cc stdenv.cc.cc
@ -330,6 +329,7 @@
pcre2 pcre2
gsettings-desktop-schemas gsettings-desktop-schemas
fzf fzf
systemd
]; ];
}; };
programs.evolution.enable = true; programs.evolution.enable = true;