altcoins.stellar-core: assertion fails on i686

This commit is contained in:
Robin Gloster 2017-01-13 18:10:33 +01:00
parent fe6e4e2464
commit 10b0a6d411
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -39,7 +39,7 @@ in stdenv.mkDerivation {
store historical records of the ledger and participate in consensus. store historical records of the ledger and participate in consensus.
''; '';
homepage = https://www.stellar.org/; homepage = https://www.stellar.org/;
platforms = platforms.linux; platforms = "x86_64-linux";
maintainers = with maintainers; [ chris-martin ]; maintainers = with maintainers; [ chris-martin ];
license = licenses.asl20; license = licenses.asl20;
}; };