git-annex: update to version 3.20121112-161-gb27d9eb to fix build errors with current version of yesod
This commit is contained in:
parent
5407af5c14
commit
9ada368ef8
@ -49,7 +49,7 @@ rec {
|
|||||||
network pcreLight SHA stm utf8String networkInfo dbus clientsession cryptoApi dataDefault
|
network pcreLight SHA stm utf8String networkInfo dbus clientsession cryptoApi dataDefault
|
||||||
extensibleExceptions filepath hamlet httpTypes networkMulticast text time transformers
|
extensibleExceptions filepath hamlet httpTypes networkMulticast text time transformers
|
||||||
transformersBase wai waiLogger warp yesod yesodDefault yesodStatic testpack QuickCheck
|
transformersBase wai waiLogger warp yesod yesodDefault yesodStatic testpack QuickCheck
|
||||||
SafeSemaphore networkPprotocolXmpp async dns;
|
SafeSemaphore networkPprotocolXmpp async dns DAV;
|
||||||
};
|
};
|
||||||
|
|
||||||
qgit = import ./qgit {
|
qgit = import ./qgit {
|
||||||
|
@ -8,18 +8,18 @@
|
|||||||
, networkMulticast, pcreLight, QuickCheck, SHA, stm, text, time
|
, networkMulticast, pcreLight, QuickCheck, SHA, stm, text, time
|
||||||
, transformers, transformersBase, utf8String, wai, waiLogger, warp
|
, transformers, transformersBase, utf8String, wai, waiLogger, warp
|
||||||
, yesod, yesodDefault, yesodStatic, testpack, SafeSemaphore
|
, yesod, yesodDefault, yesodStatic, testpack, SafeSemaphore
|
||||||
, networkPprotocolXmpp, async, dns
|
, networkPprotocolXmpp, async, dns, DAV
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.20121112";
|
version = "3.20121112-161-gb27d9eb";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "git-annex-${version}";
|
name = "git-annex-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/${version}";
|
url = "http://git.kitenet.net/?p=git-annex.git;a=snapshot;h=b27d9ebd0f63bdc449440f2529224d5b655ddbb3;sf=tgz";
|
||||||
sha256 = "1ch91jvzm3di5p024kwx0ikgf588lk7bp36hlgj4ar9aa2fdl7yr";
|
sha256 = "507efc50e33566a51a6abf688920d30fc55ce984c9c35be085e6df0767686b3a";
|
||||||
name = "git-annex-${version}.tar.gz";
|
name = "git-annex-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
networkInfo networkMulticast pcreLight QuickCheck SHA stm text time
|
networkInfo networkMulticast pcreLight QuickCheck SHA stm text time
|
||||||
transformers transformersBase utf8String wai waiLogger warp yesod
|
transformers transformersBase utf8String wai waiLogger warp yesod
|
||||||
yesodDefault yesodStatic testpack SafeSemaphore networkPprotocolXmpp
|
yesodDefault yesodStatic testpack SafeSemaphore networkPprotocolXmpp
|
||||||
async dns ];
|
async dns DAV ];
|
||||||
|
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user