diff --git a/nix/sources.json b/nix/sources.json
index ce65ce05e85f682c1980abe90b7c82a58f958c8c..9d003fe7252655239e8eddcc23c8b7012f669677 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -65,10 +65,10 @@ "description": "Modular and configurable OS for embedded applications",
"homepage": "http://embox.github.io",
"owner": "embox",
"repo": "embox",
"rev": "6f8a4207fb9649b2572b8c23c056fc776f2e4492",
"sha256": "1fwp3wk9hn3ra0ls7z4bxzrpmdrcvidlcaiv5xx766397hdk12r0",
"rev": "f78bb141bb36124e9738110f14de2f55e7bd0ab6",
"sha256": "10knbp9fvqsg7vy53cqi450ikn76pmdarx09qvwakgkpjj6v30zm",
"type": "tarball",
"url": "https://github.com/embox/embox/archive/6f8a4207fb9649b2572b8c23c056fc776f2e4492.tar.gz",
"url": "https://github.com/embox/embox/archive/f78bb141bb36124e9738110f14de2f55e7bd0ab6.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"google-translate-for-goldendict": {
diff --git a/pkgs/embox/0001-fix-build.patch b/pkgs/embox/0001-fix-build.patch
index 4f1e4f33e134dcf65bccc319ee8953526a653fb8..431b0772a0001c2b9276ba3c2769931aadb82f42 100644
--- a/pkgs/embox/0001-fix-build.patch
+++ b/pkgs/embox/0001-fix-build.patch
@@ -36,29 +36,3 @@ +CPP = $(CC) -E
comma_sep_list = $(subst $(\s),$(,),$(strip $1))
-diff --git i/mk/image2.mk w/mk/image2.mk
-index be5f39879..ad7f2b52f 100644
---- i/mk/image2.mk
-+++ w/mk/image2.mk
-@@ -51,7 +51,7 @@ $(ROOTFS_DIR)/% :
$(and $(chmod),$(findstring $(chmod),'')),,;chmod $(chmod) $@)
-- @find $@ -name .gitkeep -type f -print0 | xargs -0 /bin/rm -rf
-+ @find $@ -name .gitkeep -type f -print0 | xargs -0 rm -rf
-diff --git i/mk/image3.mk w/mk/image3.mk
-index 34d1cf656..9c8ffaf37 100644
---- i/mk/image3.mk
-+++ w/mk/image3.mk
-@@ -283,7 +283,7 @@ $(__cpio_files) : FORCE
$(foreach c,chmod chown,$(if $(and $($c),$(findstring $($c),'')),,$c $($c) $f;)) \
$(foreach a,$(strip $(subst ',,$(xattr))), \
attr -s $(basename $(subst =,.,$a)) -V $(subst .,,$(suffix $(subst =,.,$a))) $f;) \
-- find $f -name .gitkeep -type f -print0 | xargs -0 /bin/rm -rf)
-+ find $f -name .gitkeep -type f -print0 | xargs -0 rm -rf)
application/octet-stream
This content has been proxied by September (3851b).