Merge pull request #9866 from ericsagnes/byobu
byobu: fixup script paths (closes #9865)
This commit is contained in:
commit
39af9df25b
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, ncurses }:
|
{ stdenv, fetchurl, ncurses, python, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "byobu-5.87";
|
name = "byobu-5.87";
|
||||||
|
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
buildInputs = [ python perl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://launchpad.net/byobu/;
|
homepage = https://launchpad.net/byobu/;
|
||||||
description = "Text-based window manager and terminal multiplexer";
|
description = "Text-based window manager and terminal multiplexer";
|
||||||
|
|
Loading…
Reference in New Issue