[PATCH] gnu: rmlint: Use default scons.

  • Done
  • quality assurance status badge
Details
3 participants
  • jgart
  • Maxim Cournoyer
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 10 months ago
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20240519205932.24959-1-ngraves@ngraves.fr
* gnu/packages/disk.scm (rmlint): Use default scons.

Change-Id: I84f66876f8acaee719f657ca85693bc23a8d0c4d
---
gnu/packages/disk.scm | 1 -
1 file changed, 1 deletion(-)

Toggle diff (14 lines)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 10d546b9187..9b161182e4c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1245,7 +1245,6 @@ (define-public rmlint
(build-system scons-build-system)
(arguments
(list
- #:scons scons-python2
#:scons-flags
#~(list (string-append "--prefix=" #$output)
(string-append "--actual-prefix=" #$output))
--
2.41.0
Maxim Cournoyer wrote 9 months ago
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 71072@debbugs.gnu.org)
8734q0glug.fsf@gmail.com
Nicolas Graves <ngraves@ngraves.fr> writes:

Toggle quote (4 lines)
> * gnu/packages/disk.scm (rmlint): Use default scons.
>
> Change-Id: I84f66876f8acaee719f657ca85693bc23a8d0c4d

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

--
Thanks,
Maxim
jgart wrote 9 months ago
Re: [PATCH] gnu: rmlint: Use default scons.
(address . 71072-done@debbugs.gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
c8062c0aa03a80b873673479f7538150bc457c7a@dismail.de
Applied!

Thanks,

jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71072@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71072
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help