Merge pull request #55373 from grahamc/keyutils

keyutils: patch out unreproducibility
This commit is contained in:
Graham Christensen 2019-02-07 07:21:26 -05:00 committed by GitHub
commit 3e3e7379cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ stdenv.mkDerivation rec {
sha256 = "05bi5ja6f3h3kdi7p9dihlqlfrsmi1wh1r2bdgxc0180xh6g5bnk";
};
patches = [
(fetchurl {
# improve reproducibility
url = "https://salsa.debian.org/debian/keyutils/raw/4cecffcb8e2a2aa4ef41777ed40e4e4bcfb2e5bf/debian/patches/Make-build-reproducible.patch";
sha256 = "0wnvbjfrbk7rghd032z684l7vk7mhy3bd41zvhkrhgp3cd5id0bm";
})
];
BUILDDATE = "1970-01-01";
outputs = [ "out" "lib" "dev" ];
installFlags = [