pijul: build only on 64bit platforms

(cherry picked from commit 8479962862563783ce216c1aec1aa08c1da696b2)
Signed-off-by: Domen Kožar <domen@dev.si>

Changed files
+1 -1
pkgs
applications
version-management
pijul
+1 -1
pkgs/applications/version-management/pijul/default.nix
···
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 ];
};
}