Loading pkgs/applications/networking/feedreaders/russ/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , rustPlatform , xorg , darwin }: rustPlatform.buildRustPackage { Loading @@ -21,6 +22,11 @@ rustPlatform.buildRustPackage { # tests are network based :( doCheck = false; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ CoreServices AppKit ]); meta = with lib; { description = "A TUI RSS reader with vim-like controls and a local-first, offline-first focus"; mainProgram = "russ"; Loading @@ -28,6 +34,5 @@ rustPlatform.buildRustPackage { license = with licenses; [ agpl3Only ]; maintainers = with maintainers; [ blusk ]; changelog = "https://github.com/ckampfe/russ/blob/master/CHANGELOG.md"; broken = stdenv.isDarwin; }; } Loading
pkgs/applications/networking/feedreaders/russ/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , rustPlatform , xorg , darwin }: rustPlatform.buildRustPackage { Loading @@ -21,6 +22,11 @@ rustPlatform.buildRustPackage { # tests are network based :( doCheck = false; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ CoreServices AppKit ]); meta = with lib; { description = "A TUI RSS reader with vim-like controls and a local-first, offline-first focus"; mainProgram = "russ"; Loading @@ -28,6 +34,5 @@ rustPlatform.buildRustPackage { license = with licenses; [ agpl3Only ]; maintainers = with maintainers; [ blusk ]; changelog = "https://github.com/ckampfe/russ/blob/master/CHANGELOG.md"; broken = stdenv.isDarwin; }; }