Re: Git repos with large submodules

2020-05-30 Thread Marius Bakke
raingloom writes: > Hey all! > > So, I recently gave a go to packaging EDK2 on my channel, and found out > that it requires several submodules, including OpenSSL, which take up > quite a bit of space and take way longer to download than necessary. > > Since I couldn't find a way to shallow-init

Re: [PATCH] gnu: Add font-sarasa-gothic

2020-05-30 Thread Marius Bakke
Zhu Zihao writes: > You miss the right angle bracket in the copyright line > > It should be > > ;;; Copyright © 2020 Zhu Zihao Good catch, fixed in a8c7d4b0c326905b71680783ced6b68d25fb3bfd, thanks! signature.asc Description: PGP signature

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-05-30 Thread Raghav Gururajan
@Danny Please find attached patches. Regards, RG. From ab08598eb7183cae716b86cee5107646a555dc9a Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Fri, 29 May 2020 18:29:17 -0400 Subject: [PATCH 05/10] gnu: dconf: Update package definition. * gnu/packages/gnome.scm (dconf) [version]: Update

Re: Package for OpenCV4

2020-05-30 Thread Josh Marshall
Packages are mainly contributed or updated by those who need them. I don't need that package for my work, but many of us in this ML will be happy to guide you in packaging it. On Tue, May 26, 2020, 00:04 Reza Alizadeh Majd wrote: > Hi, > > just started to prepare a packge for `qimgv` [1], but

Re: [PATCH] gnu: Add font-sarasa-gothic

2020-05-30 Thread Zhu Zihao
You miss the right angle bracket in the copyright line It should be ;;; Copyright © 2020 Zhu Zihao ^ Others are OK. On Sat, 30 May 2020 22:33:15 +0800, Marius Bakke wrote: > > [1 ] > [1.1 ] > Zhu Zihao writes: > > > This patch adds Sarasa

Re: [PATCH] gnu: Add font-sarasa-gothic

2020-05-30 Thread Marius Bakke
Zhu Zihao writes: > This patch adds Sarasa Gothic. Sarasa Gothic is based on Iosevka and Source > Han > Sans, intends to make a really monospaced(inclduing CJK characters) > programming > fonts. In Sarasa Gothic, a normal CJK character is same height and double > width > as an ASCII

Re: Downloader for "wrapped" tarbar?

2020-05-30 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Saturday, May 30, 2020 10:39 AM, Hartmut Goebel wrote: > Hi, > > was just written in another mail, I'm currently working on a > erlang/rebar build system. This includes an importer from hex.pm, a > package repository for elixir and erlang packages. (Since

Downloader for "wrapped" tarbar?

2020-05-30 Thread Hartmut Goebel
Hi, was just written in another mail, I'm currently working on a erlang/rebar build system. This includes an importer from hex.pm, a package repository for elixir and erlang packages. (Since this is build into rebar3 I assume it what PyPI is for Python and CPAN for Perl.) At hex.pm, packages are

Seeking support for implementing Erlang/Rebar3 build system

2020-05-30 Thread Hartmut Goebel
Hi, I started working on a rebar3-build-system for Erlang packages. This a somewhat crazy idea for me, since I have *not* clue about Erlang and how it's building and packaging works. (I "just" want to have ejabberd in guix :-) Based on this, I've already made good progress: - packaged rebar3 and

Re: [PATCH] gnu: Add font-sarasa-gothic

2020-05-30 Thread Zhu Zihao
Modified description. >From dac6806a5eb9e919cf32da6d909ba4dd71accf35 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Sat, 30 May 2020 00:40:05 +0800 Subject: [PATCH] gnu: Add font-sarasa-gothic * gnu/packages/fonts.scm (font-sarasa-gothic): New variable --- gnu/packages/fonts.scm | 28