guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ printing: 274 ]

Total 274 documents matching your query.

101. Re: 18/36: services: hurd: Add dummy loopback. (score: 2)
Author: HIDDEN
Date: Tue, 05 May 2020 14:46:34 +0200
Hi, Yes, it fixes the struct sizes in the cross-compiled .go file. Thanks! I have added it as the attached patch to "wip-hurd-vm" for now. I did ./pre-inst-env guild compile --target=i586-pc-gnu -o s
/archive/html/guix-devel/2020-05/msg00087.html (11,748 bytes)

102. guix system vm-image --target=i586-pc-gnu Hurd'le (score: 2)
Author: HIDDEN
Date: Mon, 04 May 2020 15:02:49 +0200
Hi! We have made some great progress on "guix system vm-image" for the Hurd. The "wip-hurd-vm" branch has been reset, and there now is only this one cross-build puzzle that we need to solve (until we
/archive/html/guix-devel/2020-05/msg00059.html (9,658 bytes)

103. Re: nicer “guix describe” commit display (score: 2)
Author: HIDDEN
Date: Sun, 08 Mar 2020 23:27:21 +0100
Hi! Ricardo Wurmus <address@hidden> skribis: I think it’s fine to use this feature. However, I’d use it only for the 'human format, and perhaps also in addition to the actual commit ID, which is
/archive/html/guix-devel/2020-03/msg00134.html (5,882 bytes)

104. nicer “guix describe” commit display (score: 2)
Author: HIDDEN
Date: Sun, 08 Mar 2020 18:18:03 +0100
Hi Guix, in the past we discussed printing more readable commits with “guix describe”. This patch would do that: --8<--cut here--start-->8-- diff --git a/guix/scripts/describe.scm b/guix/scripts/
/archive/html/guix-devel/2020-03/msg00122.html (4,925 bytes)

105. Re: New signing key (score: 2)
Author: HIDDEN
Date: Thu, 05 Mar 2020 21:16:26 +0100
Roel, Roel Janssen 写道: I am trying to find the revocation key (printed) to revoke the old key as reassurance that I am still me, and no malice is going on. As I moved twice since printing and s
/archive/html/guix-devel/2020-03/msg00071.html (5,143 bytes)

106. Re: New signing key (score: 2)
Author: HIDDEN
Date: Thu, 05 Mar 2020 21:06:52 +0100
Hello Ludo’ and Guix, I lost the password of the old key. I updated my OpenPGP key on Savannah to the new one (F556FD94FB8F8B8779E36832CBD0CD5138C19AFC). I am trying to find the revocation key (pri
/archive/html/guix-devel/2020-03/msg00070.html (5,557 bytes)

107. java-openjfx packages (score: 2)
Author: HIDDEN
Date: Sat, 22 Feb 2020 21:44:00 +0100
Hi Guix, I have prepared a few patches for openjfx (#39742) which are dependencies for davmail (packaged and is coming soon). Davmail provides oauth2 via jfx, so I was using it for testing purposes.
/archive/html/guix-devel/2020-02/msg00338.html (6,522 bytes)

108. Re: Package file indexing (score: 2)
Author: HIDDEN
Date: Thu, 9 Jan 2020 18:04:39 +0100
I do not find "/foo.h" clear. I prefer "file:foo.h". What I naturally do is: - guix search bin/hg - guix search file:hg It appears to me awkward to type "guix search /hg". But I can live with. :-) So
/archive/html/guix-devel/2020-01/msg00171.html (7,659 bytes)

109. Re: Package file indexing (score: 2)
Author: HIDDEN
Date: Thu, 09 Jan 2020 16:41:35 +0100
To be clear, you don't need to know the path. It's enough to know the basename, e.g. `guix search /foo.h`. No, I'm saying that if we follow the current approach for printing our package properties, w
/archive/html/guix-devel/2020-01/msg00167.html (7,227 bytes)

110. Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter (score: 2)
Author: HIDDEN
Date: Mon, 14 Oct 2019 15:25:35 +0200
Howdy, Konrad Hinsen <address@hidden> skribis: Yeah. Awesome, let us know how it goes! Ludo’.
/archive/html/guix-devel/2019-10/msg00324.html (7,179 bytes)

111. Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter (score: 2)
Author: HIDDEN
Date: Mon, 14 Oct 2019 13:45:57 +0200
Hi Ludo, And that's exactly the difference between a REPL and a reproducible document. Unfortunately, Jupyter tries to be both and thus never explains the differences clearly. Just what I need... Cer
/archive/html/guix-devel/2019-10/msg00323.html (6,949 bytes)

112. Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter (score: 2)
Author: HIDDEN
Date: Mon, 14 Oct 2019 09:21:21 +0200
Hi Konrad, Konrad Hinsen <address@hidden> skribis: Yeah. (Though printing addresses in a REPL isn’t “bad practice” IMO, it’s just that it doesn’t mesh well with the intended use of notebook
/archive/html/guix-devel/2019-10/msg00317.html (9,160 bytes)

113. Re: i686-linux GCC package on x86_64 (score: 2)
Author: HIDDEN
Date: Thu, 10 Oct 2019 17:00:53 +0200
Hi, Pierre Neidhardt <address@hidden> skribis: Oh, there may be confusion as to which GCC you’re targeting. That is, the #:system argument is presumably passed to the “leaf” GCC, but not to the
/archive/html/guix-devel/2019-10/msg00183.html (6,076 bytes)

114. Re: 01/02: services: cups: Rename ‘retry-this-job’ to ‘retry-current-job’. (score: 2)
Author: HIDDEN
Date: Sat, 31 Aug 2019 21:10:17 +0200
Hi there! address@hidden skribis: [...] I’m not sure how ‘define-enumerated-field-type’ works, but can we add a ‘define-deprecated’ for ‘retry-this-job’ or similar? Thanks, Ludo’.
/archive/html/guix-devel/2019-08/msg00226.html (4,911 bytes)

115. Re: Crosscompiling C++ for powerpc64le fails (score: 2)
Author: HIDDEN
Date: Tue, 28 May 2019 20:31:51 +0200
Hi Tobias, We have a special Guix-specific patch for gcc which makes it heed these environment variables: * CROSS_C_INCLUDE_PATH * CROSS_CPLUS_INCLUDE_PATH * CROSS_LIBRARY_PATH Try printing and/or se
/archive/html/guix-devel/2019-05/msg00462.html (5,365 bytes)

116. Translation of the Guix manual & node names (score: 2)
Author: HIDDEN
Date: Tue, 23 Apr 2019 15:33:32 +0200
Hello Miguel & Meiyo, Thanks a lot for your translations of the Guix manual! I found an issue with the translations that prevents us from including them: https://translationproject.org/latest/guix-ma
/archive/html/guix-devel/2019-04/msg00414.html (8,118 bytes)

117. [PATCH v2] gnu: Add ungoogled-chromium. (score: 2)
Author: HIDDEN
Date: Tue, 12 Feb 2019 16:58:15 +0100
Changes in this version: * New upstream release. * No longer using a fork of Ungoogled-Chromium. * The special HarfBuzz and libvpx variants have been removed due to obsolesence. Enjoy (or despair)! C
/archive/html/guix-devel/2019-02/msg00201.html (46,070 bytes)

118. Tracking and inspecting how Guix changes over time (score: 2)
Author: HIDDEN
Date: Fri, 08 Feb 2019 13:20:39 +0000
In summary, I've started playing around with a new service, I'm currently calling it the "Guix Data Service". The code is here [1], it's based off of Ricardo's excellent Mumi, and at the moment only
/archive/html/guix-devel/2019-02/msg00089.html (12,699 bytes)

119. Re: [bug#28004] [PATCH] gnu: Add ungoogled-chromium. (score: 2)
Author: HIDDEN
Date: Tue, 05 Feb 2019 06:22:44 +0100
Marius Bakke <address@hidden> skrev: (2 februari 2019 20:20:23 CET) Thanks to Marks beautiful "computed-origin-method", Ungoogled-Chromium is finally ready for inclusion in Guix. Features: * Chromium
/archive/html/guix-devel/2019-02/msg00042.html (44,110 bytes)

120. Re: [PATCH] gnu: Add ungoogled-chromium. (score: 2)
Author: HIDDEN
Date: Sun, 03 Feb 2019 13:16:07 -0500
Ahh man. I was really hoping this was an April fools joke. Last year someone had packaged systemd, and this person recommended that we do away with the Shepherd. May I request that we do an April foo
/archive/html/guix-devel/2019-02/msg00011.html (56,583 bytes)


This search system is powered by Namazu