* Fix portmap.

svn path=/nixpkgs/trunk/; revision=14630
This commit is contained in:
Eelco Dolstra 2009-03-20 16:08:43 +00:00
parent e14c41e728
commit 32d1c53b10

View file

@ -6462,7 +6462,7 @@ let
daemonUser daemonGID daemonUID;
});
portmap = (makePortmap);
portmap = makePortmap {};
mysql4 = import ../servers/sql/mysql {
inherit fetchurl stdenv ncurses zlib perl;