mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #9866 from ericsagnes/byobu
byobu: fixup script paths (closes #9865)
This commit is contained in:
commit
39af9df25b
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue