mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libvterm: set platforms
This commit is contained in:
parent
c918903381
commit
50be522a51
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{stdenv, fetchurl, pkgconfig, glib, ncurses}:
|
||||
{ stdenv, fetchurl, pkgconfig, glib, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libvterm-0.99.7";
|
||||
|
||||
|
@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = http://libvterm.sourceforge.net/;
|
||||
description = "Terminal emulator library to mimic both vt100 and rxvt";
|
||||
license="GPLv2+";
|
||||
license = "GPLv2+";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue