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

2017-02-08 Thread
"Huang, Ying" writes: > Hi, Wenwu, > > iyzs...@member.fsf.org (宋文武) writes: > >> "Huang, Ying" writes: >> >>> [...] >>>> -#$(if gtk+ (build gtk+ "3.0.0") #t) >>>> -

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

2017-02-09 Thread
John Darrington writes: > [...] > + > +(define-public openvswitch > + (package > +(name "openvswitch") > +(version "2.6.1") > +(source (origin > + (method url-fetch) > + (uri (string-append > +

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

2017-02-09 Thread
Marius Bakke writes: > [...] >> + (base32 >> +"036gq741j9kqsjlp693nff838c9wjd1c56nswl9vyyd1lsmj0yrh" >> +(build-system gnu-build-system) >> +(arguments >> + '(;; FIXME: many tests fail with: >> + ;;[…] >> + ;;test -e $OVS_RUNDIR/ov

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

2017-02-10 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi 宋文武! > > 宋文武 skribis: > >> * gnu/packages/networking.scm (openvswitch): New variable. > > [...] > >> + '(;; FIXME: many tests fail with: >> + ;;[…] >> + ;;test -e $OVS_RUNDIR/o

Re: [PATCH 1/2] build: union: Add create-all-directory? parameter to union-build

2017-02-26 Thread
"Huang, Ying" writes: Hi, sorry for my late reply. > Danny Milosavljevic writes: > >> Hi, >> >> yeah, I've looked at it and I see what you are trying to do. >> >> You modified 'union to replicate the directory tree and symlink only the >> non-directory files - in order to be able to add "font

[PATCH] service: Fix arguments passing in the 'restart' action.

2017-07-08 Thread
* modules/shepherd/service.scm (action): Use 'apply' to invoke the 'start' procedure in the 'restart' action. --- modules/shepherd/service.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm index 26f29aa..72fbc3d 1006

Re: guile-dbi: Use libltdl and prefer GUILE_DBD_PATH.

2017-07-11 Thread
Linas Vepstas writes: > Sorry for the very late reply. I applied these patches to > > https://github.com/opencog/guile-dbi > > which will have to serve as the official repo for guile-dbi, since gna.org is > now dead. Oh, thanks! Is there a plan for a new release with tarballs?

[PATCH] guix download: Support retrieving local file without the URI scheme.

2017-08-19 Thread
* guix/scripts/download.scm (guix-download): Treat the URL argument as a local file path when it fails on 'string->uri'. Call 'fetch' with the processed 'uri' instead of the original URL argument. * tests/guix-download.sh: Adjust accordingly. --- guix/scripts/download.scm | 5 - tests/guix-do

Re: QT install and search paths

2017-08-24 Thread
Hartmut Goebel writes: > Hi, > > I'm currently working on the build of KDE's plasma-desktop. When strac-ing > the tets, I dicoverd that plaugins are searched in > > /gnu/store/…-qtbase-5.9.1/plugins/… > > while most of the KDE program use > > /gnu/store/…-plasma-workspace-5.10.4/lib/plugins/…

Re: QT install and search paths

2017-08-25 Thread
Hartmut Goebel writes: > Am 24.08.2017 um 13:59 schrieb 宋文武: >> Currently, it doesn't follow a normal package layout, We should change >> it to (like it in Debian and ArchLinux): > > I'd support this. > > What do you think about using "…/qt5" instea

Re: QT install and search paths

2017-08-25 Thread
Here is a patch to adjust the directory layout of qtbase: >From b264ccfdec5c7334ef7e428c8b483bc673edc393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 25 Aug 2017 22:52:41 +0800 Subject: [PATCH] gnu: qtbase: Use a more standard directory layout. * gnu/packages

[WIP][PATCH] download: Don't report the progress too fast

2017-08-26 Thread
Hello, our progress report of 'guix download' can refresh too fast. For example, it blinks much with this script: --8<---cut here---start->8--- (use-modules (guix build download)) (let* ((size (expt 2 20)) (progress (progress-proc "" size))) (let loo

Re: ‘core-updates’ is back!

2017-08-29 Thread
Andy Wingo writes: > On Tue 29 Aug 2017 00:01, l...@gnu.org (Ludovic Courtès) writes: > >> Yup, I just created a new ‘core-updates’ branch by pushing >> . Enjoy! >> >> Let’s freeze in one month, say Oct. 1st? > > It would be pretty cool if we could fix our O(n^2) prob

Re: The future of 'guix environment'

2017-08-30 Thread
"Thompson, David" writes: > Hi all, been awhile! Yeah, glad to see you! > [...] > > If you've followed along this far, great! Now here's my list of > proposed changes: > > 1) Add a caching mechanism. The environment profile should get built > once, and then a symlink to it should be created

Re: QT install and search paths

2017-09-02 Thread
qtbase-5.9.1/include/qt5/QtGui -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5 -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5/QtCore -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5 -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5/QtX11Extras -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5 -L/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/lib -lQt5X11Extras -lQt5Gui -lQt5Core --8<---cut here---end--->8--- I can try fix this pkg-config issue. > > I'll take care of the packages in kde-frameworks.scm, I assume/hope > Thomas will take care of the ones in kde.scm. Yeah, I build 'kiarchive', and find it puts 'mkspecs' under $out, which needs change to $out/lib/qt5/mkspecs. > > 宋文武, how can we coordinate the required changes? Should they go into one > patch? Or into a series? I think we could make a series patches, and can squash them later if suitable.

Re: QT install and search paths

2017-09-03 Thread
> [...] > And vlc fails to build due to can't find headers of Qt5X11Extras. > Indeed, the pkg-config output of Qt5X11Extras seems wrong: > $ pkg-config --cflags --libs Qt5X11Extras > -I/gnu/store/l8xp2i57plmdd3pprhznc8r03ha3sv2s-qtbase-5.9.1/include/qt5/QtGui > -I/gnu/store/l8xp2i57plmdd3pprhznc

Re: QT install and search paths

2017-09-03 Thread
Hartmut Goebel writes: > Am 03.09.2017 um 13:46 schrieb 宋文武: > > 0002-gnu-qt-Fix-install-paths-in-submodules.patch > > I'm afraid this breaks some packages, e.g. qwt (qt.scm) and sonnet > (kde-frameworks.scm). Can you have a look at what is going wrong here? > Thanks

Re: QT install and search paths

2017-09-07 Thread
Hartmut Goebel writes: > Am 04.09.2017 um 09:44 schrieb Thomas Danckaert: >> Just to make sure, the idea is to: >> >> 1. apply 宋文武's qtbase patch adjusting the paths of various qt components >> >> 2. apply your 2 patches for qtscintilla and qtwebkit &

Re: [WIP][PATCH] download: Don't report the progress too fast

2017-09-08 Thread
Hi, sorry for my late response. l...@gnu.org (Ludovic Courtès) writes: > Hello 宋文武, > > iyzs...@member.fsf.org (宋文武) skribis: > >> Hello, our progress report of 'guix download' can refresh too fast. For >> example, it blinks much with this script: > > Ind

Re: [WIP][PATCH] download: Don't report the progress too fast

2017-09-14 Thread
l...@gnu.org (Ludovic Courtès) writes: > [...] >> Date: Fri, 8 Sep 2017 22:49:03 +0800 >> Subject: [PATCH] download: Report the progress asynchronously in another >> thread. >> >> * guix/utils.scm (): New record type. >> (call-with-progress-reporter): New procedure. >> * guix/build/download.scm (

Re: [WIP][PATCH] download: Don't report the progress too fast

2017-09-15 Thread
iyzs...@member.fsf.org (宋文武) writes: > l...@gnu.org (Ludovic Courtès) writes: > >> [...] >> Thoughts? > > How about replace the use of thread from ‘progress-reporter/file’ by a > ‘rate-limited’ render procedure, and then change the elapsed time to > ETA, which is ok

[PATCH] substitute: Close the download port after substitution finished.

2017-09-16 Thread
* guix/scripts/substitute.scm (progress-substitution): Call 'close-port' after 'restore-file'. --- guix/scripts/substitute.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm index 19212d749..3dcf42d0d 100755 --- a/guix/scripts/substitu

Re: [PATCH] substitute: Close the download port after substitution finished.

2017-09-18 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi 宋文武, > > 宋文武 skribis: > >> * guix/scripts/substitute.scm (progress-substitution): Call 'close-port' >> after 'restore-file'. > > Good catch, please push! > > How did you notice? I meet it when t

Re: [WIP][PATCH] download: Don't report the progress too fast

2017-09-20 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> From d0c49ac1341c21d0efb069afb1521f61541e3eb4 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Sat, 16 Sep 2017 14:10:18 -0600 >> Subject: [PAT

Re: qttools missing CMake version info

2017-10-22 Thread
Thomas Danckaert writes: > Hi, > > qttools no long has a file Qt5LinguistToolsConfigVersion.cmake in > /gnu/store/.../ /lib/cmake/Qt5LinguistTools, which breaks the build > for (among others?) keepassxc. During the build of qttools, I see a > warning > > WARNING: Cannot open substitute for input

[WIP][PATCH] profiles: info-dir-file: Don't consider unwanted manifest entries

2017-12-15 Thread
Hello! Currently we run profile hooks for all manifest inputs, so if you install a new package to your profile, all profile hooks will be run again, even if the new package doesn't provide info manuals, man pages, etc. Ideally only interested hooks need to be run, eg: if the new package has info

Re: [bug#29708] Update s-shell

2017-12-15 Thread
ng0 writes: > Ludovic Courtès transcribed 0.4K bytes: >> ng0 skribis: >> >> > From cf2cbe9e9e525aa9dd697fcedb255a0fbc194ac9 Mon Sep 17 00:00:00 2001 >> > From: ng0 >> > Date: Thu, 14 Dec 2017 13:22:58 + >> > Subject: [PATCH] s-shell: Update to commit >> > da2e5c20c0c5f477ec3426dc2584889a7

Re: [WIP][PATCH] profiles: info-dir-file: Don't consider unwanted manifest entries

2017-12-22 Thread
Martin Castillo writes: > Hi, > > in the second patch file: >> + ;; We only need to build the 'dir' file for inputs that does > containing info >> + ;; manuals. > s/containing/contain > Okay, thanks! > On 15.12.2017 16:12, 宋文武 wrote:> Hello

Re: [WIP][PATCH] profiles: info-dir-file: Don't consider unwanted manifest entries

2018-01-01 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > iyzs...@member.fsf.org (宋文武) skribis: > >> Currently we run profile hooks for all manifest inputs, so if you >> install a new package to your profile, all profile hooks will be run >> again, even if the new packag

Change defaults of 'define-record-type*' need invalidate auto-compilation caches

2018-01-06 Thread
Hello,

Re: Change defaults of 'define-record-type*' need invalidate auto-compilation caches

2018-01-06 Thread
> Hello, Send it by mistake... For example, in the current directory, I have 'foo.scm': --8<---cut here---start->8--- (define-module (foo) #:use-module (guix records) #:export (foo foo-x)) (define-record-type* foo make-foo foo? (x foo-x (default "x"

Re: Change defaults of 'define-record-type*' need invalidate auto-compilation caches

2018-01-08 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > iyzs...@member.fsf.org (宋文武) skribis: > >> [...] >> >> Only with '--fresh-auto-compile' or delete the cache of x.scm, I will >> get the output "y". >> >> Is this a bug? > >

Re: [RFC] A simple draft for channels

2018-01-19 Thread
Ricardo Wurmus writes: > Hi Guix, > > I’d like to retire GUIX_PACKAGE_PATH as the main way to get third-party > packages, because we can’t really keep track of packages that were added > or redefined in this way. I want to replace it with slightly more > formal “channels”. Hello, as a way to ge

Re: GNOME 40

2021-03-31 Thread
> If anyone is curious of the work or wants to participate, we are > working there: > https://git.guix-patches.cbaines.net/guix-patches/log/?h=wip-gnome-40 > Hello, looks great! I'd like to do some work for GNOME4 too, mostly at weekends though. > If anyone wants to participate, please reach to

Re: GNOME 40

2021-04-10 Thread
Hello! Last week I tried to package GTK4, haven't done it yet. Raghav Gururajan writes: > Let us do this, > [1] Create wip-gnome branch on savannah I think Leo created it already, thanks. > [2] Create guix-patches thread for wip-gnome. > [3] Leo, me or anyone else can contribute by sending pa

Re: A "cosmetic changes" commit that removes security fixes

2021-04-22 Thread
Mark H Weaver writes: > Hi Raghav, > > Raghav Gururajan writes: > >>> Those commits on 'core-updates' were digitally signed by Léo Le Bouter >>> and have the same problems: they remove security >>> fixes, and yet the summary lines indicate that only "cosmetic changes" >>> were made. >> >> Yeah,

Re: Criticisms of my "tone" (was Re: A "cosmetic changes" commit that removes security fixes)

2021-05-01 Thread
Leo Prikler writes: > Hi Mark, > > Am Samstag, den 01.05.2021, 18:12 -0400 schrieb Mark H Weaver: >> Hi Leo, >> >> Leo Prikler writes: >> >> > Am Samstag, den 01.05.2021, 19:02 +0200 schrieb Giovanni Biscuolo: >> > > I also spent some time re-reading messages that Mark sent in this >> > > thre

Re: Criticisms of my "tone" (was Re: A "cosmetic changes" commit that removes security fixes)

2021-05-01 Thread
宋文武 writes: > Leo Prikler writes: > >> Hi Mark, >> >> Am Samstag, den 01.05.2021, 18:12 -0400 schrieb Mark H Weaver: >>> Hi Leo, >>> >>> Leo Prikler writes: >>> >>> > Am Samstag, den 01.05.2021, 19:02 +0200 schrieb Gi

Re: Criticisms of my "tone" (was Re: A "cosmetic changes" commit that removes security fixes)

2021-05-01 Thread
Leo Famulari writes: > [...] > To clarify, Leo Prikler is not the same person that was involved in > removing the Cairo bug fixes. That was a different person, also named > Leo. > > Not me, either :) Um, my bad, thank you!

Re: GNU Guix 1.3.0 released

2021-05-12 Thread
Maxim Cournoyer writes: > We are pleased to announce the release of GNU Guix 1.3.0! > > This release corresponds to 8,300 commits over almost 6 months by 212 > people. Support for the POWER9 platform is now offered as technological > preview. This release adds new features, refines the user exp

Re: Rethinking propagated inputs?

2021-09-07 Thread
Hello, good plan! Liliana Marie Prikler writes: > At this point the question then becomes what to name this "build" > output and what to put into it besides pkg-config stuff. In Debian, it's a "dev" package, includes .h (C headers), .pc, .a (static libraries). > Particularly in the land of gl

Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-21 Thread
tumashu writes: > Hello: > > When I update my guix system today, I have found that run xfce4: > xfpm-power-backlight-helper alway let me input password, how to avoid input > password? No answer yet, my understand is that: 1. xfpm-power-backlight-helper need to run with 'pkexec'. 2. 'pkexec

Re: [bug]: xfce4: xfpm-power-backlight-helper alway let me input password.

2022-02-22 Thread
tumashu writes: >>At 2022-02-22 15:04:22, "宋文武" wrote: >> >>>tumashu writes: >>> >>>> Hello: >>>> >>>> When I update my guix system today, I have found that run xfce4: >>>> xfpm-power-backlight-helper a

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

2019-02-23 Thread
Danny Milosavljevic writes: > On Sun, 17 Feb 2019 11:38:16 +0800 > iyzs...@member.fsf.org (宋文武) wrote: > >> Yes, I have the 'rm /run/user/1000/shepherd/socket' workaround in my session >> script too... >> >> According to 'man 2 bind', th

Re: Reverted: gnu: font-awesome: Update to 5.7.2.

2019-03-01 Thread
b 23 10:12:32 2019 + >> >> gnu: font-awesome: Update to 5.7.2. >> >> * gnu/packages/fonts.scm (font-awesome): Update to 5.7.2. >> [home-page]: Use HTTPS. >> >> Signed-off-by: 宋文武 > > If I understand correctly, Font Awes

Re: GNU Guix 1.0.0 released

2019-05-02 Thread
Ludovic Courtès writes: > We are thrilled to announce the release of GNU Guix 1.0.0! > > This 1.0 release is a major milestone for Guix. It represents 7 years > of hard work with more than 40,000 commits by 260 people, 19 releases, > and an equally amazing amount of work on documentation, transl

Re: "Guix Pull" Fails

2019-05-02 Thread
"Raghav Gururajan" writes: > Hello Guix! > > I just did "guix pull" but it failed multiple times. Please find the > following: > > root@secondary ~# guix pull > > downloading from > https://ci.guix.info/nar/gzip/zh3s89l1kri7r5ya0bmhil65lm0my691-module-import... > > module-import 187B 52KiB/s 00

[PATCH] download: Support 'https_proxy'.

2019-05-10 Thread
Hello, this patch add 'https_proxy' to 'guix download' (and guix-daemon if we update guix?): >From 424da6e43ba9c928403e3fd9b42e75d0fe90fc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 10 May 2019 21:27:40 +0800 Subject: [PATCH] download: Support 'https_proxy'

Re: [PATCH] download: Support 'https_proxy'.

2019-05-13 Thread
Ludovic Courtès writes: > Hi! > > iyzs...@member.fsf.org (宋文武) skribis: > >> Hello, this patch add 'https_proxy' to 'guix download' (and guix-daemon >> if we update guix?): > > Neat! Pushed, thank you for the review! > >> From 424da6

shepherd services have unwanted environment variables

2019-09-11 Thread
Hello, when fixing an issue for our libvirtd service, I found that most our shepherd services inherit the default environment variables of the pid 1 'shepherd', which is: --8<---cut here---start->8--- $ cat /proc/1/environ | tr '\0' '\n' HOME=/ TERM=linux BOOT_

Re: [bug#39028] [PATCH 5/7] gnu: python-cryptography: Update to 2.8

2020-01-20 Thread
Hello Braun, I have pushed the previous 4 patches into master, thank you! Lars-Dominik Braun writes: > * gnu/packages/python-crypto.scm (python-cryptography): Update to 2.8 > (python-cryptography-vectors): Update to 2.8 This is not a small change for me, as 'guix refresh -l python-cryptography'

Re: Critical opensmtpd vulnerability

2020-01-30 Thread
Tobias Geerinckx-Rice writes: > Fellow Guix running opensmtpd mail servers, > > As you probably know by now, a serious remote code execution bug was > recently found and fixed in OpenSMTPd[0]. > > TL;DR: You should probably stop your opensmtpd daemon until you've > checked that our regular opensm

Re: Proposal to turn off AOT in clojure-build-system

2024-02-23 Thread
Steve George writes: > Hi, > > Guix's clojure-build-system turns on AOT compilation by default. I would like > to advocate that 'as a distributor' we should *not* ship Clojure code AOT'd, > so we should change the default. > > This has been discussed previously. In #56604 r0man noted that AOT

Re: (Lx)Qt team in Guix

2024-03-08 Thread
qt team, there is an lxqt team, and I was actually part >> only of the latter; but the two overlap in claiming responsibility for >> gnu/packages/qt.scm. Moreover Maxim is part of qt, and 宋文武 and I are >> part of lxqt. > > I think the reason qt.scm is part of the lxqt team

Re: hello from a new commiter

2024-04-21 Thread
Zheng Junjie writes: > hello! > > I have been granted commit access. > > You might know me, Past few years I fix some error on riscv64, fix some > cross-compilation, Add plasma-desktop, etc. I'm using this access to > better improve these. That's great, thank you for the work and looking forwar

Re: ‘core-updates’ rebased: testing needed!

2024-06-17 Thread
Hello, there are 399 build failed which only on core-updates if I count it correctly (1 at the end of each line come from ci status, I think 2 are for dependencies failed), the 4xx are build number, which can be used as "https://ci.guix.gnu.org/build/4602867/details";. 389-ds-base.x86_64-lin

Re: [PATCH] gnu: Add surf.

2016-05-09 Thread
Al McElrath writes: > Attached is a patch to add surf, a simple WebKit browser. The > suckless.org site doesn't support HTTPS. > I change it to use glib-or-gtk-build-system and add glib-networking and gsettings-desktop-schemas to make it running and support https. Also user should install dmenu,

[PATCH] gnu: Add wiredtiger.

2016-05-16 Thread
* gnu/packages/database.scm (wiredtiger): New variable. --- gnu/packages/databases.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a8998d8..2a93de2 100644 --- a/gnu/packages/data

[PATCH] gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.

2016-05-16 Thread
Fixes and . * gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS. --- gnu/packages/maths.scm | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/math

[PATCH] gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS

2016-05-16 Thread
Hi, this is a patch for wxmaxima to hardcode gschemas and icons: >From 67256140dc416c927795db7b01f33a7d3b47a07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 15 May 2016 15:26:46 +0800 Subject: [PATCH] gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DAT

[PATCH] gnu: Add wiredtiger

2016-05-16 Thread
Hi, here is a patch for WiredTiger, a NoSQL data engine: >From 7fda129fb863b6bb4a0d0f752c2c369fd30a50b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 15 May 2016 10:20:05 +0800 Subject: [PATCH] gnu: Add wiredtiger. * gnu/packages/database.scm (wiredtiger): New

Re: [PATCH] gnu: Add wiredtiger.

2016-05-26 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/database.scm (wiredtiger): New variable. > > [...] > >> +(arguments >> + '(#:tests? #f ; XXX: timeout > > Could you elaborate a bit? :-) OK, and it turns out that ski

[PATCH] gnu: gprolog: Don't install files into "$out/gprolog-1.4.4".

2016-05-26 Thread
* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir' to #:configure-flags. --- gnu/packages/gprolog.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm index 1d9b994..87c833e 100644 --- a/gnu/packages

Re: [PATCH] gnu: add vte-ng

2016-06-01 Thread
Mckinley Olsen writes: > Hey Alex, I'm hoping this patch is up to snuff. > I've changed the package definition to depend on the latest tagged > source and provided a synopsis & description specific to vte-ng. > Let me know if you have any other concerns that need to be addressed. > Thanks! > > Fr

Re: Hack font family for GuixSD.

2016-06-02 Thread
Dmitry Nikolaev writes: > Hi. I wrote expression for adding Hack font family to GuixSD. You can > see it my guix package repository: > > https://github.com/8p8c/my-guix/blob/master/packages/font-hack.scm > > Here is patch for fonts.scm: The indention is missing, you can get the patch from git by

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

2016-06-03 Thread
* gnu/services/dict.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): Document it. --- doc/guix.texi | 8 gnu/local.mk | 1 + gnu/services/dict.scm | 126 ++ 3 files changed, 135

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

2016-06-04 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/services/dict.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >> * doc/guix.texi (Various Services): Document it. > > Nice! I’ve been wanting it for some time. :-) > >> +

[PATCH 1/4] gnu: Add librdkafka.

2016-06-07 Thread
* gnu/packages/networking.scm (librdkafka): New variable. --- gnu/packages/networking.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ba8023a..d0062a6 100644 --- a/gnu/packages/networking

[PATCH 2/4] gnu: Add python-tabulate and python2-tabulate.

2016-06-07 Thread
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dfbf2cc..1a83933 100644 --- a/gnu/packages/python.

[PATCH 3/4] gnu: Add python-kazoo and python2-kazoo.

2016-06-07 Thread
* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1a83933..ca97b4e 100644 --- a/gnu/packages/python.scm +++ b/gn

[PATCH 4/4] gnu: Add python-pykafka and python2-pykafka.

2016-06-07 Thread
* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ca97b4e..5a2347e 100644 --- a/gnu/packages/python.scm

Re: [PATCH 1/3] gnu: Add arc-theme.

2016-06-07 Thread
David Thompson writes: > * gnu/packages/gnome.scm (arc-theme): New variable. Cool, thanks! > +(inputs > + `(("gtk+" ,gtk+))) > +(synopsis "A flat GTK theme with transparent elements") Drop the leading 'A'. > +(description "Arc is a flat theme with transparent elements for GTK 3

Re: [PATCH] Hack font.

2016-06-07 Thread
Dmitry Nikolaev writes: > I've added Hack font family to fonts.scm. Patch in the attachment. > Pushed, thanks!

Re: gnome-tweak-tool tweaks

2016-06-10 Thread
if (xmlSaveFormatFileEnc(filename, doc, "utf-8", 1) < 0) > { > g_set_error(error, G_FILE_ERROR, G_FILE_ERROR_FAILED, > "Failed to write XML file; For permission problems, > try rerunning as root"); > retur

Re: [PATCH 1/4] gnu: Add librdkafka.

2016-06-10 Thread
Pushed, thanks for the review!

Re: [PATCH] gnu: fish: Update to 2.3.0.

2016-06-10 Thread
Pushed, thanks!

Re: GNUNet packages

2016-06-12 Thread
ng0 writes: > I believe the thread was broken in my mailbox because I used gmane > for a while. > > Here is one question regarding the package: > On Gentoo we created a user and group dedicated to gnunet > (sample, unfinished post install notes from gentoo below), > gnunet would be started under

Re: [PATCH] Fix gnome-autogen.sh on gnome-common

2016-06-12 Thread
"Jovany Leandro G.C" writes: > hi, > > This patch fix /bin/sh for gnome-autogen.sh > > Hi, this is unnecessary, the '/bin/sh' shebang will be patched by the 'patch-source-shebangs' phase of gnu-build-system.

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

2016-06-14 Thread
* gnu/services/database.scm (): New record type. (%mysql-accounts, mysql-service-type): New variables. (mysql-configuration-file, %mysql-activation, mysql-shepherd-services) (mysql-services): New procedures. * doc/guix.texi (Database Services): Document it. --- doc/guix.texi | 19 +++

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

2016-06-15 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > 宋文武 skribis: > >> * gnu/services/database.scm (): New record type. >> (%mysql-accounts, mysql-service-type): New variables. >> (mysql-configuration-file, %mysql-activation, mysql-shepherd-services) >> (mysql

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

2016-06-15 Thread
* gnu/services/desktop.scm (bluetooth-shepherd-service) (bluetooth-service): New Prodecures. (bluetooth-service-type): New variable. * doc/guix.text (Desktop Services): Document it. --- doc/guix.texi| 7 +++ gnu/services/desktop.scm | 34 ++ 2 files

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

2016-06-16 Thread
Alex Griffin writes: > Thanks for writing this, I've been wanting bluetooth support for a > while! > > I added this to my system services and added my user to the "lp" group, > but I still ran into a few issues. GNOME still didn't recognize my > bluetooth adaptor, so I tried using bluetoothctl fr

[PATCH] gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

2016-06-17 Thread
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase. --- gnu/packages/linux.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e71ecbe..16fd5d0 100644 --- a/gnu/packages/linux.scm +

Re: [PATCH] gnu: bluez: Install 'org.bluez.obex.service' and fix '97-hid2hci.rules'.

2016-06-17 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase. > > [...] > >> + (lambda* (#:key inputs outputs #:allow-other-keys) >> +

[PATCH]: gnu: Add guile-dbi.

2016-06-18 Thread
Here are 'guile-dbi' and 'guile-dbd-sqlite3': >From 8e73c3e1a798b134e341c71c4b1c17d60956e3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 17 Jun 2016 22:44:56 +0800 Subject: [PATCH 1/2] gnu: Add guile-dbi. * gnu/packages/guile.scm (guile-dbi): New variable. -

Re: [PATCH] gnu: perl-uri: Update to 1.71

2016-06-20 Thread
ng0 writes: > From 06edc3084f643481e59b8bb5a7771a1aab9fb1db Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 20 Jun 2016 12:48:11 + > Subject: [PATCH] gnu: perl-uri: Update to 1.71. > > * gnu/packages/web.scm (perl-uri): Update to 1.71. > --- > gnu/packages/web.scm | 5 +++-- > 1 file chan

Re: [PATCH]: gnu: Add guile-dbi.

2016-06-21 Thread
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Maurizio Boriani skribis: > >> I'm the maintainer and first author of guile-dbi > > Good to see you here! :-) > Oh, nice! >> >> Unfortunately, Guile DBI loads its backends using `dlopen', so I >> >> have to set 'LD_LIBRARY_PATH' to '$gu

[PATCH]: guix: python-build-system: Change pypi-uri to use https://pypi.io.

2016-06-23 Thread
Leo Famulari writes: > On Wed, Jun 22, 2016 at 01:35:17PM -0500, Christopher Allan Webber wrote: >> Note that the old URL scheme no longer seemed to work. >> >> I'm not thrilled by the new URL "scheme". It seems like more work to >> update with each version bump. I'm not sure what the solution

[PATCH 01/10] gnu: Add python-chai and python2-chai.

2016-06-23 Thread
* gnu/packages/python.scm (python-chai, python2-chai): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c34ff2..0c9bd22 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 02/10] gnu: Add python-arrow and python2-arrow.

2016-06-23 Thread
* gnu/packages/python.scm (python-arrow, python2-arrow): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c9bd22..6e30377 100644 --- a/gnu/packages/python.scm +++ b/

[PATCH 04/10] gnu: Add python-pylev and python2-pylev.

2016-06-23 Thread
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ced8232..1dc5212 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

[PATCH 07/10] gnu: Add python-dnspython and python2-dnspython.

2016-06-23 Thread
* gnu/packages/python.scm (python-dnspython, python2-dnspython): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dc9879a..ff3cb99 100644 --- a/gnu/packages/python.scm

[PATCH 06/10] gnu: Add python-lazy-object-proxy and python2-lazy-object-proxy.

2016-06-23 Thread
* gnu/packages/python.scm (python-lazy-object-proxy) (python2-lazy-object-proxy): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d1d127b..dc9879a 100644 --- a/gnu/packag

[PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-23 Thread
* gnu/packages/python.scm (python-email-validator) (python2-email-validator): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ff3cb99..68123cc 100644 --- a/gnu/p

[PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-23 Thread
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory): New variables. --- gnu/packages/python.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 50d9ee9..7f3f95d 100644 ---

[PATCH 05/10] gnu: Add python-cleo and python2-cleo.

2016-06-23 Thread
* gnu/packages/python.scm (python-cleo, python2-cleo): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1dc5212..d1d127b 100644 --- a/gnu/packages/python.scm +++ b/gn

[PATCH 03/10] gnu: Add python-inflection and python2-inflection.

2016-06-23 Thread
* gnu/packages/python.scm (python-inflection, python2-inflection): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6e30377..ced8232 100644 --- a/gnu/packages/python.scm

[PATCH 09/10] gnu: Add python-ukpostcodeparser and python2-ukpostcodeparser.

2016-06-23 Thread
* gnu/packages/python.scm (python-ukpostcodeparser) (python2-ukpostcodeparser): New variables. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 68123cc..50d9ee9 100644 --- a/gnu/packages/

Re: [PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-25 Thread
Leo Famulari writes: > On Thu, Jun 23, 2016 at 11:20:04PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-fake-factory, python2-fake-factory): >> New variables. > >> + (arguments >> + '(#:phases >> + (modify-phases %standard-phases >&

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-25 Thread
Leo Famulari writes: > On Thu, Jun 23, 2016 at 11:20:02PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-email-validator) >> (python2-email-validator): New variables. >> --- >> gnu/packages/python.scm | 32 >> 1 file chan

<    1   2   3   4   5   6   7   8   >