Vladimír Čunát 3937923f81
nixos/systemd.tmpfiles.packages: fix an edge case
symlinkJoin can break (silently) when the passed paths contain symlinks
to directories.  This should work now.

Down-side: when lib/tmpfiles.d doesn't exist for some passed package,
the error message is a little less explicit, because we never get
to the postBuild phase (and symlinkJoin doesn't provide a better way):
/nix/store/HASH-NAME/lib/tmpfiles.d: No such file or directory

Also, it seemed pointless to create symlinks for whole package trees
and using only a part of the result (usually very small part).
2020-08-16 10:23:53 +02:00
..
2020-08-08 10:54:16 +10:00
2020-08-08 10:54:16 +10:00
2020-07-04 15:17:03 +02:00
2019-08-26 21:40:19 +00:00
2014-02-08 14:59:52 +01:00
2020-08-08 10:54:16 +10:00