mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Devel
This commit is contained in:
parent
8cfa590654
commit
e08cade6dc
1 changed files with 1 additions and 12 deletions
|
@ -15,15 +15,4 @@
|
||||||
(url "https://github.com/timescale/timescaledb")
|
(url "https://github.com/timescale/timescaledb")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0siijqypx53lkb19y6zz7bx1bnbhk40b5ky5l74ckhv80nlffzfy"))
|
(sha256 (base32 "0siijqypx53lkb19y6zz7bx1bnbhk40b5ky5l74ckhv80nlffzfy"))))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(delete-file-recursively "tsl")
|
|
||||||
(for-each delete-file
|
|
||||||
'("scripts/c_license_header-timescale.h"
|
|
||||||
"scripts/license_tsl.spec"
|
|
||||||
"scripts/sql_license_tsl.sql"
|
|
||||||
"test/perl/AccessNode.pm"
|
|
||||||
"test/perl/DataNode.pm"
|
|
||||||
"test/perl/TimescaleNode.pm"))))))))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue