Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-04 Thread
Hi! I have spent more time wondering on this patch and ASDF, so here are some questions, opinions and ideas (roughly). Andy Patterson writes: > * guix/build-system/asdf.scm: New file. > * guix/build/asdf-build-system.scm: New file. > * guix/build/lisp-utils.scm: New file. > * Makefile.am: Add

Re: [PATCH]Add ati support to xorg configuration.

2016-10-06 Thread
Dmitry Nikolaev writes: > Hi. Without this patch I couldn't run X on my Radeon card. Applied, thanks! Just curious, does it work for you without firmwares?

Re: [PATCH]Remove empty doc directory from Hack font installation.

2016-10-06 Thread
Dmitry Nikolaev writes: > Hi. Hack font original zip file does not contain any documentation about it, > so empty doc directory in its > installation is useless. This patch removes it. Applied, thanks!

Re: [PATCH v2 00/13]: Add asdf-build-system.

2016-10-06 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Andy Patterson skribis: > >> Here's the next round of the series. In addition to the changes proposed by >> 宋文武, I homogenized the phases of the compiled packages, in order to >> simplify transformations. I also

Re: [PATCH 0/12]: Add asdf-build-system.

2016-10-08 Thread
l...@gnu.org (Ludovic Courtès) writes: > I browsed the patch series quickly; the packages I did not comment on > LGTM, modulo the question of whether we should prefix them. > Thanks for the review! I push them :-) (the V2 patches already use prefix names.)

Re: [PATCH v2 00/13]: Add asdf-build-system.

