about summary refs log tree commit diff
path: root/pkgs/santander
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-29 19:27:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-29 19:33:08 +0200
commitdca564068377939c875a59dd3c9d2b5ec2e77830 (patch)
tree36b35e6e96398dbe348ec351fa111f51f20b5f00 /pkgs/santander
parent9875dfdc091cc12f17f4dea3bca66ec3340b5c12 (diff)
pkgs/santander: Suppress substitution failure
Since NixOS/nixpkgs@b6c204f substituting a file which doesn't exist will
fail and the preFixup phase tries to substitute something in the
"install-dependency" script, which doesn't exist here in vuizvui (we're
using a later version directly from upstream Git).

I'm suppressing this simply by null'ing out the preFixup phase instead
of fixing this properly because I'm not going to stay at this bank for a
very long time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/santander')
-rw-r--r--pkgs/santander/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/santander/default.nix b/pkgs/santander/default.nix
index 27fd6f6a..567959d0 100644
--- a/pkgs/santander/default.nix
+++ b/pkgs/santander/default.nix
@@ -117,6 +117,9 @@ let
             if (configFile.is_open()) return true;
         }' src/linux/libpipelight/configloader.c
       '';
+
+      # We don't want or have share/pipelight/install-dependency!
+      preFixup = null;
     });
   } ''
     install -vD "$pipelight/lib/pipelight/libpipelight.so" \