From d12c8fc85bf43436383fbb85194d5e8429baecc7 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 52e83de5..86259877 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)