nixos/module: example referenced old ffmpeg
This commit is contained in:
parent
b9ed7b607c
commit
82c31a83b8
@ -17,7 +17,7 @@ in {
|
|||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = "Nix top-level packages to be compiled using CCache";
|
description = "Nix top-level packages to be compiled using CCache";
|
||||||
default = [];
|
default = [];
|
||||||
example = [ "wxGTK30" "qt48" "ffmpeg_3_3" "libav_all" ];
|
example = [ "wxGTK30" "ffmpeg" "libav_all" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user