Files
nixpkgs/pkgs/build-support
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-06-01 13:59:20 +01:00
2019-12-02 22:44:33 +00:00
2020-03-09 02:11:45 -04:00
2019-09-04 22:46:42 +00:00
2020-08-09 17:47:12 +10:00
2020-07-24 00:36:12 +02:00