3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/feedreaders/newsflash/no-post-install.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
332 B
Diff
Raw Normal View History

2020-07-22 05:09:19 +01:00
diff --git a/meson.build b/meson.build
2021-06-20 13:01:47 +01:00
index 1d7089c..1952e7f 100644
2020-07-22 05:09:19 +01:00
--- a/meson.build
+++ b/meson.build
@@ -61,5 +61,3 @@ meson.add_dist_script(
meson.source_root(),
join_paths(meson.build_root(), 'meson-dist', meson.project_name() + '-' + newsflash_version)
)
-
-meson.add_install_script('build-aux/meson_post_install.py')