diff options
| -rw-r--r-- | gnu/packages/algebra.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/databases.scm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index a7ca51c85b0..9deb7e62034 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm | |||
| @@ -879,6 +879,7 @@ changes are reflected immediately.") | |||
| 879 | ;; linenoise is packaged, but the package doesn't provide shared | 879 | ;; linenoise is packaged, but the package doesn't provide shared |
| 880 | ;; object files so we have to build it anyway. | 880 | ;; object files so we have to build it anyway. |
| 881 | (license license:bsd-2))) | 881 | (license license:bsd-2))) |
| 882 | |||
| 882 | (define-public fftw | 883 | (define-public fftw |
| 883 | (package | 884 | (package |
| 884 | (name "fftw") | 885 | (name "fftw") |
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 3420665b062..8b3cf814ad3 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -6234,6 +6234,7 @@ be blown away by a SQL-DB or an external database server.") | |||
| 6234 | (description "SDB is a simple key/value database based on djb's cdb disk | 6234 | (description "SDB is a simple key/value database based on djb's cdb disk |
| 6235 | storage that supports JSON and array introspection.") | 6235 | storage that supports JSON and array introspection.") |
| 6236 | (license license:expat))) | 6236 | (license license:expat))) |
| 6237 | |||
| 6237 | (define-public sqlitebrowser | 6238 | (define-public sqlitebrowser |
| 6238 | (package | 6239 | (package |
| 6239 | (name "sqlitebrowser") | 6240 | (name "sqlitebrowser") |
