Re: How to wrap-program with a search paths?

2025-02-12 Thread Hartmut Goebel
Am 12.02.25 um 00:14 schrieb Tomas Volf: `("GUILE_LOAD_PATH" = (,load-path)) Wouldn't "$GUILE_LOAD_PATH/share/guile/site/3.0" work? -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com | |www.crazy-

Re: setuptools in dependencies of rewritten Python package

2024-12-20 Thread Hartmut Goebel
e/issues/300 So I'm afraid you need to add setuptools as a netive-input to your build. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com | |www.crazy-compilers.com | compilers which you thought are impossible |

Re: guix shell

2024-12-11 Thread Hartmut Goebel
not set up a container neither does it provide any kind of storage. (Side-note: "guix shell -C" starts an container. Anyhow this container does not provide provide any storage beside granting access to your normal disk.) -- Regards Hartmut Goebel | Hartmut Goebel

Re: Another service definition question: Files containing secrets?

2024-07-29 Thread Hartmut Goebel
). The password file would not be part of the Guix system definition. Anyhow I'm not aware of any example, sorry. Please let me know if you implement something like this as I'd like to eventally finish the nullmailer service :-) -- Regards Hartmut Goebel | Hartmut Goebel

Re: Difference between guix/build and guix/build-system

2024-05-14 Thread Hartmut Goebel
rectory is which one.) If I want to write a new build system, what code should I put in "guix/build", and what in "guix/build-system"? Best is to base on an existing build system close to the one you want so create and do like this does. -- Regards Hartmut Goeb

Re: Use of python pip packages and python virtual environments in guix

2023-09-21 Thread Hartmut Goebel
l -U pip else    path_add PATH $(ls -d $(direnv_layout_dir)/python-*/bin) fi # more setup if [ $__has_pyenv != yes ] ; then    # do this after cloning debops    echo "${__GREEN}${__BOLD}Installing packages${__NONE}"    python -m pip install -r requirements.txt fi -- Regards Hartmut G

Re: Putting a file into system image ~user/ but not on reconfigure

2023-08-24 Thread Hartmut Goebel
"vagran isecure key" in /etc/ssh/auhorizedkeys.d/ is of not much use: after reboot the file is restored. So looks like I need to further investigate this topic in more depth. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com|

Re: Putting a file into system image ~user/ but not on reconfigure

2023-08-17 Thread Hartmut Goebel
guish between "first" and "at least once"- Or did I misse something? Is there some means of ordering service execution/start? -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com| |www.crazy-compilers.com | compilers which you thought are impossible |

Re: Putting a file into system image ~user/ but not on reconfigure

2023-08-10 Thread Hartmut Goebel
the system - which is not what one wants. Anyhow, thanks for sharing thoughts, -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Putting a file into system image ~user/ but not on reconfigure

2023-08-09 Thread Hartmut Goebel
tools not yet in guix) is to use one of the guestfstools ([1]https://libguestfs.org/) to copy the file into the image. Anyhow this would require copying the box out of the store to get a writable file. -- Regards Hartmut Goebel | Hartmut Goebel | [2]h.goe...@crazy-compilers.

Re: Packaging a rust program with a lot of crates

2023-07-23 Thread Hartmut Goebel
mind that the variable name for the 1.x package will stay "some-crate-1". This follows the idea of semantic versioning, which rust follows. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers w

Re: Store path in package definition

2022-08-27 Thread Hartmut Goebel
ch it to the file? I would assume I have to do something with gexps but couldn't figure it out by reading the documentation. Please have a look at - phase set-python-file-name of python-ipykernel or - phase call-wrapper-not-wrapped-snakemake of snakemake HTH -- Regards Hartmut Goebel

Re: Two copies of same library in store after cleaning generations and gc

2022-08-18 Thread Hartmut Goebel
installed mesa into your profile — or some other package installed in your profile has mesa as „propagated input“. Try „guix package -l“ to see whether it is installed in your profile. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com| |www.crazy

Re: Erlang Development with Guix

2022-06-30 Thread Hartmut Goebel
ystem might still need improvement. Any help on this is welcome. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: wordpress

2022-06-20 Thread Hartmut Goebel
https://guix.gnu.org/manual/en/html_node/Web-Services.html for examples. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: with every guix pull icedove updating I have to set up icedove again

2022-04-02 Thread Hartmut Goebel
they can safely be removed. And yes, you can also delete the files of this profile. BTW: Please don't send messages to help-guix-*request*@gnu.org - this is just the subscription automat. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-com

Re: Run .deb or .rpm packages

2021-12-10 Thread Hartmut Goebel
" to the config flags (not sure whether this would build, then, since most probably "make install" will try to create "/var/lib/dpkg" which will fail in the build container. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com| |www.crazy-compilers.com | compilers which you thought are impossible |

Re: [package-building] configure: error: can not run /tmp/guix-build-.*

2021-12-06 Thread Hartmut Goebel
a look there. Without knowing the cause, any solution would be fishing in murky waters. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Logging and guix-home

2021-11-14 Thread Hartmut Goebel
d the output to a file. Does setting #:log:file to /dev/stdout work for you? ((Just an idea, I've not tested it) -- +++hartmut | Hartmut Goebel| | | hart...@goebel-consult.de | www.goebel-consult.de |

Re: bluez builds successfully but check fails on test-crypto.c

2021-11-13 Thread Hartmut Goebel
Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Crates versions and their replacement

2021-10-05 Thread Hartmut Goebel
Am 03.10.21 um 09:02 schrieb phodina: Now comes the question. How often should it be use and what are the pros and cons? I suggest to use this only if required, since versions are defined to strict. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: Issue about building python on a foreign distro

2021-09-16 Thread Hartmut Goebel
ols python-setuptools-scm python-wheel python-babel \ python-pytest@5.3.5 python-pytest-cov python-pytest-mp \ python-requests-mock python-filelock python-pexpect layout_python3 --system-site-packages pip install -e . path_add PYTHONPATH $PWD ...8<--- -- Regards Hartmut Goebel |

Re: error: "cannot download for method git-fetch"

2021-03-01 Thread Hartmut Goebel
gards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

error: "cannot download for method git-fetch"

2021-02-21 Thread Hartmut Goebel
ib" "sqlite" "libgcrypt" "pkg-config" "guile"    "util-linux" "glibc-utf8-locales"    ;; propagated-inputs    "gnutls" "guile-gcrypt" "guile-git" "guile-json" "guile-lzlib"    "guile-semver"

Re: How to use pip3 libs abcent in guix repo?

2021-02-18 Thread Hartmut Goebel
others abcent. Please be more specific. This video is 1:23 long. Do you really expect us to watch this just to learn what you mean? In guix there is not "pip3" package, since pip is part of Python. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-com

Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-25 Thread Hartmut Goebel
Am 06.12.20 um 19:46 schrieb Hartmut Goebel: > What is the correct way for doing so? What needs to be installed in the > profile to make this work smoothly? I made it work by adding the follwing code to ~/.bash_profile. This also handles other env-vars and also the case one is running a

Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-24 Thread Hartmut Goebel
gtk+ propagates atk, which propagates glib, which defines search-path XDG_DATA_DIR - which is why XDG_DATA_DIR is also defined in the etc/profile.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Integrate Guix GUI programs into foreign distro's desktop?

2020-12-06 Thread Hartmut Goebel
eeking. I want to add GUI programm, which are isntalled in a profile, while your example only adds guix itself - not any profile. And what about not GUIC_LOC_PATH,  XDG_*_DIRS,  and all the other env-vars. How to avoid conflicts with QTDIRS5, QT_PLUGIN_PATH? -- Regards Hartmut Goe

Integrate Guix GUI programs into foreign distro's desktop?

2020-12-06 Thread Hartmut Goebel
Hi, I'd like to use a Guix profile containing some GUI programs (esp. ungoogle-chromium) as part of my foreign distro's desktop environment. What is the correct way for doing so? What needs to be installed in the profile to make this work smoothly? -- Regards Hartmut Goebel | Hart

Re: Zoom

2020-11-14 Thread Hartmut Goebel
Am 13.11.20 um 19:15 schrieb Roy Lemmon: > Can anyone give me hints on getting Zoom installed with sound ? Don't do it, it's spyware. And you don't even need it: When accessing Zoom via the Webbowser, there should also be a tiny, tiny Link "Use Zoom in Browser."

Re: Packaging a python package that is using setuptools_rust

2020-10-24 Thread Hartmut Goebel
this: Add a phase before the build-phase, containing just "(pk (getenv PATH))". > Do you have any idea? I should add the rust dependencies to `native-inputs` > or `inputs` of `etebase-py`? It must be a native-input, since cargo and rustc are expected to run on the build system. -

Re: how to define inputs for python packages

2020-09-28 Thread Hartmut Goebel
artmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: “Managing Servers with GNU Guix: A Tutorial”

2019-11-05 Thread Hartmut Goebel
n the first example it reads "|(define os …" whereas in the text below "%system" is referenced. (Also ||"/home/alyssa/.ssh/server_key" is a bit misleading. I suggest "…/key-for-server")| || -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...

Re: “Guix Profiles in Practice”

2019-11-01 Thread Hartmut Goebel
ke ~/-guix-extra-path. There is the XDG directory standard and I suggest to stick with it. Thus IMHO this should be $XDG_DATA_HOME/guix/profiles or $XDG_CONFIG_HOME/… - but I stell prefer having this within the project's worktree. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: “Guix Profiles in Practice”

2019-10-30 Thread Hartmut Goebel
the project source. > Also I believe the Guix should store the channel specifications into the > profile when installed from a manifest. It would make everything simpler. ACK -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-

Re: “Guix Profiles in Practice”

2019-10-27 Thread Hartmut Goebel
oes all the > necessary to install it in ~/.guix-extra-profiles. It dumps the channel > specification in ~/.guix-extra-channels/my-project. IMHO this is a too emacs-centric approach. We should also have in mind those not using guix-mode and not even using emacs. -- Regards Hartmut Goebel

Re: “Guix Profiles in Practice”

2019-10-27 Thread Hartmut Goebel
ge", whihc oulls in all build dependencies of "some-package". Any hints? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: “Guix Profiles in Practice”

2019-10-27 Thread Hartmut Goebel
x-develop-profile.scm (altough not sure whether the filenname should have the leading removed or not) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Tons of packages get rebuild

2019-10-24 Thread Hartmut Goebel
nutes. Adding the "#8D156F29" key gave the same values. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | signature.asc Description: OpenPGP digital signature

Re: Tons of packages get rebuild

2019-10-22 Thread Hartmut Goebel
ld expect all these packages to be build at ci.guix.gnu.org and be fetched from there. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Tons of packages get rebuild

2019-10-21 Thread Hartmut Goebel
(GNU Guix) 1.0.1.3831-dec845   -- which is my branch based on c37c8ef Building packages with e.g. $ ./pre-inst-env guix build -K attica What's wrong here? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | comp

Re: editing /etc/sudoers

2019-06-17 Thread Hartmut Goebel
ditor visudo See the man-page for details -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Real-world example for channels?

2019-01-26 Thread Hartmut Goebel
age. Side-note: IMHO 3.7.1 should not be the first section, since this is not the case most user will want to use. Thanks in advance for answering -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: removal of induces installation of other package

2018-11-04 Thread Hartmut Goebel
Am 04.11.2018 um 23:34 schrieb Leo Famulari: > On Sun, Nov 04, 2018 at 11:20:22PM +0100, Hartmut Goebel wrote: >> I experienced an even more irritating behavior: >> >> On a system which I hadn't touched for long, I switched a profile - from >> an old one it'

Re: removal of induces installation of other package

2018-11-04 Thread Hartmut Goebel
ven in this case guix started to download substitutes and build software. I find this behavior extremely irritating. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Installation: Load non-free wifi firmware (iwlwifi)

2018-04-13 Thread Hartmut Goebel
g, but even the first step is a change towards your aim. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Installation: Load non-free wifi firmware (iwlwifi)

2018-03-25 Thread Hartmut Goebel
nvironmental pollution and sweating in poor countries. The only thing we achieve is distracting users from free software since it "doe not work". [1] Given that you basically "trust" the non-free software. Bu if you don't, you'll not going to use it anyway. -- Regards Ha

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Hartmut Goebel
Am 03.03.2018 um 11:45 schrieb Hartmut Goebel: > +1 @Ludo: Please use this genter-neutral translation. Thanks. @Ludo Correction: I've just seen Andreas' translation from 2018-03-03 11:00, which is okay, too. That one works around the gender-issue be translating more freely and should

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Hartmut Goebel
deren > GuixSD- und Guix-Nutzer:innen zu bekommen. Sie können Nachrichten auch auf > deutsch > schicken.") +1 @Ludo: Please use this genter-neutral translation. Thanks. (One could argue whether the gender-gap should be a star, underscore, colon or a full-stop. I'm used to a fu

Re: Avoiding the need to set user passwords for 'guix system vm-image'

2018-02-01 Thread Hartmut Goebel
savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/berlin-new.scm> and <http://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/modules/sysadmin/people.scm>. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compil

Seeking best-practice for managing guix-defined VMs

2018-01-14 Thread Hartmut Goebel
ix system vm` the wrong approach at all? Should I better use `vm-image` or `container`? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Graphical installer branch

