mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
haskell nix flake CI (#222)
* Adds preliminary flake This nix flake should be enough to try and build an android library. * add sha256map * bump * bump index-state Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b38d5f3465
commit
ce3d7f21b0
@@ -0,0 +1,15 @@
|
||||
diff --git a/direct-sqlite.cabal b/direct-sqlite.cabal
|
||||
index 96f26b7..996198e 100644
|
||||
--- a/direct-sqlite.cabal
|
||||
+++ b/direct-sqlite.cabal
|
||||
@@ -69,7 +69,9 @@ library
|
||||
install-includes: sqlite3.h, sqlite3ext.h
|
||||
include-dirs: cbits
|
||||
|
||||
- if !os(windows) && !os(android)
|
||||
+ extra-libraries: dl
|
||||
+
|
||||
+ if !os(windows) && !os(android)
|
||||
extra-libraries: pthread
|
||||
|
||||
if flag(fulltextsearch)
|
||||
Reference in New Issue
Block a user