From 1993c185465c91cb84039a2752394a7895dd66ec Mon Sep 17 00:00:00 2001 From: Jack Cummings Date: Sun, 31 Mar 2013 22:09:17 -0700 Subject: [PATCH] missing semicolon. --- pkgs/applications/audio/shntool/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/shntool/default.nix b/pkgs/applications/audio/shntool/default.nix index 476f1a3bd63..12ef79d746e 100644 --- a/pkgs/applications/audio/shntool/default.nix +++ b/pkgs/applications/audio/shntool/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { description = "multi-purpose WAVE data processing and reporting utility"; homepage = http://www.etree.org/shnutils/shntool/; license = stdenv.lib.licenses.gpl2Plus; - platforms = stdenv.lib.platforms.all + platforms = stdenv.lib.platforms.all; maintainers = with stdenv.lib.maintainers; [ jcumming ]; }; }