2
0
Fork 0

Explicitly strip the solo5 library

The server7 hydra is producing a different binary than my laptop.
This commit is contained in:
Emery Hemingway 2020-01-23 18:21:12 +01:00
parent 3aba7ac2c2
commit 658fa243df
1 changed files with 2 additions and 0 deletions

View File

@ -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";