Files
nixpkgs/pkgs/tools/graphics
Eelco Dolstra 4dd9507b83 netpbm: Fix a truly random build failure
Since "src" is a fetchsvn directory, the source is copied with "cp
--no-preserve=timestamps" (see commit
6d928ab684).  So some source files might
get a slightly different timestamp.  Here, if lib/standard.ppmdfont
gets a newer timestamp than the generated file lib/standardppmdfont.c,
Make will try to rebuild the latter.  But that fails because the
ppmdcfont program doesn't exist (yet).

Probably stdenv should ensure that every file has the same timestamp.
2013-07-23 11:17:26 +02:00
..
2012-12-04 14:46:59 +04:00
2013-01-17 11:21:48 +04:00
2013-07-14 05:39:02 +03:00
2012-07-13 12:34:22 -04:00
2013-07-04 08:51:25 +10:00
2013-06-18 12:24:40 +02:00
2013-01-16 14:11:29 +01:00
2013-03-29 14:52:47 +01:00
2013-01-14 18:26:46 +01:00
2012-05-22 21:18:25 +00:00
2012-01-04 09:29:52 +00:00
2013-07-14 04:17:07 +03:00
2012-01-17 11:04:14 +00:00
2013-05-29 23:25:02 +02:00