parent
508bf1b318
commit
113591c803
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, pkgconfig, curl, darwin, libiconv, libgit2, libssh2,
|
{ stdenv, pkgconfig, curl, darwin, libiconv, libgit2, libssh2,
|
||||||
openssl, sqlite, zlib, dbus_libs, dbus_glib, gdk_pixbuf, cairo, python3,
|
openssl, sqlite, zlib, dbus_libs, dbus_glib, gdk_pixbuf, cairo, python3,
|
||||||
libsodium, ... }:
|
libsodium, postgresql, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
|
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
|
||||||
@ -66,4 +66,7 @@ in
|
|||||||
thrussh-libsodium = attrs: {
|
thrussh-libsodium = attrs: {
|
||||||
buildInputs = [ pkgconfig libsodium ];
|
buildInputs = [ pkgconfig libsodium ];
|
||||||
};
|
};
|
||||||
|
pq-sys = attr: {
|
||||||
|
buildInputs = [ pkgconfig postgresql ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user