byobu: fixup script paths

This commit is contained in:
Eric Sagnes 2015-09-15 10:41:45 +09:00
parent c545bc80f6
commit ad3193e59a

View file

@ -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";