nix-channel --update needs bzip2

This commit is contained in:
Florian Friesdorf 2012-12-04 16:32:38 +01:00 committed by Eelco Dolstra
parent 24d5875514
commit 4387d19359
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ let
memSize = 1024;
meta.schedulingPriority = prio;
configureFlags = "--sysconfdir=/etc";
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" ];
debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" "bzip2" ];
doInstallCheck = true;
};