libvterm: set platforms
This commit is contained in:
parent
c918903381
commit
50be522a51
@ -1,4 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libvterm-0.99.7";
|
||||
|
||||
@ -22,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://libvterm.sourceforge.net/;
|
||||
description = "Terminal emulator library to mimic both vt100 and rxvt";
|
||||
license = "GPLv2+";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user