guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nixfmt: Fix name.


From: guix-commits
Subject: branch master updated: gnu: nixfmt: Fix name.
Date: Mon, 22 Feb 2021 05:06:27 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79d5005  gnu: nixfmt: Fix name.
79d5005 is described below

commit 79d5005612f5a0d4fd3bf0f3601f85076983c98a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 22 11:05:47 2021 +0100

    gnu: nixfmt: Fix name.
    
    * gnu/packages/haskell-apps.scm (nixfmt): Fix name.
---
 gnu/packages/haskell-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 54266cd..16531cf 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -693,7 +693,7 @@ Wayland, and Linux console environments alike.")
 
 (define-public nixfmt
   (package
-    (name "ghc-nixfmt")
+    (name "nixfmt")
     (version "0.4.0")
     (source
      (origin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]