IRC channel logs

2014-01-05.log

back to list of logs

<rgc`>hi, I've read a bit about guix, and the idea seems great. I see NixOS using Nix as the package manager. Is there any linux distro using Guix? otherwise, is there a list of guix-friendly distros?
<rgc`>(I don't know even if asking this makes sense)
<mark_weaver>Guix aims to become its own standalone distro.
<mark_weaver>maybe at some point we should have a different name for the distro vs the package manager.
<mark_weaver>but for now, Guix should work within any GNU/Linux distro.
<handheldCar>I hope y'all do name the distro differently; "geeks" almost hurts my feelings.
<viric>handheldCar: guix reads 'geesh' in catalan. :)
<viric>and means chalk. :)
<handheldCar>Are the nix paths here to stay?
<mark_wea_>/nix/store will become /gnu/store
<handheldCar>interesting
<civodul>Hello Guix!
<handheldCar>hey
<handheldCar>So if you have to patch a source file so that it uses /nix/store/.../bin/sh instead of /bin/sh, how do you do that: with a $var for the ...?
*handheldCar bbiab
<civodul>handheldCar: yes, 'gnu-build-system' does that by default: it patches all shebangs
<civodul>see http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00041.html for background
<civodul>it's been one year without /bin/sh :-)
***chaoflow_ is now known as chaoflow
<handheldCar>Do you do anything when "source file ... newer than compiled"?
<mark_weaver>don't worry about it, but running 'make' should fix it, assuming that the source file is in the makefile.
<mark_weaver>gnu-system.am, that is.