2018-01-01 Thread Hartmut Goebel
ot;, thus all checkouts share the same .git directory. Not perfect, but a big help for me. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Introducing GNUPaste

2017-12-17 Thread Hartmut Goebel
rivacy, since it allows these CDNs to track users. Thanks. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Using a "guix publish"er as a proxy?

2017-10-30 Thread Hartmut Goebel
process. And every local system will reach out to the remote servers again. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Using a "guix publish"er as a proxy?

2017-10-30 Thread Hartmut Goebel
Hi, I wonder if I could make a "guix publish" process into a proxy. Eg. I configure my local systems to use substitute-url "http://guix-buiilder.local:/"; and guix-buiilder.local will reach out to e.g. berlin.guixsd.org if it does not have the substitute. -- Re

Re: Should I upgrade root user's guix too?

2017-10-05 Thread Hartmut Goebel
x-profile/bin/guix /usr/local/bin/guix This is described in https://www.gnu.org/software/guix/manual/guix.html#Binary-Installation number 6. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Does the installation image support UEFI boot?

2017-09-18 Thread Hartmut Goebel
Hi Marius, thanks again. I was able to generating an ISO9660 image and boot from it. :-) Although after partitioning the (virtual) hard-disk, I was not able to boot from that, but this may simply be that I partitioned wrong. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe

