summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libfaketime/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrsRobin Gloster2021-05-241-0/+1
|\
| * libfaketime: add meta.mainProgramSamuel Gräfenstein2021-04-301-0/+1
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-03-161-1/+3
|\|
| * 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.Finn Behrens2021-03-051-1/+3
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-03-041-2/+2
|\|
| * libfaketime: 0.9.8 -> 0.9.9R. RyanTM2021-02-231-2/+2
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-02-281-4/+7
|\|
| * pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-4/+4
| * 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. Christian Kampka2020-11-261-2/+5
* | libfaketime: fix buildRobin Gloster2019-12-311-4/+5
* | treewide: Use `env` for many for environment variablesJohn Ericson2019-12-311-1/+1
|/
* 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 R. RyanTM2019-09-271-2/+2
* Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-031-1/+1
|\
| * treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* | Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-251-1/+1
|\|
| * treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* | libfaketime: fix build with gcc8Robin Gloster2019-06-171-0/+2
|/
* libfaketime: refactor using `builtins.placeholder`Dmitry Kalinkin2019-05-141-3/+2
* libfaketime: use checkInputs, fix testsJan Malakhovski2018-08-111-1/+11
* 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. Bjørn Forsman2017-11-151-7/+5
* libfaketime: Fix build on gcc 6•••http://hydra.nixos.org/build/43031670 Eelco Dolstra2017-01-251-0/+3
* libfaketime: make the build reproducible•••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. Alexander Kjeldaas2016-12-201-0/+4
* libfaketime: new package•••Report faked system time to programs without having to change the system-wide time. http://www.code-wizards.com/projects/libfaketime/ Bjørn Forsman2014-11-021-0/+22