3
0
Fork 0
forked from mirrors/nixpkgs

network-protocol-xmpp: fix spelling of the attribute name

This commit is contained in:
Peter Simons 2013-02-22 15:04:03 +01:00
parent efe445f5f5
commit eb5ebb6063
3 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ rec {
network pcreLight SHA stm utf8String networkInfo dbus clientsession cryptoApi dataDefault
extensibleExceptions filepath hamlet httpTypes networkMulticast text time transformers
transformersBase wai waiLogger warp yesod yesodDefault yesodStatic testpack QuickCheck
SafeSemaphore networkPprotocolXmpp async dns DAV uuid Glob;
SafeSemaphore networkProtocolXmpp async dns DAV uuid Glob;
};
qgit = import ./qgit {

View file

@ -8,7 +8,7 @@
, networkMulticast, pcreLight, QuickCheck, SHA, stm, text, time
, transformers, transformersBase, utf8String, wai, waiLogger, warp
, yesod, yesodDefault, yesodStatic, testpack, SafeSemaphore
, networkPprotocolXmpp, async, dns, DAV, uuid, Glob
, networkProtocolXmpp, async, dns, DAV, uuid, Glob
}:
let
@ -30,7 +30,7 @@ stdenv.mkDerivation {
httpTypes IfElse json liftedBase MissingH monadControl mtl network
networkInfo networkMulticast pcreLight QuickCheck SHA stm text time
transformers transformersBase utf8String wai waiLogger warp yesod
yesodDefault yesodStatic testpack SafeSemaphore networkPprotocolXmpp
yesodDefault yesodStatic testpack SafeSemaphore networkProtocolXmpp
async dns DAV uuid Glob ];
checkTarget = "test";

View file

@ -1295,7 +1295,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
networkMulticast = callPackage ../development/libraries/haskell/network-multicast {};
networkPprotocolXmpp = callPackage ../development/libraries/haskell/network-protocol-xmpp {};
networkProtocolXmpp = callPackage ../development/libraries/haskell/network-protocol-xmpp {};
networkTransport = callPackage ../development/libraries/haskell/network-transport {};