From de52a00258a1bd98ddba022da9ecb27ab8be50cc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 28 Nov 2020 13:30:26 -0500 Subject: nix derivation, dub & dub2nix using ldc2 1.24.0 ok - dmd 2.091.1 & dub 1.14.0 broken in nix unstable - dmd 2.094.2 & dub 1.23.0 current dlang - built using modified local nixpkgs dub modified to use ldc (without calls to dmd) - provide overlay for current( dub using ldc ) --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.nix') diff --git a/project.nix b/project.nix index 5ffb598..ebadd91 100644 --- a/project.nix +++ b/project.nix @@ -12,6 +12,6 @@ mkDubDerivation rec { description = "a sisu like document parser"; license = licenses.agpl3Plus; platforms = platforms.linux; - maintainers = [ Ralph Amissah ]; + maintainers = [ RalphAmissah ]; }; } -- cgit v1.2.3