On Jan 12, 2016 00:27, "Augustin Borsu" <[email protected]> wrote: > > Hello, > > I'm a bit stuck so I thought I would try and ask the community if any one has an idea. > I'm trying to make a package to run SonarQube on a nixos server and so far I"ve gotten this far : ... > But now I have a very cryptic file not found error when I try to launch the ./bin/wrapper file that is supposed to launch it all.
I guess the binary still refers to /lib/ld-linux.so (or something) as its interpreter. What you want is patchelf. See examples in nixpkgs repo. Best regards, Bjørn Forsman
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
