diff --git a/pkgs/development/libraries/foma/default.nix b/pkgs/development/libraries/foma/default.nix
index eaf23f0e20e541452093f13512cfe2c5f929f88a..66a38bac6dade842e6280f8f78384d827affe835 100644
--- a/pkgs/development/libraries/foma/default.nix
+++ b/pkgs/development/libraries/foma/default.nix
@@ -5,17 +5,17 @@ pname = "foma";
version = stdenv.lib.substring 0 7 src.rev;
src = sources.foma;
nativeBuildInputs = [ bison flex libtool ];
buildInputs = [ ncurses readline zlib ];
postPatch = ''
--replace "CC = gcc" "#CC = gcc" \
--replace "-ltermcap" "-lncurses"
'';
makeFlags = [ "prefix=$(out)" ];
diff --git a/pkgs/development/python-modules/python-hfst/default.nix b/pkgs/development/python-modules/python-hfst/default.nix
index 9f2e82db671128537db68fcb3779507fd74dd752..5c6df444bc911858816646a1339c0a84d9ea9843 100644
--- a/pkgs/development/python-modules/python-hfst/default.nix
+++ b/pkgs/development/python-modules/python-hfst/default.nix
@@ -4,11 +4,11 @@ buildPythonPackage rec {
pname = "python-hfst";
inherit (hfst) src version;
buildInputs = [ hfst ];
nativeBuildInputs = [ swig ];
meta = with lib; {
description = "Python bindings for HFST";
application/octet-stream
This content has been proxied by September (3851b).