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