mirror of https://github.com/materusPL/Nixerus.git
remove unfree from ffmpeg
This commit is contained in:
parent
b99fa7826b
commit
b0cc7e61c1
|
@ -116,7 +116,7 @@
|
|||
*/
|
||||
, withGPL ? true
|
||||
, withGPLv3 ? true
|
||||
, withUnfree ? true
|
||||
, withUnfree ? false
|
||||
|
||||
/*
|
||||
* Build options
|
||||
|
@ -703,7 +703,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = with licenses; [ lgpl21Plus ]
|
||||
++ optional withGPL gpl2Plus
|
||||
++ optional withGPLv3 gpl3Plus
|
||||
++ optional withUnfree unfree;
|
||||
++ optional withUnfree unfreeRedistributable;
|
||||
pkgConfigModules = [ "libavutil" ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ atemu ];
|
||||
|
|
Loading…
Reference in New Issue