Merge pull request #9602 from bjornfor/ffmpeg-full-name

ffmpeg-full: align pkgname with attrname
This commit is contained in:
Eelco Dolstra 2015-09-02 16:11:31 +02:00
commit f0e67b927f

View File

@ -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 {