From 2cddfd9adcada6d8fdf4649323839991c049ec84 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 08:47:19 +0300 Subject: [PATCH] Rename fiels to protect them from Guix reading them --- build-repo | 2 +- licenses.scm => licenses.data-scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename licenses.scm => licenses.data-scm (100%) diff --git a/build-repo b/build-repo index 0134c26..7f7d16e 100755 --- a/build-repo +++ b/build-repo @@ -9,7 +9,7 @@ (srfi 13) (srfi 14)) -(include "licenses.scm") +(include "licenses.data-scm") (define tmpdir (list-ref (command-line) 1)) (if (not (file-exists? "repo.scm")) (error "No repo.scm found")) diff --git a/licenses.scm b/licenses.data-scm similarity index 100% rename from licenses.scm rename to licenses.data-scm