Hallöchen, ich bräuchte vielleicht mal hilfe bei Nix und wende mich an das HiveMind.
Ich habe eine third party nix flake für binaryNinja (https://github.com/jchv/nix-binary-ninja) die dauerhaft auf die neuesten versionen der Binary von Binjar geupdated wird, ich habe aber nur eine alte version von BinaryNinja, da meine Lizenz ausgelaufen ist.Jetzt beschwert nix sich darüber, dass es die dependency nicht builden kann, weil ja keine binary für die entsprechende Version vorhanden ist. (1/2)
#nix #nixos #nixhelp

@gracicot This is the line I'm fighting right now:

https://github.com/SamueleGerminiani/harm/blob/0511e0addd02ad9514bc4eee9e699604e96eb04b/CMakeLists.txt#L223

All of these dependencies are packaged and discovered already (including SPOT-LTL, by me!) but then the CMakeLists.txt installs (copies?) things into hardcoded /lib directory...

But why find them on the user's path if you're just going to copy them anyway?

#nix #nixos #cmake #nixhelp

harm/CMakeLists.txt at 0511e0addd02ad9514bc4eee9e699604e96eb04b · SamueleGerminiani/harm

Contribute to SamueleGerminiani/harm development by creating an account on GitHub.

GitHub