]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: flatstart: fix reproducibility defect
authortobtoht <tob@featherwallet.org>
Sat, 1 Jul 2023 19:56:41 +0000 (21:56 +0200)
committertobtoht <tob@featherwallet.org>
Sat, 1 Jul 2023 19:56:41 +0000 (21:56 +0200)
contrib/depends/packages/flatstart.mk

index 592f41f81576560d1223347dda0ee38eaf01fa26..766f9bf12f5da0b4d8923253e6bf11651ef58a59 100644 (file)
@@ -5,7 +5,7 @@ $(package)_file_name=$($(package)_version).tar.gz
 $(package)_sha256_hash=e9694fcda4f9fcb00374da7a439b881296c0ce67ea98ca44bf2830d1a364365b
 
 define $(package)_build_cmds
-  zig build-exe ln-guix-store.zig --strip -OReleaseSmall
+  zig build-exe ln-guix-store.zig -target x86_64-linux-none --strip -OReleaseSmall
 endef
 
 define $(package)_stage_cmds