From 04ffebe38c14a56e707a7bf0bf7bc58a720f7e18 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 15:36:03 +0200 Subject: json? --- hel.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hel.nix b/hel.nix index 20a05071..44c3f279 100644 --- a/hel.nix +++ b/hel.nix @@ -60,6 +60,9 @@ libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { patches = [ ./patches/attachment-0003.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