Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7b0aeb0d3fb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e4afc2d9fd2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 16, 2020

  1. Make autogen.man reproducible

    Keep the date format similar to what it is when we are not using the
    MAN_PAGE_DATE env var. The man pages scripts seem to use different
    formats in different pages, so we use the most common format for all.
    basile-henry committed Nov 16, 2020
    Copy the full SHA
    edd3e40 View commit details

Commits on Nov 18, 2020

  1. Merge pull request #103974 from basile-henry/basile-henry/reproducibl…

    …e-autogen-man
    Ninjatrappeur authored Nov 18, 2020
    Copy the full SHA
    3e4afc2 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 pkgs/development/tools/misc/autogen/default.nix
4 changes: 4 additions & 0 deletions pkgs/development/tools/misc/autogen/default.nix
Original file line number Diff line number Diff line change
@@ -42,6 +42,10 @@ stdenv.mkDerivation rec {
guile libxml2
];

preConfigure = ''
export MAN_PAGE_DATE=$(date '+%Y-%m-%d' -d "@$SOURCE_DATE_EPOCH")
'';

configureFlags =
[
# Make sure to use a static value for the timeout. If we do not set a value