From cb9cf0af5635ce56c44289c847d4b2348a33b61b Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 26 Jun 2024 08:26:42 +0200 Subject: [PATCH] Fix linkage spec position This fixes the warning issues by chicken-install: Warning (/home/gahr/.cache/chicken-install/pastiche/pastiche.egg): property `linkage' invalid or in wrong context (component) --- pastiche.egg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastiche.egg b/pastiche.egg index 8096253..615d90c 100644 --- a/pastiche.egg +++ b/pastiche.egg @@ -5,4 +5,4 @@ (category web) (dependencies awful awful-sql-de-lite simple-sha1 intarweb html-parser colorize miscmacros utf8) (test-dependencies srfi-1 srfi-13 http-client test server-test sxpath) - (components (extension pastiche) (linkage static))) + (components (extension pastiche (linkage static))))