3
0
Fork 0
forked from mirrors/nixpkgs

pijul: build only on 64bit platforms

This commit is contained in:
Domen Kožar 2016-09-13 10:33:52 +02:00
parent 8134c7a34b
commit 8479962862

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 ];
};
}