byobu: fixup script paths
This commit is contained in:
parent
c545bc80f6
commit
ad3193e59a
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, ncurses }:
|
||||
{ stdenv, fetchurl, ncurses, python, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "byobu-5.87";
|
||||
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
buildInputs = [ python perl ];
|
||||
|
||||
meta = {
|
||||
homepage = https://launchpad.net/byobu/;
|
||||
description = "Text-based window manager and terminal multiplexer";
|
||||
|
Loading…
Reference in New Issue
Block a user