On Thu, Oct 9, 2014 at 12:50 PM, Eric Bavier wrote:
> David Thompson writes:
>
>> By default, running 'guix environment' spawns a new $SHELL process,
>> because it is usually what one would want to do. However, the '--exec'
>> flag can be used to specify the command to run.
>
> For this option, t
On Thu, Oct 9, 2014 at 3:33 PM, Ludovic Courtès wrote:
> I had packaged it in Nixpkgs and I ended up using a CVS checkout.
>
> However, you would need to first write (guix cvs-download), based on
> (guix svn-download). :-)
>
Thanks, I will do that. Or, if someone else beats me to it that is
fin
On Thu, Oct 16, 2014 at 3:47 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> Cyril Roelandt writes:
>>
>>> * guix/import/pypi.scm (make-pypi-sexp): test whether the package name
>>> starts
>>> with "python-" before modifying it.
>>> ---
>>> guix/import/pypi.scm | 4 +++-
>>> 1 file
On Wed, Nov 5, 2014 at 9:31 AM, Bruno Félix Rezende Ribeiro
wrote:
>
> GNU dmd is *not* part of Guix. Likewise all the GNU programs packaged
> to work with Guix are *not* part of Guix.
While GNU dmd is not part of the Guix source tree, Guix comes with
many dmd services.
On Thu, Nov 20, 2014 at 8:30 AM, 宋文武 wrote:
> David Thompson writes:
>
>> I did some reading about how Docker creates containers and discovered
>> that it uses systemd-nspawn[0] to do it. Since Guix uses dmd, using
>> systemd-nspawn isn't an option. Does anyone have thoughts on how we
>> might
On Thu, Nov 20, 2014 at 3:49 PM, Ludovic Courtès wrote:
> 宋文武 skribis:
>
>> I think what we need is pflask: https://github.com/ghedo/pflask
>
> Indeed, that seems like a good fit!
The concern I have is something the author brings up in the README:
"Compared to LXC, pflask is easier to use since
On Thu, Dec 11, 2014 at 4:19 PM, Tomáš Čech wrote:
> * gnu/packages/game-development.scm: New file
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
> ---
> gnu-system.am | 1 +
> gnu/packages/game-development.scm | 44
> +++
> 2 files chang
On Mon, Dec 15, 2014 at 12:19 PM, Ludovic Courtès wrote:
> I think this is due to a subtly misleading file format variation.
>
> If you look at ‘export-paths’, it does:
>
> while there are files to write
> write-long-long 1
> export-path file
> write-long-long 0
>
> ‘restore-file-set’
On Mon, Dec 15, 2014 at 4:20 PM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Mon, Dec 15, 2014 at 12:19 PM, Ludovic Courtès wrote:
>>> I think this is due to a subtly misleading file format variation.
>>>
>>> If you look at ‘
On Mon, Jan 5, 2015 at 8:04 AM, Ricardo Wurmus
wrote:
>
> I'm also not sure if creating two outputs "out" and "include" is
> correct. To build OpenJDK with IcedTea I need to have both the library
> output and the include files and after splitting the outputs this worked
> fine.
That doesn't seem
On Sun, Jan 4, 2015 at 10:12 AM, Ludovic Courtès wrote:
> Hi, Guix!
>
> Long story short, I’m tempted to refer to the standalone distro as
> “Guixotic”. The name was proposed by RMS; it’s a play on words that
> makes fun of criticisms that have depicted the GNU project as
> “quixotic”. And it ha
On Thu, Jan 15, 2015 at 4:51 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> Despite that, I tried to compress the nar with bzip2 just for fun, but I
>> ran into another problem:
>>
>> warning: call to primitive-fork while multiple threads are running;
>>further behavior u
On Thu, Jan 15, 2015 at 11:22 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Thu, Jan 15, 2015 at 4:51 AM, Ludovic Courtès wrote:
>>> (web server http) does not use threads so it should be OK. But we’ll
>>> see that afterwards. :-)
>
On Thu, Jan 22, 2015 at 3:49 PM, Ludovic Courtès wrote:
> Omar Radwan skribis:
>
>> The last thing is that I have not found any meta-packages, which allow me
>> to install multiple packages that are needed for the same program, like for
>> instance, there is gcc, make, cmake, and all the bread-an
On Thu, Feb 5, 2015 at 9:33 AM, Ricardo Wurmus
wrote:
>
> Daniel Pimentel writes:
>> In soon the Guix GSD will be in distrowatch too, I request it.
>
> The "Guix Guix System Distribution", eh? ;)
>
> When using the abbreviation "GSD" for "Guix System Distribution" I
> recommend prefixing it with "
On Thu, Feb 12, 2015 at 1:56 PM, Luis Felipe López Acevedo
wrote:
> I just updated the SLiM theme with the new GuixSD logo. The text-input
> box remains in the same position, so no additional changes are needed.
Looks great!
- Dave
On Wed, Feb 25, 2015 at 7:24 AM, Ludovic Courtès wrote:
> Turns out there actually is a video now:
>
> http://video.fosdem.org/2015/devroom-distributions/the_emacs_of_distros.mp4
Wow, not only does the video actually exist, but the quality is very
good! The audio could be louder, but having th
On Wed, Feb 25, 2015 at 8:37 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Wed, Feb 25, 2015 at 7:24 AM, Ludovic Courtès wrote:
>>
>> I think we should embed this video on the home page to increase the
>> likelihood that people will wa
On Wed, Feb 25, 2015 at 8:45 AM, Thompson, David
wrote:
>
> WebM would be preferable, but MP4 works fine with the HTML5 video tag:
>
> src="http://mirror.as35701.net/video.fosdem.org//2015/devroom-distributions/the_emacs_of_distros.mp4";
>controls>
On Wed, Feb 25, 2015 at 9:12 AM, Mark H Weaver wrote:
> "Thompson, David" writes:
>
>> On Wed, Feb 25, 2015 at 8:37 AM, Ludovic Courtès wrote:
>>> "Thompson, David" skribis:
>>>
>>>> On Wed, Feb 25, 2015 at 7:24 AM, Ludovic Court
On Wed, Feb 25, 2015 at 12:04 PM, Thompson, David
wrote:
> I understand the temptation to name it 'modify-phases', but since this
> macro applies to any alist, I think 'modify-alist' or something with
> "alist" in the name would be more appropriate.
Lo
On Wed, Feb 25, 2015 at 1:12 PM, Andreas Enge wrote:
>
> On Wed, Feb 25, 2015 at 05:42:23PM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
>> (delete foo)
>> (replace bar 'x)
>> (add-before baz pre-baz 'y)) ;=> ((bar . x) (pre-baz . y) (baz . 2))
>> This has the following advantages:
>> - The or
On Wed, Feb 25, 2015 at 3:28 PM, Andreas Enge wrote:
> On Wed, Feb 25, 2015 at 01:34:51PM -0500, Luis Felipe López Acevedo wrote:
>> I think that GuixSD should have its own website (at guixsd.gnu.org) and
>> Guix should stay on gnu.org/s/guix.
>
> Honestly, I do not quite understand why we would n
On Thu, Mar 5, 2015 at 1:38 PM, Mark H Weaver wrote:
> I don't think we should be making these kinds of changes in 'snippets'.
>
> When I ask for the source code via "guix build -S ", I expect
> freedom fixes and other bug fixes, and maybe even enhancements needed
> for Guix that would also work
On Mon, Mar 16, 2015 at 12:12 PM, Ricardo Wurmus
wrote:
>
> Ludovic Courtès writes:
>
>> David Thompson skribis:
>>
>>> From 13113846f0f19b57f271dc71b5cbc606d8c2b68a Mon Sep 17 00:00:00 2001
>>> From: David Thompson
>>> Date: Mon, 16 Mar 2015 08:59:59 -0400
>>> Subject: [PATCH] scripts: environm
On Tue, Mar 24, 2015 at 7:40 AM, Daniel Pimentel wrote:
> Hi Guix, I installed NodeJs (node-0.12.0) that contain NPM (npm-2.5.1), so I
> tried install cordova in local profile (npm install cordova), but there's
> error when try execute cordova local binary (node_modules/.bin/cordova):
> bash: ./co
On Wed, Apr 8, 2015 at 3:09 PM, Luis Felipe López Acevedo
wrote:
> Hi,
>
> I just created a GuixSD tee-shirt and hoodie in teespring:
> http://teespring.com/guixsd-for-the-libre-geek .
>
> For those who can afford it, I hope you enjoy it :)
Awesome! I bought a t-shirt. I'm curious how the color
On Sun, Apr 12, 2015 at 4:07 PM, Ludovic Courtès wrote:
>
> I’ve given that a try since it’s actually quite simple to do. The
> procedure in the attached file produces a self-contained tarball. It
> contains the closure of Guix, as well as /var/guix and an initial
> /root/.guix-profile from whic
On Thu, Apr 23, 2015 at 9:17 AM, Andreas Enge wrote:
> On Wed, Apr 22, 2015 at 10:15:27AM -0500, Christopher Allan Webber wrote:
>
>> I named it guile-minikanren which isn't really accurate. I'm not sure
>> how else I could name it though? I'd be open to suggestions!
>
> There is a chapter in th
On Wed, May 27, 2015 at 2:47 PM, Carlos Sosa wrote:
> David Thompson writes:
>
>> Thinking out loud here: Maybe 'guix deploy' can kick off the
>> provisioning for all machines first, and afterwards the OS configs can
>> be altered to include the correct /etc/hosts file.
>
> I like the idea of `
On Wed, May 27, 2015 at 3:41 PM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> Ludovic Courtès writes:
>>
>>> Perhaps one addition eventually would be to allow IPs to be
>>> automatically allocated and have host name lookup DTRT in each VM.
>>
>> Do you have any idea how we could do that
On Thu, May 28, 2015 at 12:56 PM, John Darrington
wrote:
> On Thu, May 28, 2015 at 06:43:23PM +0200, Pjotr Prins wrote:
> We expect to increase
> interest in GNU Guix this way.
>
>
> That is a very poor attempt to justify spamming this list.
It's not
On Fri, May 29, 2015 at 2:24 PM, Alex Kost wrote:
> Ludovic Courtès (2015-05-29 14:52 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Many thanks to David for a great "--manifest" feature and for the idea
>>> of this patch (I read the #guix log :-) ).
>>
>> Ah ah, we only need to mention our wishes
On Fri, May 29, 2015 at 5:07 PM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> From 2cc36edb761976fcd4c2a5f5c076fc2d12512cbd Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Wed, 27 May 2015 21:37:06 -0400
>> Subject: [PATCH 5/6] gnu: Add bundler.
>>
>> * gnu/packages/ruby.scm (
On Sat, May 30, 2015 at 5:02 PM, Pjotr Prins wrote:
> I ran bundler with success using the latest ruby patch :). It requires
> a tweak to the environment so the GEM_PATH points at
>
> $HOME/.guix-profile/lib/ruby/gems/2.2.0/
>
> The script I use to run Ruby is at
>
> https://github.com/pjotrp/
Hey Pjotr,
On Mon, Jun 1, 2015 at 11:18 AM, Pjotr Prins wrote:
>> There's also unanswered questions like: How should we keep track of
>> state? How do we reconfigure already deployed machines? How do we shut
>> down a deployment and unprovision the resources it used? Basically, how
>> many hoo
Hey folks,
I'd like to give a quick update on the state of wip-container branch.
As of this morning, one can run the below commands and have a somewhat
functional GuixSD container:
# Hardcoded /tmp/container as the container root directory until I
# add a command line switch.
mkdir /tmp/con
On Tue, Jun 9, 2015 at 5:28 PM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> I'd like to give a quick update on the state of wip-container branch.
>> As of this morning, one can run the below commands and have a somewhat
>> functional Gui
On Fri, Jun 12, 2015 at 11:12 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> Yeah, our daemon would do the same thing. We could maybe even have a
>> little Guile library that allows one to evaluate arbitrary scheme code
>> from within the con
On Fri, Jun 12, 2015 at 11:08 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Tue, Jun 9, 2015 at 5:28 PM, Ludovic Courtès wrote:
>>
>>> Until there’s a daemon to keep track of containers, “guix system
>>> container” could retu
On Sat, Jun 13, 2015 at 7:43 AM, Pjotr Prins wrote:
> Because I don't trust my memory I tend to write up what I find out
>
> https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org
> https://github.com/pjotrp/guix-notes/blob/master/HACKING.org
>
> Malcolm also started one
>
> https://gi
On Sat, Jun 13, 2015 at 9:06 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Fri, Jun 12, 2015 at 11:12 AM, Ludovic Courtès wrote:
>>> "Thompson, David" skribis:
>>>
>>>> Yeah, our daemon would do the same thing. We
On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins wrote:
>
> Would it be OK to add some RUBY paths?
What additional Ruby search paths are needed? We already have $GEM_PATH.
- Dave
On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins wrote:
> On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote:
>> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins
>> wrote:
>> >
>> > Would it be OK to add some RUBY paths?
>>
>> What additional R
On Mon, Jun 15, 2015 at 4:25 PM, Mark H Weaver wrote:
> David Thompson writes:
>
>> From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Sat, 13 Jun 2015 07:46:02 -0400
>> Subject: [PATCH 1/3] gnu: Add ruby-git.
>>
>> * gnu/packages/ruby.scm (ru
On Tue, Jun 16, 2015 at 11:46 AM, Pjotr Prins wrote:
> Anything wrong with this patch?
>
> On Sun, Jun 14, 2015 at 10:36:40AM +0200, Pjotr Prins wrote:
>> From be945cf4d65ab77eb8bd7a462aa0b7d24877ba74 Mon Sep 17 00:00:00 2001
>> From: pjotrp
>> Date: Sat, 13 Jun 2015 13:22:10 +0200
>> Subject: [P
On Sat, Jun 13, 2015 at 4:19 PM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Sat, Jun 13, 2015 at 9:06 AM, Ludovic Courtès wrote:
>>> "Thompson, David" skribis:
>>>
>>>> On Fri, Jun 12, 2015 at 11:1
On Tue, Jun 16, 2015 at 4:26 PM, Ludovic Courtès wrote:
> While looking at another package manager for ideas to steal, I found
> this one to be a good candidate:
>
> guix edit gcc-4.8
>
> will open $EDITOR (aka. “emacsclient”) on the definition of that
> package. This is pretty handy for develo
On Fri, Jun 19, 2015 at 7:43 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> From 339bc3a744ad07f8513fbbf4b1cfd7955fdf7f1d Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Thu, 18 Jun 2015 20:40:57 -0400
>> Subject: [PATCH 2/2] gnu: Add control group file systems.
>>
>> * gnu/
On Fri, Jun 19, 2015 at 7:42 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> From 6efe8e786674d40e01df48c7df9a952107831ad9 Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Thu, 18 Jun 2015 20:21:41 -0400
>> Subject: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consi
On Fri, Jun 19, 2015 at 8:08 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Sat, Jun 13, 2015 at 4:19 PM, Ludovic Courtès wrote:
>>> "Thompson, David" skribis:
>>>
>>>> On Sat, Jun 13, 2015 at 9:06 AM, Ludovic Cou
On Tue, Jun 16, 2015 at 11:46 AM, Pjotr Prins wrote:
> Anything wrong with this patch?
>
> On Sun, Jun 14, 2015 at 10:36:40AM +0200, Pjotr Prins wrote:
>> From be945cf4d65ab77eb8bd7a462aa0b7d24877ba74 Mon Sep 17 00:00:00 2001
>> From: pjotrp
>> Date: Sat, 13 Jun 2015 13:22:10 +0200
>> Subject: [P
On Mon, Jun 22, 2015 at 3:33 PM, Federico Beffa wrote:
>
> But, my question was NOT: how can I see white spaces. Rather: is there
> a Guix coding style "rule" which states that white spaces there are
> undesired.
>
> I personally prefer to have them, because then, if I use M-up/down, I
> move to t
On Wed, Jun 24, 2015 at 12:35 AM, Ben Woodcroft wrote:
> Actually, I lie, this patch only sort of works. The issue is that it only
> works when a ruby package is also installed, GEM_PATH does not get set as
> part of the ruby-build-system for yaggo. The lib/ files are copied to what I
> gather is
On Wed, Jun 24, 2015 at 1:51 AM, Pjotr Prins wrote:
> On Wed, Jun 24, 2015 at 02:35:03PM +1000, Ben Woodcroft wrote:
>> Actually, I lie, this patch only sort of works. The issue is that it
>> only works when a ruby package is also installed, GEM_PATH does not
>> get set as part of the ruby-build-s
On Thu, Jun 25, 2015 at 7:45 AM, Ludovic Courtès wrote:
> Cyril Roelandt skribis:
>
>> +(define (run-shell shell env-name)
>> + "Run the given SHELL, adding '(ENV-NAME) ' at the start of the prompt."
>> + (cond ((string=? shell "/bin/bash")
>> + (let* ((directory (or (getenv "TMPDIR") "
On Thu, Jun 25, 2015 at 8:02 AM, Ricardo Wurmus
wrote:
>
> Would it be feasible to give "GUIX_ENVIRONMENT" the package name as a
> value instead of just "t"?
Not really, because 'guix environment' accepts any number of packages.
Up until now I have been using the $SHLVL environment variable to g
On Wed, Jun 24, 2015 at 7:41 PM, Ben Woodcroft wrote:
>
>
> On 24/06/15 22:19, Thompson, David wrote:
>>
>> Perhaps ruby should
>> be a propagated input for packages with ruby executables, or scripts
>> could be wrapped in another script that set the correct envi
On Wed, Jun 24, 2015 at 3:23 PM, Pjotr Prins wrote:
> On Wed, Jun 24, 2015 at 08:32:51AM -0400, Thompson, David wrote:
>> I don't know about $GEM_SPEC_CACHE, but $GEM_HOME cannot be a native
>> search path that is part of our ruby packages, because native search
>> p
On Wed, Jul 1, 2015 at 9:27 AM, Ludovic Courtès wrote:
> Hello!
>
> I think we should release 0.8.3 for mid to end July.
That sounds good. I guess now is a good time to mention that I will
be AFK from July 10th to the 17th.
> The relevant things to be done include:
>
> • Merging wip-diet and
On Wed, Jul 1, 2015 at 9:10 AM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> On Thu, Jun 25, 2015 at 7:45 AM, Ludovic Courtès wrote:
>>> Cyril Roelandt skribis:
>>>
>>>> +(define (run-shell shell env-name)
>>>> +
For the patch title, change to: "scripts: environment: Return the exit
status of the command."
On Wed, Jul 1, 2015 at 5:03 PM, Cyril Roelandt wrote:
> * gnu/scripts/environment.scm (guix-environment): return the return value of
> (system command).
Rather:
* guix/scripts/environment.scm (g
Hey Pjotr,
On Sat, Jul 4, 2015 at 9:08 AM, Pjotr Prins wrote:
> Attached a Ruby module in preparation of Nokogiri support.
I've applied this patch with a number of changes:
* Removed the use of 'snippet'. That is for making changes that
aren't specific to building for Guix, like removing a pie
On Sat, Jul 4, 2015 at 10:28 AM, Pjotr Prins wrote:
> On Sat, Jul 04, 2015 at 09:55:57AM -0400, Thompson, David wrote:
>> * Removed the rspec native input. It can be added back in when we can
>> actually run the test suite.
>
> Without rspec it won't build. Alternative
On Wed, Aug 31, 2016 at 9:45 AM, wrote:
> On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md
>
> there is a dead link to
> http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_180724.png
Sorry about that, my MediaGoblin server is down at the moment.
Do
On Wed, Aug 31, 2016 at 9:56 AM, ng0 wrote:
> Ricardo Wurmus writes:
>
>> knx...@onionmail.info writes:
>>
>>> On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md
>>>
>>> there is a dead link to
>>> http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_1807
On Thu, Sep 1, 2016 at 7:33 AM, Hartmut Goebel
wrote:
> Hello,
>
> I just want to share an idea I had:
>
> Recently I was involved in packaging a app for f-droid. The f-droid build
> system consists of 1) a virtual machine which get cleaned up after each
> build. and 2) meta-data descriptions of e
On Fri, Sep 2, 2016 at 9:35 AM, Ricardo Wurmus
wrote:
> * gnu/packages/bioinformatics.scm (infernal): New variable.
> ---
> gnu/packages/bioinformatics.scm | 27 +++
> 1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinfor
On Fri, Sep 2, 2016 at 10:24 AM, Jan Nieuwenhuizen wrote:
> Also, I found that you prefer going through the repository/github
> instead of using the dist tarball. Why is that?
The tarballs distributed by NPM are considered binaries, not source.
- Dave
On Sun, Sep 4, 2016 at 10:11 AM, Jan Nieuwenhuizen wrote:
>* add --binary option to importer, sets (arguments (#:binary? #t))
This violates a core principle of Guix: reproducible builds. I don't
support patches that encourage using pre-built binaries.
> As a first attempt, I tried to recur
On Thu, Sep 8, 2016 at 10:05 PM, Tobias Geerinckx-Rice wrote:
> * gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
> ---
>
> Hullo again!
>
> I suspect not many people run nginx (or dovecot, but that's a different
> matter) on Guix. The nginx activation script will now correctly
On Thu, Sep 8, 2016 at 10:21 PM, Tobias Geerinckx-Rice wrote:
> Dave,
>
> On 09/09/16 04:09, Thompson, David wrote:
>> Maybe this could be done at build-time instead?
>
> The nginx service points to a stateful configuration file, like
> /etc/nginx.conf, that isn't
On Sun, Sep 11, 2016 at 11:01 PM, Alex ter Weele
wrote:
> Adding an xsession to guile-wm so that display managers will identify it
> as an available wm.
I think it would be best if this were submitted as a patch to guile-wm
upstream instead, and we can include the patch in the "patches" field
unt
On Sun, Sep 11, 2016 at 11:08 AM, Leo Famulari wrote:
> On Sun, Sep 11, 2016 at 11:00:37AM +0100, Christopher Baines wrote:
>> * gnu/packages/mpd.scm (sonata): New variable.
>
> Thanks! Pushed as 6c86cef5d36d613be0a62f8f18e276232abf51f0.
>
> This will make it easier for my houseguests to control t
On Mon, Sep 12, 2016 at 11:56 AM, Alex ter Weele
wrote:
> Manually making a .desktop is what xmonad and fluxbox do:
> http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/wm.scm#n244
> http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/wm.scm#n359
> Hence this approach. I could als
On Mon, Sep 12, 2016 at 9:23 PM, Alex ter Weele
wrote:
> I don't believe there is a standard, but different packages do it
> different ways. Under my patch, guile-wm will regenerate its .desktop as
> part of the build process, so its Exec= should be kept up-to-date.
We should always refer to the
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/image.scm (stb-image-for-extempore): New variable.
LGTM.
- Dave
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/graphics.scm (assimp): New variable.
Awesome! Now someone can package guile-assimp. :)
LGTM.
- Dave
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/llvm.scm (llvm-for-extempore): New variable.
> ---
> gnu/packages/llvm.scm | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index a9eba79..b55a200 100644
> --- a
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/gl.scm (nanovg-for-extempore): New variable.
LGTM.
- Dave
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/music.scm (portmidi-for-extempore): New variable.
> ---
> gnu/packages/music.scm | 17 +
> 1 file changed, 17 insertions(+)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index f294564..c62
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable.
LGTM.
- Dave
On Wed, Sep 28, 2016 at 5:20 PM, Ludovic Courtès wrote:
> Hi Chris,
>
> Chris Marusich skribis:
>
>> John Darrington writes:
>
> [...]
>
>>> I don't think so. Running ./bootstrap is not part of the normal process
>>> for *building*
>>> guix - only for bootstrapping. But you are right - it is
I just pushed an update to our Redis package (commit
5f4194f68728531f09596bb359c58addf86efc5e) to address a security
vulnerability which has been out for 16 days:
https://github.com/antirez/redis/commit/6d9f8e2462fc2c426d48c941edeb78e5df7d2977
The set of people using Redis provided by Guix o
On Thu, Oct 20, 2016 at 12:52 PM, ng0 wrote:
> Hi,
>
> We already have lua-mode, what is the difference with this one?
>
> http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757
The difference is that I didn't notice that package and duplicated
work, which i
With this patch, I'm finally able to run programs that require OpenGL
3.0 when using a Nouveau powered GPU. Floating point textures are
disabled by default in Mesa due to patent concerns. I assume that
it's okay to include this in Guix because it's similar to how we
include lame despite MP3 being
Hi,
Sorry, I haven't been paying attention to mailing lists lately.
I agree with CC-BY-SA 4.0 and GFDL 1.3+ dual-licensing for my contributions
to the Guix blog.
- Dave
On Mon, Jul 4, 2022 at 9:56 AM Ludovic Courtès wrote:
> Hello Danny, David, and Laura!
>
> I hope this message finds you wel
Hi Simon,
On Fri, Aug 26, 2022 at 4:16 AM Simon Josefsson via Development of GNU
Guix and the GNU System distribution. wrote:
>
> I would like to deploy Guix VM's and in many VM hosting environments,
> having cloud-init on the Guix VM image would be useful for configuration
> of network interface
On Mon, Sep 5, 2022 at 9:01 AM Mathieu Othacehe wrote:
>
>
> Hello David,
>
> I noticed that the gitolite test is now failing. Any chance it is
> related to the recent work on the package?
>
> https://ci.guix.gnu.org/build/1333185/details
Hmm, it built successfully for me and worked when I deploy
On Mon, Sep 5, 2022 at 1:22 PM Tobias Geerinckx-Rice wrote:
>
> Thompson, David 写道:
> > Will this build be retried at some point?
>
> Yes: now ;-)
>
> (There are no automatic retries.)
>
> Fresh new errors at
> <https://ci.guix.gnu.org/build/1333185/
Okay so I was a little confused because gitolite has no test suite.
Turns out this failure is for the system test of the gitolite service
that I didn't know existed. I figured out how to run that and
reproduced the failure. Despite git-minimal being sufficient for
everything I use gitolite for on
Hello all,
I recently wrote a little blog post titled "Guix for development" [0]
and in it I mentioned using a tool called direnv and emacs-direnv as a
way to integrate 'guix shell' with Emacs. This integration has vastly
improved my Emacs experience. I can open a shell buffer and the
environment
On Mon, Sep 26, 2022 at 10:44 PM Maxim Cournoyer
wrote:
>
> Hi,
>
> Olivier Dion via "Development of GNU Guix and the GNU System
> distribution." writes:
>
> [...]
>
> > I have the following in my .dir-locals.el for my library libpatch. The
> > idea is the same, but without direnv:
> >
> > ((nil
Hi Philip,
On Sat, Oct 1, 2022 at 4:22 AM Philip Kaludercic wrote:
>
> "Thompson, David" writes:
>
> > Hello all,
> >
> > I recently wrote a little blog post titled "Guix for development" [0]
> > and in it I mentioned using a tool called di
Hi Max,
On Wed, Oct 12, 2022 at 4:24 AM Max Brieiev wrote:
>
> Hi,
>
> Recently, Guix started building Emacs with native compilation.
>
> I did 'guix pull' few days ago (I hadn't done it for a few months), and
> it broke my Emacs.
>
> The 'guix package -u emacs-next' finished building Emacs succe
Hey Philip,
Just a little update for this old thread. Around the time of your
email the Emacs package was modified to enable native compilation.
Unfortunately, it made Emacs unusable on my computer which stopped my
Emacs experimentation for a bit. I'm past that now, thankfully.
On Sat, Oct 1, 2
Hi Ricardo,
On Wed, Dec 14, 2022 at 5:44 AM Ricardo Wurmus wrote:
>
> What do you think of prefixing every line with the name of the service
> that is responsible for it? This way we could probably also
> prettify/post-process the output somewhat.
I think that's a great idea!
- Dave
Hi Ludo,
On Tue, Feb 21, 2023 at 5:07 PM Ludovic Courtès wrote:
>
> Hello Guix!
>
> I recently pushed an updated and rebased variant of
> ‘wip-service-monitor’ in the Shepherd, previously discussed here:
>
> https://lists.gnu.org/archive/html/guix-devel/2022-06/msg00350.html
>
> I’m going to me
Hey, nice job Ricardo! This looks awesome!
On Wed, Sep 13, 2023 at 11:29 AM Katherine Cox-Buday
wrote:
>
> On 9/13/23 3:06 AM, Ricardo Wurmus wrote:
> > Hi there,
> >
> > you know the Shepherd: it is an elegant service manager looking after a
> > herd of daemons. Since it can be extended with Gu
Hey Ludo,
On Wed, Sep 13, 2023 at 5:08 PM Ludovic Courtès wrote:
>
> With this actor split, one could implement another “builder” backend,
> for instance one that talks to a Build Coordinator process. It’s also
> obviously close to the programming model encouraged by Goblins, which
> should make
1 - 100 of 549 matches
Mail list logo