From d0b30155a5fbf65459c0a652d28c7ef72774b007 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sun, 31 Mar 2013 22:19:29 +0200 Subject: [PATCH] e17/emotion: enable vlc video backend we should probably make this configurable, but for now enabling (and testing) at least 1 backend is better than none, as emotion without backends won't anything at all --- pkgs/desktops/e17/emotion/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/e17/emotion/default.nix b/pkgs/desktops/e17/emotion/default.nix index 42790162171..9ec3631b1e7 100644 --- a/pkgs/desktops/e17/emotion/default.nix +++ b/pkgs/desktops/e17/emotion/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, pkgconfig, ecore, evas, eet, eina, edje }: +{ stdenv, fetchurl, pkgconfig, ecore, evas, eet, eina, edje, vlc }: stdenv.mkDerivation rec { name = "emotion-${version}"; version = "1.7.5"; @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { url = "http://download.enlightenment.org/releases/${name}.tar.bz2"; sha256 = "1sfw8kpj2fcqymzd6q7p51xxib1n2arvjl1hnwhqkvwhlsq2b4sw"; }; - buildInputs = [ pkgconfig ecore evas eet eina edje ]; + buildInputs = [ pkgconfig ecore evas eet eina edje vlc ]; meta = { description = "A library to easily integrate media playback into EFL applications"; longDescription = ''