3
0
Fork 0
forked from mirrors/nixpkgs

ffmpeg-full: nvenc doesn't imply nonfree licensing

This commit is contained in:
Jorge Acereda 2019-02-08 10:50:43 +00:00
parent e6ad2c30aa
commit ce211e6839

View file

@ -228,7 +228,7 @@ assert libxcbxfixesExtlib -> libxcb != null;
assert libxcbshapeExtlib -> libxcb != null;
assert openglExtlib -> libGLU_combined != null;
assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing;
assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
assert nvenc -> nvidia-video-sdk != null;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";