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

2024-05-14 Thread Hartmut Goebel
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 Goebel | Hart

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

2023-09-21 Thread Hartmut Goebel
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 Goebel

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

2023-08-24 Thread Hartmut Goebel
the "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
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
to 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
ep in 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 | compile

Re: Store path in package definition

2022-08-27 Thread Hartmut Goebel
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 | Hartmut

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
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
://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-compilers.com

Re: Run .deb or .rpm packages

2021-12-10 Thread Hartmut Goebel
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
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
ython-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 | Hart

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

2021-03-01 Thread Hartmut Goebel
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
quot;sqlite" "libgcrypt" "pkg-config" "guile"    "util-linux" "glibc-utf8-locales"    ;; propagated-inputs    "gnutls" "guile-gcrypt" "guile-git" "guile-json" "guile-lzlib"    "guile-semver" &quo

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
ib, 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
g. 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 Goebel

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 | Hartmut Goebel

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." -- Regards H

Re: Packaging a python package that is using setuptools_rust

2020-10-24 Thread Hartmut Goebel
t "(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. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe

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
: In 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
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
> 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 | Hartmut Goebe

Re: “Guix Profiles in Practice”

2019-10-27 Thread Hartmut Goebel
ot;, 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
er 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
ding 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
) 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 | compilers which you

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 |

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's predeces

Re: removal of induces installation of other package

2018-11-04 Thread Hartmut Goebel
x 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-03-25 Thread Hartmut Goebel
mental 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 Hartmut Goebel | Hart

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 be prefer

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

2018-03-03 Thread Hartmut Goebel
> 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 full stop, b

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
` 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: 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
ess. 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 |

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

2017-10-05 Thread Hartmut Goebel
s/per-user/root/guix-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

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 -- Rega

guix package -u --fallback does nothing

2017-07-25 Thread Hartmut Goebel
ew 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 thought

guix environment: list packages in a file

2017-05-09 Thread Hartmut Goebel
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
t;$HOME/guix/doc${INFOPATH:+:$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 |

Hwo to debug and teacking builds?

2017-03-28 Thread Hartmut Goebel
run tests there - 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
o 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: string-append plus package

2016-12-31 Thread Hartmut Goebel
e. -- 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 <h.goe...@crazy-compilers.com> skribis: > >> Am 08.12.2016 um 20:56 schrieb Leo Famulari: >>>> Here is the service-definition I use: >>>> >>>> (nginx-servi

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

2016-11-28 Thread Hartmut Goebel
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

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
ts? #f)) (inputs `(("qt-4" ,qt-4))) (home-page "http://kde.org/;) (synopsis "") (description "") (license license:gpl3+)) -- Regards Hartmut Goebel | Hartmut

Re: Seeking working, complete example for a vm

2016-11-02 Thread Hartmut Goebel
in the 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.com |

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

2016-10-07 Thread Hartmut Goebel
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
d7g43y-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 Hartmut Goebel

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

2016-09-16 Thread Hartmut Goebel
s 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 |

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

2016-09-16 Thread Hartmut Goebel
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...@crazy-compilers.com

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
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.goebel

Re: How to force rebuilding a pacakge?

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

Re: How to force rebuilding a pacakge?

2016-06-02 Thread Hartmut Goebel
Am 02.06.2016 um 16:16 schrieb Thompson, David: > See 'guix build --log-file' I did try this, bit it did not give me a logfile, since nothing was build. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compil

How to force rebuilding a pacakge?

2016-06-02 Thread Hartmut Goebel
build --check --log-file … does not provide a meaningful build log either guix gc -d /gnu/store/*python-scikit-learn* does not change this Any help? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which

Re: How to remove old (test) builds from store?

2016-06-02 Thread Hartmut Goebel
removing stuff which I know is outdated. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

guix environment --ad-hoc should work the other way round

2016-04-24 Thread Hartmut Goebel
that there ought to be no difference between developers and users, as most users simply will not even think about something like a build-environments.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought