mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
e316672dcb
I don't know why they feel they need to check the compatibility by build date, so I would keep check against $out, which is a better nix equivalent. Also, expression refactoring (put comments out of hash-changing bash).
12 lines
291 B
Diff
12 lines
291 B
Diff
--- a/nscd/nscd_stat.c
|
|
+++ b/nscd/nscd_stat.c
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
/* We use this to make sure the receiver is the same. */
|
|
-static const char compilation[21] = __DATE__ " " __TIME__;
|
|
+static const char compilation[21] = "@out@";
|
|
|
|
/* Statistic data for one database. */
|
|
struct dbstat
|