From 0014d234b3a7198df3e424c35c00eba5e166e991 Mon Sep 17 00:00:00 2001 From: VwCSXg Date: Wed, 13 Sep 2023 16:10:36 +0200 Subject: [PATCH] emacs: fix emacs-extra-config test Fixes #4453 --- tests/modules/programs/emacs/extra-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modules/programs/emacs/extra-config.nix b/tests/modules/programs/emacs/extra-config.nix index 52e83de5c..86259877b 100644 --- a/tests/modules/programs/emacs/extra-config.nix +++ b/tests/modules/programs/emacs/extra-config.nix @@ -16,6 +16,7 @@ let mkTestPackage = epkgs: epkgs.trivialBuild { pname = "hm-test"; + version = "0.1.0"; src = pkgs.writeText "hm-test.el" '' (defun hm-test-fn () 'success) (provide 'hm-test)