nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

syslinux: make reproducible

authored by

ajs124 and committed by
Bjørn Forsman
57568628 7ec38adf

+10 -3
+10 -3
pkgs/os-specific/linux/syslinux/default.nix
··· 22 22 url = mkURL "fa1349f1" "0002-gfxboot-menu-label.patch"; 23 23 sha256 = "06ifgzbpjj4picpj17zgprsfi501zf4pp85qjjgn29i5rs291zni"; 24 24 }) 25 - (fetchpatch { 26 - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/0005-gnu-efi-version-compatibility.patch?h=packages/syslinux"; 27 - sha256 = "0fbqz56hj8az8ws26m39hyp3l5fvcbzvzdddqz3x6n56hzdpz1p6"; 25 + (fetchurl { 26 + url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/0005-gnu-efi-version-compatibility.patch?id=821c3da473d1399d930d5b4a086e46a4179eaa45"; 27 + name = "0005-gnu-efi-version-compatibility.patch"; 28 + sha256 = "1mz2idg8cwn0mvd3jixxynhkn7rhmi5fp8cc8zznh5f0ysfra446"; 29 + }) 30 + (fetchurl { 31 + url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/0025-reproducible-build.patch?id=821c3da473d1399d930d5b4a086e46a4179eaa45"; 32 + name = "0025-reproducible-build.patch"; 33 + sha256 = "0qk6wc6z3648828y3961pn4pi7xhd20a6fqn6z1mnj22bbvzcxls"; 28 34 }) 29 35 (fetchurl { 30 36 # mbr.bin: too big (452 > 440) ··· 76 70 "DATADIR=$(out)/share" 77 71 "MANDIR=$(out)/share/man" 78 72 "PERL=perl" 73 + "HEXDATE=0x00000000" 79 74 ] 80 75 ++ stdenv.lib.optionals stdenv.hostPlatform.isi686 [ "bios" "efi32" ]; 81 76