Skip to content

Commit 7276363

Browse files
authored
Add sqlite3 mapping (fixes #2294) (#2347)
1 parent 19dafcb commit 7276363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ in
124124
GeoIP = [ geoip ];
125125
pulse-simple = [ libpulseaudio ];
126126
oath = [ liboauth ];
127+
sqlite3 = [ sqlite ];
127128
}
128129
# -- windows
129130
// { advapi32 = null; gdi32 = null; imm32 = null; msimg32 = null;

0 commit comments

Comments
 (0)