diff options
| author | Ludovic Courtès | 2014-09-13 15:50:30 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2014-09-13 15:50:30 +0200 |
| commit | 9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch) | |
| tree | 6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/maths.scm | |
| parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) | |
gnu: Adjust synopses as recommended by 'guix lint'.
Remove leading articles and trailing periods in package synopses.
Diffstat (limited to 'gnu/packages/maths.scm')
| -rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index bd279099e..5f30afe43 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -472,6 +472,7 @@ scientific applications modeled by partial differential equations.") (define-public petsc-complex (package (inherit petsc) + (location (source-properties->location (current-source-location))) (name "petsc-complex") (arguments (substitute-keyword-arguments (package-arguments petsc) |