monit: remove libSystem hack

+1 -4
+1 -4
pkgs/tools/system/monit/default.nix
··· 24 nativeBuildInputs = [ bison flex ] ++ 25 lib.optionals stdenv.hostPlatform.isDarwin [ 26 darwin.apple_sdk.frameworks.DiskArbitration 27 ]; 28 29 buildInputs = [ zlib.dev libxcrypt ] ++ 30 lib.optionals useSSL [ openssl ] ++ 31 lib.optionals usePAM [ pam ]; 32 - 33 - preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' 34 - substituteInPlace configure --replace "-framework System" "-lSystem" 35 - ''; 36 37 configureFlags = [ 38 (lib.withFeature usePAM "pam")
··· 24 nativeBuildInputs = [ bison flex ] ++ 25 lib.optionals stdenv.hostPlatform.isDarwin [ 26 darwin.apple_sdk.frameworks.DiskArbitration 27 + darwin.apple_sdk.frameworks.System 28 ]; 29 30 buildInputs = [ zlib.dev libxcrypt ] ++ 31 lib.optionals useSSL [ openssl ] ++ 32 lib.optionals usePAM [ pam ]; 33 34 configureFlags = [ 35 (lib.withFeature usePAM "pam")