corrected nonsense sentence in my comment

svn path=/nixpkgs/trunk/; revision=11045
This commit is contained in:
Marc Weber 2008-03-10 20:47:26 +00:00
parent c16b552bac
commit 8b7d3bff69

View File

@ -1458,8 +1458,8 @@ rec {
#src = fetchdarcs { url = "http://happs.org/repos/HAppS-HTTP"; md5 = "e1bb17eb30a39d30b8c34dffbf80edc2"; }; #src = fetchdarcs { url = "http://happs.org/repos/HAppS-HTTP"; md5 = "e1bb17eb30a39d30b8c34dffbf80edc2"; };
src = sourceByName "happs_server"; 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 # we need recent version of cabal (because only this supports --pkg-config properly) Thu Feb 7 14:54:07 CET 2008
# is be added to buildInputs automatically # cabal_darcs is added to propagatedBuildInputs automatically below
cabal_darcs = cabal_darcs =
{ name=cabal_darcs_name; p_deps = with ghc.core_libs; [base rts directory process pretty containers filepath]; { name=cabal_darcs_name; p_deps = with ghc.core_libs; [base rts directory process pretty containers filepath];
src = sourceByName "cabal"; src = sourceByName "cabal";