From dca564068377939c875a59dd3c9d2b5ec2e77830 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 29 Aug 2016 19:27:11 +0200 Subject: 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 --- pkgs/santander/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/santander') 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" \ -- cgit 1.4.1