depends: flatstart: remove unrecognized parameter

This commit is contained in:
tobtoht 2023-09-07 12:05:15 +02:00
parent d248c3d665
commit 0b02eaacd5
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View 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 -target x86_64-linux-none --strip -OReleaseSmall
zig build-exe ln-guix-store.zig -target x86_64-linux-none -OReleaseSmall
endef
define $(package)_stage_cmds