libvterm: set platforms

This commit is contained in:
Domen Kožar 2015-05-24 18:55:47 +02:00
parent c918903381
commit 50be522a51

View file

@ -1,4 +1,5 @@
{stdenv, fetchurl, pkgconfig, glib, ncurses}: { stdenv, fetchurl, pkgconfig, glib, ncurses }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libvterm-0.99.7"; name = "libvterm-0.99.7";
@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://libvterm.sourceforge.net/; homepage = http://libvterm.sourceforge.net/;
description = "Terminal emulator library to mimic both vt100 and rxvt"; description = "Terminal emulator library to mimic both vt100 and rxvt";
license="GPLv2+"; license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
}; };
} }