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