From d227faaadebc7b0ea38d7375802413636a85cbf1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:39:01 +0200 Subject: just json. --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index c8f42f82..5791e49c 100644 --- a/hel.nix +++ b/hel.nix @@ -58,7 +58,7 @@ nixpkgs.config.packageOverrides = pkgs: rec { libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { - patches = [ ./patches/attachment-0003.patch ./patches/attachment.patch ./patches/attachment-0001.patch ]; + patches = [ ./patches/attachment-0003.patch ./patches/attachment.patch ]; buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.autoconf ]; }); libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { -- cgit v1.2.3