branch: elpa/nix-mode
commit 7f689c4161f4ac915ff7f6d185edd7a42d660ac0
Author: Daniel Nagy <danieln...@posteo.de>
Commit: Daniel Nagy <danieln...@posteo.de>

    In flake.nix, split name into pname and version
---
 flake.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index cc5199796c..b09a2e1413 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,8 @@
           f
         ]);
       in stdenvNoCC.mkDerivation {
-        name = "nix-mode-1.4.5";
+        pname = "nix-mode";
+        version = "1.4.5";
         src = self;
         nativeBuildInputs = [ emacs texinfo git ];
         makeFlags = [ "PREFIX=$(out)" ];

Reply via email to