From 52f45eb051df228955add90ca62de66a7ed8af34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 16 May 2019 10:57:32 +0200 Subject: Patch bundix to avoid raises at runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some things are missing in the lockfiles, but it’s unclear what. --- overlays/bundix/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 overlays/bundix/default.nix (limited to 'overlays/bundix') diff --git a/overlays/bundix/default.nix b/overlays/bundix/default.nix new file mode 100644 index 0000000..6c4046c --- /dev/null +++ b/overlays/bundix/default.nix @@ -0,0 +1,7 @@ +self: super: { + bundix = super.bundix.overrideAttrs (old: { + preBuild = (old.preBuild or "") + '' + sed -i -e "/case obj/a\ when nil\n nil" lib/bundix/nixer.rb + ''; + }); +} -- cgit v1.2.3