2
0
Fork 0

Explicitly strip the solo5 library

The server7 hydra is producing a different binary than my laptop.
20.02
Emery Hemingway 3 years ago
parent 3aba7ac2c2
commit 658fa243df

@ -43,6 +43,8 @@ in stdenv.mkDerivation {
runHook postInstall
'';
preFixup = "$STRIP $out/lib/solo5-bindings-genode/solo5.lib.so";
meta = with stdenv.lib; {
description = "Sandboxed execution environment.";
homepage = "https://github.com/solo5/solo5";

Loading…
Cancel
Save