forked from mirrors/nixpkgs
pijul: build only on 64bit platforms
This commit is contained in:
parent
8134c7a34b
commit
8479962862
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue