unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* D Packages in Guix
@ 2022-06-21 16:55 Tobias Platen
  2022-06-21 17:20 ` Tobias Geerinckx-Rice
  2022-06-21 18:00 ` Tobias Platen
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Platen @ 2022-06-21 16:55 UTC (permalink / raw)
  To: guix-devel

I had a look at Inochi2D[1], which is written in D.
D has its own packagemanager called dub, so a dub-importer will be
needed to build Inochi2D with guix

[1] https://github.com/Inochi2D/inochi2d

Tobias



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: D Packages in Guix
  2022-06-21 16:55 D Packages in Guix Tobias Platen
@ 2022-06-21 17:20 ` Tobias Geerinckx-Rice
  2022-06-21 18:00 ` Tobias Platen
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-06-21 17:20 UTC (permalink / raw)
  To: Tobias Platen; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 933 bytes --]

Tobias Platen 写道:
> I had a look at Inochi2D[1], which is written in D.
> D has its own packagemanager called dub, so a dub-importer will 
> be
> needed to build Inochi2D with guix

Such an importer would certainly be welcome.  I recently 
encountered my first D package in the wild.

However: there's nothing stopping you from packaging D(ub) 
packages for Guix today.  You don't need an importer for that.

For inochi2d, it seems like you'll need[0]:

  imagefmt
  inmath
  silly
  bindbc-opengl
  bindbc-loader
  fghj
  mir-algorithm
  mir-core

Not nothing, but nowhere near ‘we absolutely need an importer to 
use this language’ levels either.

Aside: there are some unmerged improvements to the 
dub-build-system at <https://issues.guix.gnu.org/55999> that might 
be of interest to you.

Kind regards,

T G-R

[0]: 
https://raw.githubusercontent.com/Inochi2D/inochi2d/main/dub.sdl

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: D Packages in Guix
  2022-06-21 16:55 D Packages in Guix Tobias Platen
  2022-06-21 17:20 ` Tobias Geerinckx-Rice
@ 2022-06-21 18:00 ` Tobias Platen
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Platen @ 2022-06-21 18:00 UTC (permalink / raw)
  To: guix-devel

On Tue, 2022-06-21 at 18:55 +0200, Tobias Platen wrote:
> I had a look at Inochi2D[1], which is written in D.
> D has its own packagemanager called dub, so a dub-importer will be
> needed to build Inochi2D with guix
> 
> [1] https://github.com/Inochi2D/inochi2d
> 
> Tobias
> 
> 
In the meanwhile I saw
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/dlang.scm#n423

but it does not support ppc64le and aarch64 yet, so I'll try that out
on my machine. I'll submit patches if something does not work. I'll try
aarch64 first.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-21 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 16:55 D Packages in Guix Tobias Platen
2022-06-21 17:20 ` Tobias Geerinckx-Rice
2022-06-21 18:00 ` Tobias Platen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).