Unverified Commit f4941b32 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #304163 from jrick/oksh_ncurses

oksh: link to ncurses
parents 571f928a c0200c0d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{ stdenv, lib, fetchFromGitHub, buildPackages }:
{ stdenv
, lib
, fetchFromGitHub
, buildPackages
, ncurses
}:

stdenv.mkDerivation rec {
  pname = "oksh";
@@ -19,6 +24,8 @@ stdenv.mkDerivation rec {

  configureFlags = [ "--no-strip" ];

  buildInputs = [ ncurses ];

  meta = with lib; {
    description = "Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh)";
    mainProgram = "oksh";