9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-P4w/PM9UmHmTzS9+WDK3x3MyZ7OoY2yO/Rx0vRMJuLI=";
27 # command -p will yield command not found error
29 # silently fail the chown command
33 enableParallelBuilding = true;
36 homepage = "https://github.com/johnsonjh/OpenVi";
37 description = "Portable OpenBSD vi for UNIX systems";
38 license = lib.licenses.bsd3;
39 platforms = lib.platforms.unix;
40 maintainers = with lib.maintainers; [ aleksana ];