Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. { pkgs ? import <nixpkgs> {} }:
  2. ( pkgs.buildFHSUserEnv {
  3. name = "odbc-sqlite-libreoffice";
  4. targetPkgs = pkgs: with pkgs; [libreoffice unixODBC unixODBCDrivers.sqlite];
  5. }).env
  6.  
  7. extraBuildCommands = "ln -s /host/etc/odbcinst.ini /etc/odbcinst.ini";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement