Commit 6cf5d549 authored by Benjamin Lee's avatar Benjamin Lee Committed by Emery Hemingway
Browse files

nimble-unwrapped: Add missing Security framework buildInput

parent 73909f4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -165,7 +165,8 @@ in {
    };

    depsBuildBuild = [ nim-unwrapped ];
    buildInputs = [ openssl ];
    buildInputs = [ openssl ]
      ++ lib.optional stdenv.isDarwin Security;

    nimFlags = [ "--cpu:${nimHost.cpu}" "--os:${nimHost.os}" "-d:release" ];