7 stdenvNoCC.mkDerivation rec {
8 pname = "net-news-wire";
12 url = "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-${version}/NetNewsWire${version}.zip";
13 hash = "sha256-dNdbniXGre8G2/Ac0GB3GHJ2k1dEiHmAlTX3dJOEC7s=";
24 mkdir -p $out/Applications
25 cp -R NetNewsWire.app $out/Applications/
30 description = "RSS reader for macOS and iOS";
32 It's like podcasts — but for reading.
33 NetNewsWire shows you articles from your favorite blogs and news sites and keeps track of what you've read.
35 homepage = "https://github.com/Ranchero-Software/NetNewsWire";
37 "https://github.com/Ranchero-Software/NetNewsWire/releases/tag/mac-${version}";
38 license = licenses.mit;
39 platforms = platforms.darwin;
40 maintainers = with maintainers; [ jakuzure ];