cataclysm-dda{,-git}: apply locale patch dynamically

Each time src/translations.cpp is modified, we have to update the locale
patch. Using sed to patch dynamically should be handy.
This commit is contained in:
Mitsuhiro Nakamura
2020-07-18 14:21:12 +09:00
parent d6863de058
commit bf71f12cb5
5 changed files with 5 additions and 45 deletions
-2
View File
@@ -16,8 +16,6 @@ stdenv.mkDerivation (common // rec {
sha256 = "15l6w6lxays7qmsv0ci2ry53asb9an9dh7l7fc13256k085qcg68";
};
patches = [ ./patches/fix_locale_dir.patch ];
meta = with stdenv.lib.maintainers; common.meta // {
maintainers = common.meta.maintainers ++ [ skeidel ];
};