From 8b7d3bff69466fdb44b01a33355e0c524316d9fa Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 10 Mar 2008 20:47:26 +0000 Subject: [PATCH] corrected nonsense sentence in my comment svn path=/nixpkgs/trunk/; revision=11045 --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a31b7280d4d..027bc7ecc82 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1458,8 +1458,8 @@ rec { #src = fetchdarcs { url = "http://happs.org/repos/HAppS-HTTP"; md5 = "e1bb17eb30a39d30b8c34dffbf80edc2"; }; src = sourceByName "happs_server"; }; - # we need recent version of cabal (because only this supports --pkg-config propably) Thu Feb 7 14:54:07 CET 2008 - # is be added to buildInputs automatically + # we need recent version of cabal (because only this supports --pkg-config properly) Thu Feb 7 14:54:07 CET 2008 + # cabal_darcs is added to propagatedBuildInputs automatically below cabal_darcs = { name=cabal_darcs_name; p_deps = with ghc.core_libs; [base rts directory process pretty containers filepath]; src = sourceByName "cabal";