From 80372557415a2671584458be4d02cd60bcee0641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2022 14:32:42 +0200 Subject: pkgs/stardict: add stardict itself It seems to not be able to find translations but I am not using it anyway. I have it just for completeness. --- pkgs/stardict/makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkgs/stardict/makefile.patch (limited to 'pkgs/stardict/makefile.patch') diff --git a/pkgs/stardict/makefile.patch b/pkgs/stardict/makefile.patch new file mode 100644 index 0000000..c7b3558 --- /dev/null +++ b/pkgs/stardict/makefile.patch @@ -0,0 +1,13 @@ +Disable compilation of stuff irrelevant to NixOS + +--- a/dict/Makefile.am ++++ b/dict/Makefile.am +@@ -1,7 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = m4 src stardict-plugins tests pixmaps po help data doc \ +- debian-upstream mac_dist msvc_2008 ++SUBDIRS = m4 src stardict-plugins tests pixmaps po help data doc + ACLOCAL_AMFLAGS = -I m4 + + EXTRA_DIST = \ -- cgit v1.2.3