summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:38:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:38:34 +0200
commit69ea49f29e3e22d5de4e5fa09badff06cdabe9d9 (patch)
treef2f67cff3ce994ec57c061a96de78dc1bd0fea87 /hel.nix
parent04ffebe38c14a56e707a7bf0bf7bc58a720f7e18 (diff)
downloadnixos-69ea49f29e3e22d5de4e5fa09badff06cdabe9d9.tar
nixos-69ea49f29e3e22d5de4e5fa09badff06cdabe9d9.tar.gz
nixos-69ea49f29e3e22d5de4e5fa09badff06cdabe9d9.tar.bz2
nixos-69ea49f29e3e22d5de4e5fa09badff06cdabe9d9.tar.xz
nixos-69ea49f29e3e22d5de4e5fa09badff06cdabe9d9.zip
json!
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hel.nix b/hel.nix
index 44c3f279..c8f42f82 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,11 +58,8 @@
58 58
59 nixpkgs.config.packageOverrides = pkgs: rec { 59 nixpkgs.config.packageOverrides = pkgs: rec {
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 ./patches/attachment.patch ./patches/attachment-0001.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 '';
66 }); 63 });
67 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: { 64 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {
68 patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ]; 65 patches = [ ./patches/attachment-0004.patch ./patches/attachment-0005.patch ];