Re: I tried Guix for half a day but had to go back to NixOS

2020-06-24 Thread jgart
I haven't had success yet trying to run guix on NixOS. I would like to be able to get this nix flake working: https://github.com/bqv/guix It's too bad that guix hasn't been accepted to nixpkgs. June 23, 2020 12:01 PM, help-guix-requ...@gnu.org wrote: > Send Help-Guix mailing list submissions

Re: Erlang + Emacs profile

2020-06-24 Thread Maxim Cournoyer
Hello Zelphir, Zelphir Kaltstahl writes: > Hello Guix users! > > What is your way of setting up a profile for Erlang development? > > There are some things I would like to have, some of which I already > managed to get: > > * [X] Erlang installed through Guix package manager in a separate

Re: failing to package attrs-strict for swh.model

2020-06-24 Thread Marius Bakke
zimoun writes: > Dear, > > I am trying to package "swh.model" which is a CLI tool developed by > Software Heritage. It allows to compute SWHID which is their internal > hash tag. This package is on PyPI, so I did: > >guix import pypi -r swh.model > > which returns 2 packages:

Re: dotnet

2020-06-24 Thread Simen Endsjø
Pierre Neidhardt writes: - Package msbuild. This is possibly hard. I could not figure out a way to bootstrap msbuild. The upstream way to build msbuild is to use prebuilt packages from NuGet. If we want to build those, we need msbuild... :( I see mono has a fork of msbuild which

Re: dotnet

2020-06-24 Thread Pierre Neidhardt
Hi! I did and it's a mssive endeavor indeed! Last time I checked, Nix fetched the prebuilt binaries from NuGet, so we should not do that. Steps (off the top of my head): - Package Mono 5 and Mono 6. I've already done it, it just needs a review. This is the easy part. - Package msbuild.

dotnet

2020-06-24 Thread Simen Endsjø
Hi, has anyone worked on adding dotnet? It looks quite complex as a first project, especially as it requires going through the build in detail to make sure there's no telemetry or other unwanted steps in the process. If (and it's unlikely) I start working on this, is a good place to start