mbox does not support i686
This commit is contained in:
parent
919ed14477
commit
6b7eda4ddc
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://pdos.csail.mit.edu/mbox/;
|
homepage = http://pdos.csail.mit.edu/mbox/;
|
||||||
maintainers = with maintainers; [ emery ];
|
maintainers = with maintainers; [ emery ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user