pijul: build only on 64bit platforms

(cherry picked from commit 8479962862563783ce216c1aec1aa08c1da696b2)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2016-09-13 10:33:52 +02:00
parent 26247ec718
commit d6a4a30fb1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ buildRustPackage rec {
homepage = https://pijul.org/;
description = "Fast DVCS based on a categorical theory of patches";
license = licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.x86_64; # i686 builds fail due to lmdb
maintainers = with maintainers; [ puffnfresh ];
};
}