pastee: remove extra string-append.
This commit is contained in:
parent
2d875ddc6d
commit
2b555f3289
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
#:builder
|
||||
(begin
|
||||
(use-modules (guix build utils))
|
||||
(let* ((out (string-append (assoc-ref %outputs "out")))
|
||||
(let* ((out (assoc-ref %outputs "out"))
|
||||
(dest (string-append out "/bin"))
|
||||
(source (assoc-ref %build-inputs "source")))
|
||||
(mkdir-p dest)
|
||||
|
|
Loading…
Reference in a new issue