From 69ea49f29e3e22d5de4e5fa09badff06cdabe9d9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:38:34 +0200 Subject: json! --- hel.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 44c3f279..c8f42f82 100644 --- a/hel.nix +++ b/hel.nix @@ -58,11 +58,8 @@ nixpkgs.config.packageOverrides = pkgs: rec { libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { - patches = [ ./patches/attachment-0003.patch ]; + patches = [ ./patches/attachment-0003.patch ./patches/attachment.patch ./patches/attachment-0001.patch ]; buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.autoconf ]; - postConfigure = '' - ${pkgs.findutils}/bin/find . -iname '*.json' - ''; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; -- cgit v1.2.3