mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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 {
|
||||
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