File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ vfnkmspxv8mjny76yddd8y7ss5ivk4db stdenv.clang.sysroot
99zfbf007ldvhr0nsf4274k0wfxvsxbk9f gnumake
1010k5h6jvagb9m0dnkg1nqbnms21j9w3yns pkg-config
1111j8ibf48hm4am76sicsxglk85kgnbkdqj zstd
12- iwlaz73hsf3vgs365sh7p7d38r66ss02 nasm
12+ xi8ryj9vqdc3aggr7gblwjfm4nbhlmll nasm
1313xbjqljn3dd8mra7i0pp5gazwm8vxnrfq gnubinutils
14148lddj08y3d1fvzw124ff37q0yv9iahrb gnumtools
1515jwwiaqchq709r86vhklsx5g1bs3wdsb7 limine
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ stdenv.mkDerivation {
1818 postPatch = ''
1919 sed -i 's|/bin/sh|${ stdenv . busybox } /bin/ash|' \
2020 configure autoconf/helpers/install-sh
21+ mv nasmlib/ver.c nasmlib/ver.c.ref
22+ sed 's|__DATE__|"Jan 1 1970"|' < nasmlib/ver.c.ref > nasmlib/ver.c
23+ touch -r nasmlib/ver.c.ref nasmlib/ver.c
2124 '' ;
22- #extraConfigureFlags = [ "--without-bash-malloc" ];
2325
2426 allowedRequisites = [ "out" stdenv . musl ] ;
2527 allowedReferences = [ "out" stdenv . musl ] ;
You can’t perform that action at this time.
0 commit comments