[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54974] [PATCH] added btop
From: |
Maxime Devos |
Subject: |
[bug#54974] [PATCH] added btop |
Date: |
Mon, 18 Apr 2022 20:47:19 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Greg Hogan schreef op ma 18-04-2022 om 09:40 [-0400]:
> Instead of the "replace 'install" lambda, I had done:
> #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs
> "out")))
> which is both shorter and to my understanding more generic (more
> adaptable to future additional binaries or libraries, though this
> package will likely only ever have a single binary).
Long term, %outputs, %build-inputs, ... are being phased out, so I'd go
with, so I'd go with
(arguments (list #:make-flags #~(string-append "PREFIX=" #$output)))
here instead.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#54974] [PATCH] added btop, Wil deBeest, 2022/04/16
- [bug#54974] [PATCH] added btop, Greg Hogan, 2022/04/18
- [bug#54974] [PATCH] added btop,
Maxime Devos <=
- [bug#54974] [PATCH] added btop, Wil deBeest, 2022/04/18
- [bug#54974] [PATCH] added btop, Maxime Devos, 2022/04/18
- [bug#54974] [PATCH] added btop, Maxime Devos, 2022/04/18
- [bug#54974] [PATCH] added btop, Wil deBeest, 2022/04/28