Re: Does the installation image support UEFI boot?

2017-09-17 Thread Hartmut Goebel
ing in this very case, I can't mount a disk-image :-( SO … > There is support in git for generating an ISO9660 image, but I don't > know if it works with EFI. … I found the command in the manual and will try tomorrow. -- Regards Hartmut Goebel | Hartmut Goebel | h

GuixSD for Raspberry?

2017-09-17 Thread Hartmut Goebel
Hi, quick answer: What is the status of GuixSD for Raspberry? Searching the web did not help finding this out. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Does the installation image support UEFI boot?

2017-09-17 Thread Hartmut Goebel
t spending time investigating the issue: Is this expcted to work? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: guix package -u --fallback does nothing

2017-07-25 Thread Hartmut Goebel
Am 25.07.2017 um 11:35 schrieb Hartmut Goebel: > "guix package -u --fallback" when run another time does *nothing*. "guix > package -l" still show the old generation. "guix package --fallback -u" did the trick. Weird. I'll open a bug-report --

guix package -u --fallback does nothing

2017-07-25 Thread Hartmut Goebel
the new package. What is going on here? How can I solve this? I also tried setting SSL_CERT_DIR, SSL_CERT_FILE and GIT_SSL_CAINFO without success. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you th

guix environment: list packages in a file

