GNU bug report logs -
#32586
[PATCH] gnu: Add r-svdialogs.
Previous Next
Full log
Message #8 received at 32586 <at> debbugs.gnu.org (full text, mbox):
Hi,
thanks for the patch!
> +
> +(define-public r-svdialogs
> + (package
> + (name "r-svdialogs")
> + (version "1.0.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (cran-uri "svDialogs" version))
> + (sha256
> + (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
> + (properties `((upstream-name . "svDialogs")))
> + (build-system r-build-system)
> + (inputs
> + `(("yad" ,yad)
I see that you provide a patch for “yad” in another issue. In the
future please send a series of dependent patches together to the same
ticket address. (Create a new ticket first by sending a “cover letter”
to guix-patches <at> gnu.org first.)
> + ("zenity" ,zenity)))
> + (propagated-inputs
> + `(("r-rstudioapi" ,r-rstudioapi)
> + ("r-svgui" ,r-svgui)))
> + (home-page "https://github.com/SciViews/svDialogs/")
> + (synopsis "Standard dialog boxes for Windows, MacOS and Linux")
Please use “Portable dialog boxes” instead.
> + (license license:gpl2)))
This is correct.
--
Ricardo
This bug report was last modified 6 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.