forked from mirrors/nixpkgs
network-protocol-xmpp: fix spelling of the attribute name
This commit is contained in:
parent
efe445f5f5
commit
eb5ebb6063
|
@ -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 {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue