Merge pull request #9866 from ericsagnes/byobu

byobu: fixup script paths (closes #9865)
This commit is contained in:
vbgl 2015-09-15 08:58:59 +02:00
commit 39af9df25b

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