mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
byobu: fixup script paths
This commit is contained in:
parent
c545bc80f6
commit
ad3193e59a
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue