From 94acb5b7806ae95b3e3b78de1ea713ae3560a226 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 7 Apr 2017 21:55:02 -0500 Subject: yasr: make linux-only --- pkgs/applications/audio/yasr/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/applications/audio/yasr') diff --git a/pkgs/applications/audio/yasr/default.nix b/pkgs/applications/audio/yasr/default.nix index b700cc0bd83de..1008d3e8e983c 100644 --- a/pkgs/applications/audio/yasr/default.nix +++ b/pkgs/applications/audio/yasr/default.nix @@ -2,26 +2,26 @@ stdenv.mkDerivation rec { name = "yasr-${version}"; - + version = "0.6.9"; - + src = fetchurl { url = "https://sourceforge.net/projects/yasr/files/yasr/${version}/${name}.tar.gz"; sha256 = "1prv9r9y6jb5ga5578ldiw507fa414m60xhlvjl29278p3x7rwa1"; }; - + patches = [ ./10_fix_openpty_forkpty_declarations ./20_maxpathlen ./30_conf ./40_dectalk_extended_chars ]; # taken from the debian yasr package - + meta = { homepage = "http://yasr.sourceforge.net"; description = "A general-purpose console screen reader"; longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems."; - platforms = stdenv.lib.platforms.unix; + platforms = stdenv.lib.platforms.linux; license = stdenv.lib.licenses.gpl2; maintainers = with stdenv.lib.maintainers; [ jhhuh ]; }; -- cgit 1.4.1