Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging request: beaker browser #38037

Closed
patrl opened this issue Mar 29, 2018 · 7 comments
Closed

Packaging request: beaker browser #38037

patrl opened this issue Mar 29, 2018 · 7 comments
Labels
9.needs: package (new) This needs a new package to be added

Comments

@patrl
Copy link
Contributor

patrl commented Mar 29, 2018

Peer-to-peer web browser based on Dat protocol: https://beakerbrowser.com/
Repository: https://github.com/beakerbrowser/beaker

I might come back and do this myself at some point, but I'm adding this here as a placeholder so that if anyone starts working on this, they can mention it here.

@jtojnar jtojnar added the 9.needs: package (new) This needs a new package to be added label Mar 29, 2018
@patrl patrl changed the title Packing request: beaker browser Packaging request: beaker browser Mar 30, 2018
@kamilchm
Copy link
Member

kamilchm commented Apr 1, 2019

It would be probably better to build beaker with electron, but I use appimageTools to have beaker in nix:

{ stdenv, appimageTools, fetchurl }:
appimageTools.wrapType2 {
  name = "beakerbrowser";
  src = fetchurl {
    url = "https://github.com/beakerbrowser/beaker/releases/download/0.8.7/Beaker.Browser.0.8.7.AppImage";
    sha256 = "0x29ysnqjf7f0s6kgqkm5wmc4d3zp2gfbg0qh78qgl4phyhfzgfr";
  };
}

@bignaux
Copy link

bignaux commented Mar 8, 2020

I think we should be less regarding and accept packages that use appimageTools.wrapType2, since this kind of application seems really annoying and discouraging to package, as show #66571 . You can be interesting on my work on #81833 , i now can provide a way to escape AppRun and let you run directly call ./beaker-browser .

@stale
Copy link

stale bot commented Sep 5, 2020

Hello, I'm a bot and I thank you in the name of the community for opening this issue.

To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it.

If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them.

Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Sep 5, 2020
@bbigras
Copy link
Contributor

bbigras commented Sep 5, 2020

I still want that.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Sep 5, 2020
@stale
Copy link

stale bot commented Mar 5, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Mar 5, 2021
@milahu
Copy link
Contributor

milahu commented Dec 4, 2022

https://github.com/beakerbrowser/beaker is dead, last commit 2 years ago

see also beakerbrowser/beaker#1959

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Dec 4, 2022
@zimbatm
Copy link
Member

zimbatm commented Dec 28, 2022

RIP

@zimbatm zimbatm closed this as completed Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.needs: package (new) This needs a new package to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants