From 352e09a5b07f36c7b368acd9f9771bb14b0722b6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 23 Jun 2020 15:54:38 +0300 Subject: gnu: xaos: Add a source file-name. * gnu/packages/maths.scm (xaos)[source]: Add file-name field. --- gnu/packages/maths.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 45d699e39c..0688650738 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4052,6 +4052,7 @@ evaluates expressions using the standard order of operations.") (uri (git-reference (url "https://github.com/xaos-project/XaoS") (commit (string-append "release-" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "00110p5xscjsmn7avfqgydn656zbmdj3l3y2fpv9b4ihzpid8n7a")))) -- cgit v1.2.3