wiredtiger: not supported on i686
This commit is contained in:
parent
9abde81f8f
commit
b9ba937f81
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://wiredtiger.com/;
|
homepage = http://wiredtiger.com/;
|
||||||
description = "";
|
description = "";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = intersectLists platforms.unix platforms.x86_64;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user