From 38da23037dd2fa3df91b50be716000dccef15581 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 23:04:55 +0200 Subject: [PATCH] comment --- derivations/vital-synth/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/derivations/vital-synth/default.nix b/derivations/vital-synth/default.nix index f7083918..3701c053 100644 --- a/derivations/vital-synth/default.nix +++ b/derivations/vital-synth/default.nix @@ -37,6 +37,10 @@ in stdenv.mkDerivation rec { # This is necessary because NixOS doesn't have the linux typical static location where these libraries are placed, # so the binary needs the correct paths to the nix store for each one. # autoPatchelfHook propagates all the buildInputs so they are available at runtime. + # View also: + # https://nixos.org/manual/nixpkgs/unstable/#setup-hook-autopatchelfhook + # https://nixos.wiki/wiki/Packaging/Binaries + # https://unix.stackexchange.com/questions/522822/different-methods-to-run-a-non-nixos-executable-on-nixos/522823#522823 nativeBuildInputs = [ dpkg autoPatchelfHook