2017-05-09 Thread Hartmut Goebel
cated than imply naming the packages like on the command line. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Hwo to debug and teacking builds?

2017-04-11 Thread Hartmut Goebel
+:$INFOPATH}" > Yes, you're correct. I mis-typed that. But isn't the result the same? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: trytond

2017-04-05 Thread Hartmut Goebel
need to use a full-qualified path to avoid the ned to configure the trytond. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Hwo to debug and teacking builds?

2017-03-28 Thread Hartmut Goebel
very convenient :-) ./pkg-env some-package # go into latest failed build of this package ./pkg-env /tmp/guix-build-some-package-1.4.01.drv-1 # go into this directory > That would probably make a good “Debugging Build Failures” section. Absolutely! -- Regards Hartmut Goebel | Hartmu

Hwo to debug and teacking builds?

2017-03-28 Thread Hartmut Goebel
ere - in a closed environment (nearly) like the build-daemon has? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: downloading a tarball

2017-03-25 Thread Hartmut Goebel
Am 24.03.2017 um 23:10 schrieb Ludovic Courtès: > What about this (patch below)? This is definitively an enhancement :-) Thanks! (I did not know, newlines are usable in log-messages. Good to know.) -- +++hartmut | Hartmut Goebel| | | hart...@goebel-consult

