From 9e60224efbb7811087471f577affced6a4056deb Mon Sep 17 00:00:00 2001 From: codyopel Date: Mon, 9 Feb 2015 15:18:20 -0500 Subject: [PATCH] fdk-aac: disable example encoder by default --- pkgs/development/libraries/fdk-aac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/fdk-aac/default.nix b/pkgs/development/libraries/fdk-aac/default.nix index 0694b7d3018..2b0b027bda5 100644 --- a/pkgs/development/libraries/fdk-aac/default.nix +++ b/pkgs/development/libraries/fdk-aac/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl -, exampleSupport ? true # Example encoding program +, exampleSupport ? false # Example encoding program }: with stdenv.lib;