summary refs log tree commit diff
path: root/pkgs/development/libraries/libfaketime/default.nix
Commit message (Collapse)AuthorAge
* libfaketime: 0.9.7 -> 0.9.8R. RyanTM2019-09-27
| | | | | | | 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
* Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
|\
| * treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-25
|\|
| * treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | libfaketime: fix build with gcc8Robin Gloster2019-06-17
|/
* libfaketime: refactor using `builtins.placeholder`Dmitry Kalinkin2019-05-14
|
* libfaketime: use checkInputs, fix testsJan Malakhovski2018-08-11
|
* libfaketime: 0.9.6 -> 0.9.7Bjørn Forsman2017-11-15
| | | | | | * Project is hosted on github.com. * The -Wno-nonnull-compare fix is included in 0.9.7, so remove it from this package expression.
* libfaketime: Fix build on gcc 6Eelco Dolstra2017-01-25
| | | | http://hydra.nixos.org/build/43031670
* libfaketime: make the build reproducibleAlexander Kjeldaas2016-12-20
| | | | | | | A rebased version of https://github.com/NixOS/nixpkgs/pull/2281/commits/cb8bd05a0172db9c02ba0067b21bbc0ce17cc522 Note: we no longer apply the spurious lrt patch. This allows `nix-build --check -A libfaketime` to succeed.
* libfaketime: new packageBjørn Forsman2014-11-02
Report faked system time to programs without having to change the system-wide time. http://www.code-wizards.com/projects/libfaketime/