Re: downloading a tarball

2017-03-24 Thread Hartmut Goebel
no line-break and arguable wording. IMHO this should be improved to empower more people. -- +++hartmut | Hartmut Goebel| | | hart...@goebel-consult.de | www.goebel-consult.de |

Re: binary installation on Fedora 25

2017-01-28 Thread Hartmut Goebel
Am 27.01.2017 um 21:22 schrieb Catonano: > No error was raised but when trying to install the hello package some > socket couldn't be found, as if the daemon was not running Did you actually reload systemd and start the daemon? -- Regards Hartmut Goebel | Hartmut Goebel

Re: binary installation on Fedora 25

2017-01-27 Thread Hartmut Goebel
ur and does not longer accept symlinks for .service files. cp /root/.guix-profile/lib/systemd/system/guix-daemon.service /etc/systemd/system/guix-daemon.service should fix the problem. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.craz

Re: string-append plus package

2017-01-01 Thread Hartmut Goebel
ome admin trying ot GuixSD and being delayed that long. He/she will just stop evaluating GuixSD. If GuixSD should become successful, you need to change this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: string-append plus package

2016-12-31 Thread Hartmut Goebel
ct one. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: string-append plus package

2016-12-29 Thread Hartmut Goebel
Am 29.12.2016 um 14:06 schrieb Mathieu Lirzin: > (use-modules (guix) >(gnu packages web)) > (define conn (open-connection)) > (package-output conn nginx) ;returns the actual string Thanks, based on this I made it work -- Regards Hartmut Goebel | Ha

Re: string-append plus package

2016-12-29 Thread Hartmut Goebel
Am 19.12.2016 um 10:47 schrieb Ludovic Courtès: > Hartmut Goebel skribis: > >> Am 08.12.2016 um 20:56 schrieb Leo Famulari: >>>> Here is the service-definition I use: >>>> >>>> (nginx-service #:vhost-list >

Re: string-append plus package

2016-12-19 Thread Hartmut Goebel
care. I simply want to get the path to a file within a package. Whatever you write above may be correct and may be understandable for every Scheme programmer. But this is discouraging for everybody who does not want to become a Scheme expert for administering his/her systems. I already wasted ab

Re: string-append plus package

2016-12-18 Thread Hartmut Goebel
odules networking web) (define NGINX (file-append nginx "/")) (define TEST (string-append NGINX "")) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: string-append plus package

2016-12-08 Thread Hartmut Goebel
inition. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

string-append plus package

2016-12-08 Thread Hartmut Goebel
rtificate #f) (ssl-certificate-key #f)))) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: After installing Java, what should I set JAVA_HOME to?

2016-11-28 Thread Hartmut Goebel
sing gradle for building your software, you should be able to follow the tutorial. Yo only need to install gradle itself from (what they call) "source. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which

How is guix update and system upgrade supposed to work?

