Unverified Commit 8d1aebb6 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #306837 from wahjava/unbreak-libstrophe

libstrophe: Unbreak on darwin
parents c0ae7ef4 3921bf74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
    homepage = "https://strophe.im/libstrophe/";
    license = with licenses; [ gpl3Only mit ];
    platforms = platforms.unix;
    broken = stdenv.isDarwin;
    maintainers = with maintainers; [ devhell flosse ];
  };
}