guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62424] [PATCH] gnu: Add lazarus.


From: (
Subject: [bug#62424] [PATCH] gnu: Add lazarus.
Date: Mon, 01 May 2023 18:35:37 +0100

Danny Milosavljevic <dannym@scratchpost.org> writes:
> That did not work so I couldn't change it to that.

Oh!  I managed to forgot to add the seed flag :(

It should have been:

```scheme
(fold (lambda (pkg flags)
        (cons* (string-append "-Fl" pkg "/lib")
               (string-append "-k-rpath=" pkg "/lib")
               flags))
      '()
      lib-dirs)
```





reply via email to

[Prev in Thread] Current Thread [Next in Thread]