only download those weird pkgs on linux, not tested
This commit is contained in:
+18
-12
@@ -3,18 +3,24 @@
|
|||||||
{
|
{
|
||||||
env.DATABASE_URL = "./aperture.db";
|
env.DATABASE_URL = "./aperture.db";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages =
|
||||||
sqlite
|
with pkgs;
|
||||||
glib
|
[
|
||||||
pango
|
sqlite
|
||||||
cairo
|
]
|
||||||
atk
|
++ lib.optionals pkgs.stdenv.isLinux [
|
||||||
gtk3
|
glib
|
||||||
gdk-pixbuf
|
pango
|
||||||
libsoup_3
|
cairo
|
||||||
webkitgtk_4_1
|
atk
|
||||||
pkg-config
|
gtk3
|
||||||
];
|
gdk-pixbuf
|
||||||
|
libsoup_3
|
||||||
|
webkitgtk_4_1
|
||||||
|
pkg-config
|
||||||
|
inotify-tools
|
||||||
|
strace
|
||||||
|
];
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
javascript = {
|
javascript = {
|
||||||
|
|||||||
Reference in New Issue
Block a user