From 6483cf1d91c454e9dfb93de243200f6a677ad4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 2 Sep 2015 12:14:06 +0200 Subject: [PATCH] ffmpeg-full: align pkgname with attrname MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, users are presented with this endless loop: $ ffplay The program ‘ffplay’ is currently not installed. You can install it by typing: nix-env -i ffmpeg $ nix-env -i ffmpeg $ ffplay The program ‘ffplay’ is currently not installed. You can install it by typing: nix-env -i ffmpeg --- pkgs/development/libraries/ffmpeg-full/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ffmpeg-full/default.nix b/pkgs/development/libraries/ffmpeg-full/default.nix index dd8a3aef8d4..37e23d4a324 100644 --- a/pkgs/development/libraries/ffmpeg-full/default.nix +++ b/pkgs/development/libraries/ffmpeg-full/default.nix @@ -230,7 +230,7 @@ assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing; assert x11grabExtlib -> libX11 != null && libXv != null; stdenv.mkDerivation rec { - name = "ffmpeg-${version}"; + name = "ffmpeg-full-${version}"; version = "2.7.2"; src = fetchurl {