diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15T11·31+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-12-15T11·31+0100 |
commit | 5278bb7c16c227d64551fc6578cb1b1b22f3b036 (patch) | |
tree | 1b5af104e7fadaf20b9caea9964e4a4da82ac192 /shell.nix | |
parent | 1df82b62456b3194b3d8be0562e886cf16bf9379 (diff) | |
parent | f867f090ed198e0e7f7e2db32b9e282883bf63b7 (diff) |
Merge branch 'master' of github.com:NixOS/nix
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix index 1a6ec6b88d1c..7e945023ee2d 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,7 @@ stdenv.mkDerivation { customMemoryManagement = false; }) autoreconfHook + perlPackages.DBDSQLite ]; configureFlags = |