toxic: 0.15.1 -> 0.16.0
[NixPkgs.git] / pkgs / by-name / lx / lxcfs / no-spec.patch
blobead4bfcf80f75d8c33c3778f61a20174932fd87a
1 diff --git a/meson.build b/meson.build
2 index a0289ad..93fc61a 100644
3 --- a/meson.build
4 +++ b/meson.build
5 @@ -253,19 +253,6 @@ if want_tests == true
6 c_args: '-DRELOADTEST -DDEBUG')
7 endif
9 -# RPM spec.
10 -lxcfs_spec = custom_target(
11 - 'lxcfs.spec',
12 - build_by_default: true,
13 - input: 'lxcfs.spec.in',
14 - output: 'lxcfs.spec',
15 - command: [
16 - meson_render_jinja2,
17 - config_h,
18 - '@INPUT@',
19 - '@OUTPUT@',
20 - ])
22 # Man pages
23 if want_docs == true
24 help2man = find_program('help2man')