10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-P4w/PM9UmHmTzS9+WDK3x3MyZ7OoY2yO/Rx0vRMJuLI=";
24 ] ++ lib.optionals stdenv.isDarwin [ apple-sdk_11 ];
28 # command -p will yield command not found error
30 # silently fail the chown command
34 enableParallelBuilding = true;
37 homepage = "https://github.com/johnsonjh/OpenVi";
38 description = "Portable OpenBSD vi for UNIX systems";
39 license = lib.licenses.bsd3;
40 platforms = lib.platforms.unix;
41 maintainers = with lib.maintainers; [ aleksana ];