mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
keyutils: patch out unreproducibility
This commit is contained in:
parent
2d381653e2
commit
1bcbbe08e4
1 changed files with 9 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue