Commit fc3ceeeb authored by FliegendeWurst's avatar FliegendeWurst
Browse files

boringssl: run installPhase hooks

parent 4534205b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ buildGoModule {
  ] ++ lib.optionals (stdenv.hostPlatform.isLinux) [ "-DCMAKE_OSX_ARCHITECTURES=" ];

  installPhase = ''
    runHook preInstall

    mkdir -p $bin/bin $dev $out/lib

    mv tool/bssl $bin/bin
@@ -64,6 +66,8 @@ buildGoModule {
    mv decrepit/libdecrepit.a $out/lib

    mv ../include $dev

    runHook postInstall
  '';

  outputs = [