From 64fa593e1e780c10f95a8adb47dc38b3a77ca6db Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sat, 25 Apr 2015 19:45:54 -0700 Subject: [PATCH] celt: Correct typo --- pkgs/development/libraries/celt/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/celt/generic.nix b/pkgs/development/libraries/celt/generic.nix index 59778d36f85..4ab554561f7 100644 --- a/pkgs/development/libraries/celt/generic.nix +++ b/pkgs/development/libraries/celt/generic.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation rec { homepage = http://www.celt-codec.org/; license = licenses.bsd2; maintainers = with maintainers; [ codyopel raskin ]; - platform = platforms.unix; + platforms = platforms.unix; }; }