[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: octave: Remove unneeded 'source' field.
From: |
guix-commits |
Subject: |
08/08: gnu: octave: Remove unneeded 'source' field. |
Date: |
Tue, 25 Aug 2020 18:52:56 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 253fcfe6fec8fb9d70cde8623fe562dc3ca67262
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 26 00:51:20 2020 +0200
gnu: octave: Remove unneeded 'source' field.
* gnu/packages/maths.scm (octave)[source]: Remove. It had been
unnecessary since b66741edc954f0a17f1ef567e8d612cac87c7b6a.
---
gnu/packages/maths.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d83ea67..39ff242 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1904,8 +1904,6 @@ script files.")
(define-public octave
(package (inherit octave-cli)
(name "octave")
- (source (origin
- (inherit (package-source octave-cli))))
(inputs
`(("qscintilla" ,qscintilla)
("qt" ,qtbase)
- branch master updated (e45d7f3 -> 253fcfe), guix-commits, 2020/08/25
- 02/08: gnu: hdf5: Distinguish the default hdf5 version., guix-commits, 2020/08/25
- 01/08: lint: Use 'with-error-handling'., guix-commits, 2020/08/25
- 04/08: gnu: hdf5: Use 'package/inherit' for variants., guix-commits, 2020/08/25
- 06/08: gnu: hdf5-parallel-openmpi: Update to 1.10.6., guix-commits, 2020/08/25
- 07/08: gnu: netcdf-parallel-openmpi: Allow MPI tests to pass., guix-commits, 2020/08/25
- 05/08: services: mcron: Validate jobs at build time., guix-commits, 2020/08/25
- 03/08: .dir-locals.el: Add indentation rule for 'package/inherit'., guix-commits, 2020/08/25
- 08/08: gnu: octave: Remove unneeded 'source' field.,
guix-commits <=