From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile. Date: Mon, 18 Jul 2016 18:55:43 +0200 Message-ID: <20160718165552.1480-1-david@craven.ch> References: <20160709125011.24587-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBqD-0001it-00 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBq8-0002nq-Le for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:24 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:35486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBq7-0002mN-F7 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:20 -0400 In-Reply-To: <20160709125011.24587-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: David Craven * gnu/system.scm (operating-system-etc-service): Remove "export" for 'GST_PLUGIN_PATH'. --- gnu/system.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/system.scm b/gnu/system.scm index 476720b..fe62c3e 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -433,9 +433,6 @@ fi # See . umask 022 -# Allow GStreamer-based applications to find plugins. -export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\" - if [ -n \"$BASH_VERSION\" -a -f /etc/bashrc ] then # Load Bash-specific initialization code. -- 2.9.0