2016-10-08 Thread
All applied, thanks! The `sbcl-stumpwm-with-slynk' package ends up with a 'stumpwm-exec.fasl' file, so I remove it manually.

Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-13 Thread
Leo Famulari writes: > On core-updates, from 6671ce93 (gnu: ath9k-htc-firmware: Update binutils > patch for binutils 2.27), I can't build gtk+@3.20 because the daemon > finds a cycle in the references: > > -- > starting phase `validate-runpath' > validating RUNPATH of 17 binaries in > "/gnu/

Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-14 Thread
>> [...] >> Move all the 3 desktop files into 'bin' output should work. (I could >> patch that next day, but won't be able to test it due to slow >> substitute/download/build speed though.) > > That should work. You can post the patch here so we can test, if you > want. Sure, here is it: >From

Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-14 Thread
Leo Famulari writes: > On Fri, Oct 14, 2016 at 11:03:59PM +0800, 宋文武 wrote: >> >> >> [...] >> >> Move all the 3 desktop files into 'bin' output should work. (I could >> >> patch that next day, but won't be able to test

[PATCH] gnu: wrap-python3: Use a bash wrapper for 'python3-config'. (was: python-pycairo in core-updates)

2016-10-15 Thread
The revert isn't in 'core-updates', python-pycairo is broken again for the same reason. l...@gnu.org (Ludovic Courtès) writes: > Hi, > > iyzs...@member.fsf.org (宋文武) skribis: > >> Hi, python-wrapper has a broken `python3-config', which >> output

Re: [PATCH] gnu: wrap-python3: Use a bash wrapper for 'python3-config'.

2016-10-17 Thread
Leo Famulari writes: > On Sun, Oct 16, 2016 at 11:21:13AM +0800, 宋文武 wrote: >> >> Hi, python-wrapper has a broken `python3-config', which >> >> output cflags to the wrapper instead of the origin python3, >> >> leading the build failure of python-pyc

Re: GNOME Settings Schemas - How are they searched for?

2016-10-24 Thread
Pjotr Prins writes: > I installed the same version on Guix on top of Debian - but I use > i3wm. No dbus - so maybe that is the root of the problem? > GSettings search its 'gschemas.compiled' files under environment variable `$GSETTINGS_SCHEMA_DIR` and then under each directory of `$XDG_DATA_DIRS

[PATCH] services: Add opensmtpd-service.

2016-11-18 Thread
* gnu/services/mail.scm (): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. (opensmtpd-service): New procedure. * doc/guix.texi (Mail Services): Documen

Re: [PATCH] Update giac-xcas to 1.2.2-103

2016-11-19 Thread
Nicolas Goaziou writes: > Hello, > > The following patch updates giac-xcas to 1.2.2-103. Pushed, thanks!

Re: [PATCH] Update wireshark to 2.2.2.

2016-11-19 Thread
Nicolas Goaziou writes: > Hello, > > The following patch updates wireshark to 2.2.2. > Applied, thanks!

Re: [PATCH 1/2] gnu: Add drumkv1.

2016-11-19 Thread
Ricardo Wurmus writes: > * gnu/packages/music.scm (drumkv1): New variable. > --- > gnu/packages/music.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm > index 12233bf..5e882b2 100644 > --- a/gnu/packa

Re: [PATCH] Update emacs-org to 20161118

2016-11-19 Thread
Nicolas Goaziou writes: > Hello, > > Here is a patch updating Org to its latest revision. > Pushed, thanks!

[PATCH] gnu: services: Add git-service.

2016-11-20 Thread
From: ng0 * gnu/services/version-control.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Misellaneous Services)(Version Control): New section. Co-authored-by: 宋文武 --- doc/guix.texi| 61 + gnu/local.mk | 1

Re: [PATCH] gnu: services: Add git-service.

2016-11-20 Thread
ng0 writes: > * gnu/services/version-control.scm: New file, create it. > (git-service): New Procedures. > (git-service-type): New variable. > * doc/guix.texi (Services)(Version Control): New section. Hi, I make and send a new patch based on yours, which rename 'git-service' to 'git-daemon-servic

Re: [PATCH] gnu: services: Add git-service.

2016-11-20 Thread
Mathieu Lirzin writes: > Mathieu Lirzin writes: > >> 宋文武 writes: >> >>> From: ng0 >>> >>> * gnu/services/version-control.scm: New file. >>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >>> * doc/guix.texi (Misellaneous Services

Re: [PATCH] gnu: services: Add git-service.

2016-11-20 Thread
ng0 writes: >> [...] >> + >> +@deftp {Data Type} git-daemon-configuration >> +Data type representing the configuration of git-demon. > > Typo, it should be "git-daemon". > OK. >> + >> +@table @asis >> +@item @code{package} (default: @var{git}) >> +Package object of the Git distributed version co

[PATCH] services: Add opensmtpd service.

2016-11-24 Thread
* gnu/services/mail.scm (): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. * doc/guix.texi (Mail Services): Document it. --- doc/guix.texi | 4

Re: [PATCH] services: Add opensmtpd-service.

2016-11-24 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/services/mail.scm (): New record type. >> (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. >> (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. >> (opensmt

Re: bug#57104: Python-symengine fails to build

2022-08-11 Thread
Andreas Enge writes: > Since it replaces a broken package by a more modern broken package, I still > took the liberty to push, but it would be nice if someone with knowledge of > python and/or symengine could have a look. Disabling the tests makes the > compilation succeed, but it would be nice t

Re: 100k commits!

2022-08-15 Thread
Marius Bakke writes: > Guix, > > We just passed 100 000 commits! > > The lucky winner is ... > > commit 9fe9856ebef515927900e56686a1071936bdafcc > Author: Ricardo Wurmus > Date: Wed Aug 10 12:19:55 2022 +0200 > > gnu: r-fontawesome: Update to 0.3.0. > > * gnu/packages/cran.sc

Clarify the license field of the package

2022-08-22 Thread
Hello list, I have some questions about the 'license' of a package, currently defined as: The license of the package; a value from ‘(guix licenses)’, or a list of such values. 1. It's the license of source files (guix build -S) or built binary files? 2. When its value is a list of mul

Re: Clarify the license field of the package

2022-08-28 Thread
John Kehayias writes: > Hello 宋文武, > > On Mon, Aug 22, 2022 at 05:02 PM, 宋文武 wrote: > >> Hello list, I have some questions about the 'license' of a package, >> currently defined as: >> >> The license of the package; a value from ‘(guix licens

Re: Clarify the license field of the package

2022-08-28 Thread
Maxime Devos writes: > On 22-08-2022 11:02, 宋文武 wrote: > >> Hello list, I have some questions about the 'license' of a package, >> currently defined as: >> >> The license of the package; a value from ‘(guix licenses)’, or a >> list of su

Re: Dissecting Guix -- blog post series

2022-12-08 Thread
"(" writes: > Heya! > > Some of you may have seen on IRC that I've been writing a post for the Guix > blog that I hope will form the first part of a series. This series aims to > dissect the internals of Guix, from bottom to top. Perhaps they could go in > the cookbook once the series is done?

Re: 🌎️ Install every Guix package 🌎️

2023-01-04 Thread
"jgart" writes: > Hi Guixers, > > How would you approach writing a script that installs every Guix package > exhaustively for your current revision? > > I'm thinking of something similar to `all-packages` on PyPi but for every > Guix package (the whole wide 🌎️). > > https://pypi.org/project/all

Re: [PATCH guix-artwork v4] website: posts: Add Dissecting Guix, Part 1: Derivations.

2023-01-05 Thread
"(" writes: > On Wed Jan 4, 2023 at 12:00 PM GMT, Ludovic Courtès wrote: >> Finally pushed! It should show up online soon. Looking forward to >> part 2. :-) > > \o/ > > Next part will be about monads and G-expressions :) > Great, I enjoy read Part 1, and waiting for next... Thank you!

Re: Mumi Feature Request: Easier way to apply patches from web interface

2023-01-29 Thread
"jgart" writes: > Note that I realize that this is possible: > > https://man.sr.ht/~whereiseveryone/wiki/tipsandtricks.md#applying-patches-from-issuesguixgnuorg > > or > > wget -O- https://issues.guix.gnu.org/issue/48364/patch-set/2 | git am > > What this feature is is to generate the appropriate

Re: branch master updated: gnu: w3m: Update to 0.5.3+git20230121.

2023-01-31 Thread
> gnu: w3m: Update to 0.5.3+git20230121. >> >> * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20230121. >> >> Signed-off-by: 宋文武 >> --- >> gnu/packages/w3m.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Given

Re: Mumi Feature Request: Easier way to apply patches from web interface

2023-01-31 Thread
Arun Isaac writes: >> Maybe add a guix command for issues/patches? >> >> guix issues new >> guix issues open nnn >> guix issues reply nnn >> guix issues apply nnn >> guix issues close nnn > > Indeed, we should have something like this. But, probably better to put > it in mumi so that other proje

How to run mumi locally?

2023-01-31 Thread
Hello, I try to run mumi locally on guix system with: --8<---cut here---start->8--- (service mumi-service-type (mumi-configuration (mailer? #f))) --8<---cut here---end--->8--- But then curl lo

Re: bug#61894: [PATCH RFC] Team approval for patches

2023-03-02 Thread
Andreas Enge writes: > Hello, > > in the current situation I think the suggestion is putting the horse before > the cart. In a first step before adding policy, we should make the teams > functional. I find debian have various teams, and each team has a page for packages status: https://tracker.d

Re: bug#61894: [PATCH RFC] Team approval for patches

2023-03-06 Thread
Ludovic Courtès writes: > Hi Chris, > > Christopher Baines skribis: > >> Regarding this change specifically though, I'm unclear how it would >> impact the things I push for others. I pushed some patches today, would >> this mean that I'd have to look at what team/teams are involved >> (according

Call for members to join the Xfce, LXQt and Localization teams

2023-03-28 Thread
Hello, I recently joined/created teams for xfce, lxqt, and localization, in which I am the only member so far, so I'd like to call for more members. I think Team members mostly do (in the scope and area of expertise by team): - Review patches from guix-patches. - Handle issues or usages support fr

Re: Call for members to join the Xfce, LXQt and Localization teams

2023-03-28 Thread
Zhu Zihao writes: > count me in :) Good, all three? Thank you!

Re: Call for members to join the Xfce, LXQt and Localization teams

2023-03-28 Thread
宋文武 writes: > Zhu Zihao writes: > >> count me in :) > > Good, all three? Thank you! As we talked in #guixcn, join you to the xfce and localization team, thanks!

Re: RISC-V (riscv64-linux) substitutes are coming

2023-05-09 Thread
Christopher Baines writes: > This is a start, but more hardware will be needed to keep up with the > master branch, plus testing patches and other branches, so if you have > hardware to hand, or know of hardware available for purchase that might > be suitable, that would be really useful to know

Re: RISC-V (riscv64-linux) substitutes are coming

2023-05-10 Thread
Christopher Baines writes: > The NAT is no problem, the build coordinator (intentionally) has very > few requirements. That's great. > The first hurdle to overcome is just getting the build coordinator agent > available on the system. For the board I have, I cross compiled the > guix-build-coor

Re: RISC-V (riscv64-linux) substitutes are coming

2023-05-12 Thread
宋文武 writes: > Christopher Baines writes: >> The first hurdle to overcome is just getting the build coordinator agent >> available on the system. For the board I have, I cross compiled the >> guix-build-coordinator-agent-only package. > > Okay, now I installed guix fr

Re: RISC-V (riscv64-linux) substitutes are coming

2023-05-12 Thread
宋文武 writes: > A friend (Z572 from #guixcn) of mime had setup a coordinator / > substitute server of riscv64 (running guix system) at > https://cache.z572.online. Well, he has a vps virtual machine (x86_64) running guix system, but offload to a riscv64 licheepi 4a for building now...

Re: Guidelines for pre-trained ML model weight binaries (Was re: Where should we put machine learning model parameters?)

2023-05-12 Thread
Simon Tournier writes: > Since it is computing, we could ask about the bootstrap of such > generated data. I think it is a slippery slope because it is totally > not affordable to re-train for many cases: (1) we would not have the > hardware resources from a practical point of view,, (2) it is a

Re: RISC-V (riscv64-linux) substitutes are coming

2023-05-13 Thread
宋文武 writes: > I got 'guix-build-coordinator-agent-only' built now, running it (with > --help) will segfault though.. > > > How to run it to connect to the coordinator? > Update, now it running fine with: ``` guix-build-coordinator-agent \ --uuid= \ --pas

Re: Commit Access: jgart

2023-05-16 Thread
"jgart" writes: > Hi Guixers, > > Thanks for granting me commit access. I'm looking forward to helping out with > patch review, with a > particular focus on moving patches along for the Python team. > > I also intend to continue contributing more packages, updates, and > improvements. > > Thank

Re: bug#20255: 'search-paths' should respect both user and system profile.

2023-05-17 Thread
Maxim Cournoyer writes: > Hi, > > 宋文武 writes: > >> Hello, commit 40310efde9b4a4f2cf98081d6cd10f843685ebb6 fix this by merge >> search-paths from multiple profiles by `guix package --search-paths`, in >> ~/.bashrc and ~/.zprofile (skeletons, so existed

Re: Do substitutes download slowly for you? / Speeding up substitute delivery/mirrors

2023-05-26 Thread
Christopher Baines writes: > While I did stop running a mirror in Singapore, it's now back and from > the discussion on IRC today [3] there was some anecdotal evidence that > this helps with fetching substitutes from China. Yes, only the Singapore IPv4 mirror is usable for me in China. [berdea

Re: Guix's python has pip's user dir in its loadpath

2023-06-29 Thread
e...@beaver-labs.com writes: > Dear Guix devs, > > While working around this bug: > > https://issues.guix.gnu.org/63912 > > I found that guix's Python will load anything in > .local/lib/python3.10/site-packages/ over any installed package in the > current profile. This makes pip-installed package

Re: A Forum for Guix Users

2023-07-21 Thread
Sarthak Shah writes: > The reason why I'm suggesting a move away from mailing lists is that it is a > lot easier to follow threads on forums. > You have all the replies on the same page, compared to clicking on the link > of each reply, realizing it doesn't have the answer, clicking > another

Re: bug#64798: [PATCH 000/209] update kde package and add plasme desktop

2023-08-05 Thread
宋文武 writes: > 宋文武 writes: > >> Zheng Junjie <873216...@qq.com> writes: >> >>> hello! >>> >>> I updated some kde package, and add plasma desktop. >> >> Hello, I had pick those patches from your Github repo, and modify >> s

Re: A certain new commiter

2023-08-19 Thread
Hilton Chain writes: > Hello Guix, > > With the commit [1] made hours ago, I have been granted commit access > to Guix repository. > > Currently, I'm maintaining packages I may use and those I've touched, > and for now I have no specific plan to move on. This means I can have > more time to go t

Don't add propagated-inputs for all outputs

2023-08-26 Thread
Hello, we have a TODO for "extend `propagated-inputs` with support for multiple outputs". I try to do it for a while, but unable to find a clear way, since add a new syntax for specify output in propagated-inputs require changes in too many places.. Think about the intention, what we want is to a

Re: bug#65391: People need to report failing builds even though we have ci.guix.gnu.org for that

2023-08-26 Thread
Maxime Devos writes: > For example, naev used to work just fine, yet apparently it doesn't > anymore: https://issues.guix.gnu.org/65390. > > Given that Guix has ci.guix.gnu.org, I would expect such new problems > to be detected and resolved early, and it was detected by > ci.guix.gnu.org, yet goi

Re: How can we decrease the cognitive overhead for contributors?

2023-08-27 Thread
Maxim Cournoyer writes: > Perhaps you'd like to invest 1 hour (30 minutes?) into learning to use > 'patman'. It allows attaching metadata to a feature branch by means of > Git message tags, e.g. the associated email address with 'Series-to:', > or the current revision with 'Series-version:', etc

Re: GDB-multiarch

2023-08-28 Thread
Ekaitz Zarraga writes: > Hi all, > > As you might know I'm talking part on the RISC-V bootstrapping efforts in > Guix. > This makes me need a multi-architecture GDB. So I made this simple package: > > ``` scheme > (define-module (gdb) > #:use-module (gnu packages) > #:use-module (gnu package

Re: CI job for lisp-team branch

2023-09-04 Thread
Guillaume Le Vaillant writes: > Hi. > I created a lisp-team branch to work one some updates for clisp and > sbcl. Could someone with admin access to the CI things add a job for it? > Thanks. Hello, Curiass CI job created. Thanks.

Re: Japanese Input wont't without manually adding environmental variables?

2020-11-07 Thread
yasu writes: > Hi! > > After installing packages ibus and ibus-anthy , I thought I would be able to > type Japanese - but I had to follow the tip below and manually add these > variables to make it work. > Would this be considered a bug? Yes, guix lack supports for input methods. > > https:/

Re: Japanese Input wont't without manually adding environmental variables?

2020-11-07 Thread
yasu writes: > I see..., thank you anyway! > > I wonder if we can collect of this kind of usability tips in wiki-like > systems somewhere so we don't have to keep digging google for > information. 😃 Well, I don't know if a guix wiki existed, but we have Guix Cookbook:

Make mutiple packages from outputs (Was: A plan for parameterized packages)

2020-11-16 Thread
zimoun writes: > Dear, > > On Sun, 15 Nov 2020 at 21:46, Danny Milosavljevic > wrote: > >> * Enable/disable building the documentation. I really don't need a 40 MiB >> manual stored onto a 16 MiB firmware flash chip. If that's better done as an >> extra output, fair enough. > > Related (I hop

Re: Phases and snippets no longer returning a Boolean

2020-11-25 Thread
Ludovic Courtès writes: > With these changes, the return value of origin snippets and build phases > is now ignored. > ... > > That’s it! Thoughts? Comments? Indeed better! Return ‘#t’ feel perlish, perl requires return ‘1’ at the end of each module.

Re: SJTUG's Guix mirror is online now

2020-12-23 Thread
Peng Mei Yu writes: > Hello, > > After extensive cooperation with SJTUG's maintainers, we are happy to > announce that SJTUG's Guix mirror is online now. > > The substitute URL is: https://mirrors.sjtug.sjtu.edu.cn/guix > > Asia residents, especially China residents, will greatly benefit from > t

Re: ZFS on Guix, again

2021-02-20 Thread
raid5atemyhomework writes: > Hi guix-devel, > > I had some questions on the big ZFS guix bugpatches a week ago, and > did not find any response, so I am back here pestering everyone. Hello, thank you for working on ZFS for guix! > > [...] > There are two alternatives: > > * Go with what I alrea

Re: PYTHONPATH issue explanation

2018-03-16 Thread
Hartmut Goebel writes: Hello, > Hi, > > given the ongoing discussion around Python show that my explanation was > not good enough. I'll try to summarize and give more background. Thanks for the explanations and this one! So I have more understanding of it and ideas... > > With regard to Pytho

[PATCH] gnu: python: Honor 'GUIX_PYTHON_X_Y_SITE_PACKAGES'.

2018-03-17 Thread
> I plan to implement option 1 by adding a "sitecustomize.py" (better > than modify "site.py") into the python packages, and modify > "search-path-specification" to use "GUIX_PYTHON_X_Y_SITE_PACKAGES". Patch coming: >From d9c273c0ee8c5e87b12b37a325c649f8df808af3 Mon Sep 17 00:00:00 2001 From: =?

Re: [PATCH] gnu: python: Honor 'GUIX_PYTHON_X_Y_SITE_PACKAGES'.

2018-03-17 Thread
Hartmut Goebel writes: > Am 17.03.2018 um 12:18 schrieb 宋文武: > > I plan to implement option 1 by adding a "sitecustomize.py" (better > than modify "site.py") into the python packages, and modify > "search-path-specification" to use "GUIX_PYTH

Re: [PATCH] gnu: python: Honor 'GUIX_PYTHON_X_Y_SITE_PACKAGES'.

2018-03-17 Thread
iyzs...@member.fsf.org (宋文武) writes: >> I plan to implement option 1 by adding a "sitecustomize.py" (better >> than modify "site.py") into the python packages, and modify >> "search-path-specification" to use "GUIX_PYTHON_X_Y_SITE_PACKAGES&qu

Re: PYTHONPATH issue explanation

2018-03-17 Thread
.framapad.org/p/guix-python-site-packages-test-cases I have append some text, it's available to all in realtime? not sure how it works... > > Am 17.03.2018 um 02:41 schrieb 宋文武: > >> - "GUIX_PYTHON_X_Y_SITE_PACKAGES" […] is necessary for the "build" >

guile-gdbm doesn't work with gdbm-1.14

2018-03-18 Thread
Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1], so the guile-gdbm ffi binding code [2] need updates now (I'm not confident to do it myself...). [1] http://git.gnu.org.ua/cgit/gdbm.git/commit/?id=c175231e2781abd17eabf412cfb597654a076c7b [2] https://github.com/ijp/guile-gdb

Re: PYTHONPATH issue explanation

2018-03-18 Thread
iyzs...@member.fsf.org (宋文武) writes: > [...] > > I'd like do more tests with the GUIX_PYTHON_X_Y_SITE_PACKAGES option > (patch sent), hope it works :-) Hello, I have write a shell script to do some tests, it looks good to me! Updated 'GUIX_PYTHON_X_Y_SITE_PACKAGES'

Re: PYTHONPATH - let's systematically tame the baest

2018-04-16 Thread
Hartmut Goebel writes: > Hi, Hello! > > let's pick up on this issue and systematically design the test-cases to > benchmark the proposed solutions. I already prepared a test-script to > simplify this and will provide a full description as later. > > **Please comment if any relevant case is miss

New ‘guix pull’ dosen’t update the guix manual in GuixSD

2018-06-09 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > For those who haven’t been following along on > , I have just > pushed a new ‘guix pull’. > > To summarize, ~/.config/guix/latest no longer exists. Instead > ~/.config/guix/current is

Re: New ‘guix pull’ dosen’t update the guix manual in GuixSD

2018-06-11 Thread
l...@gnu.org (Ludovic Courtès) writes: >> The last there are from the ‘export’ statement of ‘/etc/profile’, the >> first two are added by ‘source’ the profiles. Since there is a guix in >> the system profile contains the old info manual, the current one won’t >> be picked. > > Ooh! I think the c

Re: Help sending package.

2018-06-12 Thread
Fis Trivial writes: > Please help sending this package to guix-patches list. I got blocked due > to various reasons (It's not something bad, it's just I can't send it > myself with contained keywords). The patches is contained within > package.tar.xz attached in this mail. > > Thanks in advance.

Re: GHC 8.4.3

2018-09-30 Thread
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Ricardo Wurmus writes: >> >>> Timothy Sample writes: >>> • There are 21 failing packages. They are agda, beast, corrode, git-annex, ghc-aws, ghc-gnuplot, ghc-haddock-test, ghc-hashable-bootstrap, ghc-indents, ghc-mo

Re: Package for LXQt. Help wanted.

2018-10-22 Thread
Meiyo Peng writes: > Hello everyone, > > I made a series of packages for LXQt. The code is at: > https://github.com/meiyopeng/guix/tree/lxqt Hello, it looks great! > > I did this beacuse I want to run i3 window manager within lxqt > session. Currently most things work great except lxqt-panel. I

Re: Package for LXQt. Help wanted.

2018-10-23 Thread
is 'guix lint', which warn lines longer than 90 characters), no problem. > > #+BEGIN_SRC emacs-lisp > (setq-default fill-column 80) ;; Change this to 70? > #+END_SRC > > "宋文武" is a Chinese name. Are you a Chinese? I am a Chinese. My name > is 彭美玉 (Peng Mei Yu in Pinyin). 是的,你好,很高兴认识你~

Re: Package for LXQt. Help wanted.

2018-10-26 Thread
Meiyo Peng writes: > Hello everyone, > > I made a series of packages for LXQt. The code is at: > https://github.com/meiyopeng/guix/tree/lxqt Hello, thank you again, I have push them! With some minor edits: - Add comments about the missing translations (disable the PULL_TANSLATIONS), which ar

Re: Package for LXQt. Help wanted.

2018-10-27 Thread
Meiyo Peng writes: > Hello Song, > > On Fri, Oct 26, 2018 at 2:26 PM 宋文武 wrote: > >> - Correct some licenses, eg: obconf-qt, qps are under GPL2+. > > I made a terrible mistake. I assumed that all LXQt apps are licensed > under LGPL2.1+. But in fact only core L

Re: Package for LXQt. Help wanted.

2018-10-27 Thread
Meiyo Peng writes: > Hello Song, > >> Hello, thank you again, I have push them! > > Thank you. > >> - Add comments about the missing translations (disable the >> PULL_TANSLATIONS), which are in the lxqt-l10n git repository. I think >> we can prefetch it as a 'origin', add it to the input of

[PATCH] shepherd: Delete the socket file upon exit.

2019-02-16 Thread
Yes, I have the 'rm /run/user/1000/shepherd/socket' workaround in my session script too... According to 'man 2 bind', the socket pathname should be deleted when no longer required, so a patch to fix this bug: >From f171f6adb2fc6ee3bf4d25378c2e7bba109b43d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?

Re: Offloading to use Guile-SSH instead of lsh

2016-11-26 Thread
Leo Famulari writes: > On Fri, Nov 25, 2016 at 11:50:22PM +0100, Ludovic Courtès wrote: >> Hi! >> >> l...@gnu.org (Ludovic Courtès) skribis: >> >> > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as >> > a new Guile-SSH release is out, I’ll merge it on master. >> >> Done! >

Re: [PATCH]: tests: Add opensmtpd-service-type test

2016-11-26 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@openmailbox.org skribis: > >> My first system test patch, TIA for review! >> >> From 6107b011ee9f0fc445aeceeab38b963c6cf84b3a Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Sat, 26 Nov 2016 13:51:58 +0800 >> Subj

Re: [PATCH] services: Add opensmtpd-service.

2016-11-26 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> Also, I find that my slow box is unable start this opensmtpd service >> during a fresh boot. ‘smtpd’ has a timeout of 10s hardcoded, I patched >> that to 60s to make it fully start

Re: Preparing mass-packaging of 170 KDE application - hwo to do?

2016-11-26 Thread
Hartmut Goebel writes: > Hi, > > I'm currently working on a script to mass-generate *draft* packages for > KDE applications. Ca. 170 of them :-) These are the ones listed at > > > The idea is to have a draft which can easily be taken and adopted. > Inputs will

Re: [PATCH] Update emacs-org.

2016-12-18 Thread
Nicolas Goaziou writes: > Hello, > > The following patch updates emacs-org to its latest version. > Applied, thank you!

Re: [PATCH 2/2] services: network-manager: Use record for configuration.

2017-01-19 Thread
Christopher Baines writes: > * gnu/services/network-manager.scm (): New > record type. > (network-manager-shpeherd-service): Change to use the > network-manager-configuration record, rather than a package. Generate a > simple configuration file from the network-manager-configuration record. > (n

Re: [PATCH 1/2] gnu: dnsmasq: Enable dbus support

2017-01-19 Thread
Christopher Baines writes: > * gnu/pacakges/dns.scm (dnsmasq): Enable dbus support to allow for > NetworkManager to use dnsmasq. > [native-inputs]: Add pkg-config. > [inputs]: Add dbus. > [arguments]: Add COPTS="-DHAVE_DBUS" to make-flags. > --- > gnu/packages/dns.scm | 8 +++- > 1 file chan

Re: [PATCH 2/2] services: network-manager: Use record for configuration.

2017-01-20 Thread
Christopher Baines writes: > 宋文武 writes: > >> Christopher Baines writes: >> >>> * gnu/services/network-manager.scm (): New >>> record type. >>> (network-manager-shpeherd-service): Change to use the >>> network-manager-configuration

Re: [PATCH] gnu: perl-term-readkey: Update to version 2.37.

2017-01-21 Thread
Maxim Cournoyer writes: > Hello Guix! > > While attempting to build git without substitutes I discovered that the > source of 'perl-term-readkey', version 2.32, had disappeared from the > CPAN mirror. I've updated it to its latest version, 2.37. > Applied, thank you!

Re: [PATCH 1/4] gnu: Add python-pbkdf2.

2017-01-21 Thread
Carlo Zancanaro writes: > * gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. > --- > gnu/packages/python.scm | 29 + > 1 file changed, 29 insertions(+) I applied it with adding ‘python-pycrypto’ as ‘propagated-inputs’ (as prefered by pbkdf2.py)

Re: [PATCH 3/4] gnu: Add python2-slowaes

2017-01-21 Thread
Carlo Zancanaro writes: > * gnu/packages/python.scm (python2-slowaes): New variable. > --- > gnu/packages/python.scm | 21 + > 1 file changed, 21 insertions(+) > Applied with changing package name to ‘python2-slowase’. Thank you!

Re: [PATCH 2/4] gnu: Add python-qrcode.

2017-01-21 Thread
Carlo Zancanaro writes: > * gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. > --- > gnu/packages/python.scm | 25 + > 1 file changed, 25 insertions(+) > Thank you! I applied it with adding ‘python-lxml’, ‘python-pillow’ and ‘python-six’ as ‘propa

[PATCH] doc: Mention the need of a BIOS boot partition when using GPT.

2017-01-22 Thread
* doc/guix.text (Preparing for Installation)[Disk Partitioning]: Mention the need of a BIOS boot partition when using GPT with the defualt GRUB. --- doc/guix.texi | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 1f0bd7568..ab3b7211f 100644 --- a/doc/guix

[PATCH 1/2] gnu: Add openvswitch.

2017-01-27 Thread
* gnu/packages/networking.scm (openvswitch): New variable. --- gnu/packages/networking.scm | 54 + 1 file changed, 54 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 87ee0a1d8..c6fb2cfda 100644 --- a/gnu/packag

[PATCH 2/2] services: Add openvswitch-service-type.

2017-01-27 Thread
* gnu/services/networking.scm (): New record type. (openvswitch-activation, openvswitch-shepherd-service): New procedures. (openvswitch-service-type): New variable. * doc/guix.texi (Networking Services): Document it. --- doc/guix.texi | 15 +++ gnu/services/networking.scm | 6

Re: [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-04 Thread
huang_ying_cari...@163.com writes: > * gnu/packages/fonts.scm (font-gnu-unifont): call mkfontdir for pcf output. > > Signed-off-by: "Huang, Ying" > --- > gnu/packages/fonts.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts

Re: [PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-04 Thread
huang_ying_cari...@163.com writes: > From: "Huang, Ying" > > Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find > in output "bin" instead of "out". > > * guix/profiles.scm (manifest-lookup-package): New argument output to select > package or store path. > (gtk-im-m

Re: [PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-06 Thread
"Huang, Ying" writes: > [...] >> -#$(if gtk+ (build gtk+ "3.0.0") #t) >> -#$(if gtk+-2 (build gtk+-2 "2.10.0") #t >> +#$(if gtk+ >> + (build >> + gtk+ "3.0.0" >> +

<    1   2   3   4   5   6   7   8   >