haskell-haskoin: only build on x86_64 Linux
https://github.com/haskoin/haskoin/issues/109
This commit is contained in:
parent
533e0db424
commit
ea5be72b39
@ -22,6 +22,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://github.com/haskoin/haskoin";
|
homepage = "http://github.com/haskoin/haskoin";
|
||||||
description = "Implementation of the Bitcoin protocol";
|
description = "Implementation of the Bitcoin protocol";
|
||||||
license = self.stdenv.lib.licenses.publicDomain;
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
platforms = self.ghc.meta.platforms;
|
# https://github.com/haskoin/haskoin/issues/109
|
||||||
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user