nixpkgs/pkgs/development/libraries/libfaketime
Finn Behrens b2e2f0422f
libfaketime: use date from nix store (#115212)
Previously the faketime command used date (or gdate on darwin) from the environment. This led to issues when the date command was not available or did not behave as expected.
Thus, we patch libfaketime to use the date binary from the Nix coreutils package, pulling it into the closure.
2021-03-05 22:23:09 +01:00
..
0001-Remove-unsupported-clang-flags.patch libfaketime: fix clang patch 2021-02-25 12:44:19 -05:00
default.nix libfaketime: use date from nix store (#115212) 2021-03-05 22:23:09 +01:00
nix-store-date.patch libfaketime: use date from nix store (#115212) 2021-03-05 22:23:09 +01:00
no-date-in-gzip-man-page.patch