about summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-13 19:10:57 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-13 19:10:57 +0000
commit069604730babf554045a3f2ab6a9b8f7d6246751 (patch)
tree03a003e8f5a46140d284f293c608daaf6658bb09 /pkgs/top-level/release-small.nix
parent500c46b56bbaa3abdf75867cf7ea7543c00f4e15 (diff)
downloadnixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar.gz
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar.bz2
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar.lz
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar.xz
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.tar.zst
nixlib-069604730babf554045a3f2ab6a9b8f7d6246751.zip
* Work around some problems in tarball checks. Nix wants to open the
  DB even in read-only mode.  Should probably fix that.  Also, "or" no
  longer works like this because it's a keyword now.

svn path=/nixpkgs/trunk/; revision=34079
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index ba9f4def75f2..59777fe99be7 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -133,7 +133,6 @@ with (import ./release-lib.nix);
   nfsUtils = linux;
   nix = all;
   nixUnstable = all;
-  nixSqlite = all;
   nss_ldap = linux;
   nssmdns = linux;
   ntfs3g = linux;