Commit Graph

19 Commits

Author SHA1 Message Date
Felix Buehler
9c2ad237b9 libfaketime: switch to fetchFromGitHub 2022-01-03 01:00:20 +01:00
Samuel Gräfenstein
10b96a639c
libfaketime: add meta.mainProgram 2021-04-30 15:18:21 +02:00
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
Ben Buscarino
9c3ccb1a32 libfaketime: fix clang patch 2021-02-25 12:44:19 -05:00
R. RyanTM
4a5d311d64 libfaketime: 0.9.8 -> 0.9.9 2021-02-23 05:52:49 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Christian Kampka
7969848266
libfaketime: fix build with clang
The options -Wno-nonnull-compare, -Wno-error=cast-function-type and -Wno-error=format-truncation
are unsupported by clang, letting the build fail.
2020-11-26 08:12:31 +01:00
R. RyanTM
497fdfb28c libfaketime: 0.9.7 -> 0.9.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfaketime/versions
2019-09-27 17:21:59 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Robin Gloster
616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Robin Gloster
9e356398bc
libfaketime: fix build with gcc8 2019-06-17 07:06:03 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Dmitry Kalinkin
baeea1f463
libfaketime: refactor using builtins.placeholder 2019-05-14 15:57:48 -04:00
Jan Malakhovski
311304155f libfaketime: use checkInputs, fix tests 2018-08-11 09:35:28 +00:00
Bjørn Forsman
b06c5a678d libfaketime: 0.9.6 -> 0.9.7
* Project is hosted on github.com.
* The -Wno-nonnull-compare fix is included in 0.9.7, so remove it from
  this package expression.
2017-11-15 08:06:27 +01:00
Eelco Dolstra
a2900f3f0f
libfaketime: Fix build on gcc 6
http://hydra.nixos.org/build/43031670
2017-01-25 20:12:34 +01:00
Alexander Kjeldaas
6b4a41a360 libfaketime: make the build reproducible
A rebased version of cb8bd05a01
Note: we no longer apply the spurious lrt patch.

This allows `nix-build --check -A libfaketime` to succeed.
2016-12-20 12:54:23 +01:00
Bjørn Forsman
a6c21ccea9 libfaketime: new package
Report faked system time to programs without having to change the
system-wide time.

http://www.code-wizards.com/projects/libfaketime/
2014-11-02 14:34:37 +01:00