diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:36:03 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-16 15:36:03 +0200 |
| commit | 04ffebe38c14a56e707a7bf0bf7bc58a720f7e18 (patch) | |
| tree | 90f9fbfaf4a812da454057d69c2d93afcf64a637 | |
| parent | 9eef0b7bf7b568dba4d530f51db575a0cff2e376 (diff) | |
| download | nixos-04ffebe38c14a56e707a7bf0bf7bc58a720f7e18.tar nixos-04ffebe38c14a56e707a7bf0bf7bc58a720f7e18.tar.gz nixos-04ffebe38c14a56e707a7bf0bf7bc58a720f7e18.tar.bz2 nixos-04ffebe38c14a56e707a7bf0bf7bc58a720f7e18.tar.xz nixos-04ffebe38c14a56e707a7bf0bf7bc58a720f7e18.zip | |
json?
| -rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -60,6 +60,9 @@ | |||
| 60 | libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { | 60 | libmbim = pkgs.stdenv.lib.overrideDerivation pkgs.libmbim (attrs: { |
| 61 | patches = [ ./patches/attachment-0003.patch ]; | 61 | patches = [ ./patches/attachment-0003.patch ]; |
| 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.autoconf ]; | 62 | buildInputs = attrs.buildInputs ++ [ pkgs.automake114x pkgs.autoconf ]; |
| 63 | postConfigure = '' | ||
| 64 | ${pkgs.findutils}/bin/find . -iname '*.json' | ||
| 65 | ''; | ||
| 63 | }); | 66 | }); |
| 64 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { | 67 | libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { |
| 65 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; | 68 | patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; |