2016-11-10 Thread Hartmut Goebel
t guix looks for ~/.config/guix/latest. But nevertheless I would expect some way to update guix for all users How is this supposed to work? Any since I do not even manage to update guix, how doe I update all system binaries? (I know, this will not update the binaries a user has installed for him

Re: After installing Java, what should I set JAVA_HOME to?

2016-11-09 Thread Hartmut Goebel
ith Guix. If you are working on gradle, you may be interested in this thread and esp. in the last message: <https://lists.gnu.org/archive/html/guix-devel/2016-09/msg00990.html> -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-co

Re: Why is die "doc" output downloaded when building this package?

2016-11-06 Thread Hartmut Goebel
Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: How to make current icecat less crashy

2016-11-05 Thread Hartmut Goebel
ttp://pkgs.fedoraproject.org/cgit/rpms/firefox.git/tree/firefox-redhat-default-prefs.js -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Why is die "doc" output downloaded when building this package?

2016-11-05 Thread Hartmut Goebel
#:tests? #f)) (inputs `(("qt-4" ,qt-4))) (home-page "http://kde.org/";) (synopsis "") (description "") (license license:gpl3+)) -- Regards Hartmut Goebel

Re: Seeking working, complete example for a vm

2016-11-02 Thread Hartmut Goebel
description of the ‘vm’ sub-command? I've put "reworking the guix system manual part" on my todo list. I'm afraid, this will not happen soon, tough. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers

Re: Seeking working, complete example for a vm

2016-10-28 Thread Hartmut Goebel
Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Seeking working, complete example for a vm

2016-10-28 Thread Hartmut Goebel
+rx and guixbuild..-users need to be members of this group, This is written in the manual, but not emphasised. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Lots of files in /gnu/store/.links, but not in the store

2016-10-07 Thread Hartmut Goebel
yss3fscwg3nyd5n918q1 How can I get rid of them? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

guix package -r *downloads* new packages?

2016-10-07 Thread Hartmut Goebel
jrcy0xha7hd7g43y-pkg-config-0.29 /gnu/store/fhx6c44qbh8m9ha7ha2jbyags516wvkg-libltdl-2.4.6 /gnu/store/ifqgpapsrh6b7jvd68q0ajirpj941pxp-readline-6.3 /gnu/store/lxv20br9ic8abvqd7fipszbs4mg8hkjv-ncurses-6.0 /gnu/store/ppf3vpc22zvn327dns8m0s3y2bh1smxx-libunistring-0.9.6 -- Regards Hartm

Re: Ampersand sign (&) in URL.

2016-10-04 Thread Hartmut Goebel
Am 04.10.2016 um 12:50 schrieb Dmitry Nikolaev: > How do I escape & in URL so guix accept it? Try "%26", which is the hex-representation of the ascii-code of "&". -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer

Re: Why does installing icedtea-1.13.12 install the docs and jdk, too?

2016-09-16 Thread Hartmut Goebel
[…] For me this sound more like a bug. But maybe someone can explain this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Why does installing icedtea-1.13.12 install the docs and jdk, too?

2016-09-16 Thread Hartmut Goebel
th multiple outputs, it is. > all outputs will be downloaded But why? I do not see any reason for downloading packages which their are neither requested nor installed. If all outputs are downloaded, what should be the sense of having different outputs? -- Regards Hartmut Goebel |

Why does installing icedtea-1.13.12 install the docs and jdk, too?

2016-09-16 Thread Hartmut Goebel
... icedtea-1.13.12 1.3MiB/s 00:28 | 36.6MiB transferred … Downloading kc6gbj...-icedtea-1.13.12-jdk (385.9MiB installed)... icedtea-1.13.12-jdk1.5MiB/s 02:16 | 198.8MiB transferred -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...

Re: neo tty layout

2016-09-05 Thread Hartmut Goebel
Am 29.08.2016 um 16:13 schrieb ng0: > If you think you can do it and have the resources to do so, could you > take on this task? Not any time soon, sorry. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Se

Re: neo tty layout

2016-08-15 Thread Hartmut Goebel
Am 13.08.2016 um 18:15 schrieb ng0: > Would it be okay to replicate this for Guix? +1 (Currently trying to learn myself neo :-) -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Sec

How to install an old package version?

2016-08-11 Thread Hartmut Goebel
.7.10 after I installed guix 0.11.0, which only defines python-2.7.11? -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.g

Re: inputs vs. native-inputs vs. propagated-inputs

2016-06-17 Thread Hartmut Goebel
Is it making more sense? It opens a window in the dust of incomprehension :-) But I need to thing (and test) on this whole topic a lot more. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Stuck with corrupt store

2016-06-12 Thread Hartmut Goebel
Hi, Am 12.06.2016 um 18:19 schrieb Ludovic Courtès: > Hartmut Goebel skribis: > >> I deleted /gnu/store/*-nose-* (can't remember why). > You deleted with “rm -rf”? > > In that case, even though ‘guix gc --verify=repair’ should be able to > help, remember that this vo

Re: inputs vs. native-inputs vs. propagated-inputs

2016-06-12 Thread Hartmut Goebel
Hi, Thanks for your answer Am 12.06.2016 um 14:38 schrieb 宋文武: > Hartmut Goebel writes: >> For for I understand. But then the manual says: >> >> ‘native-inputs’ is typically used to list tools needed at >> build time, but not at run time,

  1   2   >