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

[WIP] plemora: init at 1.0.0 #63930

Closed
wants to merge 5 commits into from

Conversation

matthiasbeyer
Copy link
Contributor

My attempt at

Closes #62820

Patches welcome!!!

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@matthiasbeyer
Copy link
Contributor Author

Any help is highly appreciated!

building
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
** (MatchError) no match of right hand side value: {"", 128}
    mix.exs:191: Pleroma.Mixfile.version/1
    mix.exs:7: Pleroma.Mixfile.project/0
    (mix) lib/mix/project.ex:685: Mix.Project.get_project_config/1
    (mix) lib/mix/project.ex:110: Mix.Project.push/3
    (stdlib) lists.erl:1263: :lists.foldl/3
builder for '/nix/store/jaws4pqbnkibd4r6dbazizhdiyjwfr1g-plemora-1.0.0.drv' failed with exit code 1 

@@ -1772,6 +1772,10 @@ in

playerctl = callPackage ../tools/audio/playerctl { };

plemora = callPackage ../servers/web-apps/plemora {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/plemora/pleroma/

Also in the package name and commit msg

@ehmry
Copy link
Contributor

ehmry commented Jul 25, 2019

No progress can be made here until dependencies are updated, the first would seem to be Pheonix, beamPackages.phoenix_1_0_4 is two or three years out of date. Updating that requires regenerating beam-modules/hex-packages.nix, which requires updating hex2nix, which uses Erlang modules that have been deprecated and removed.

@gleber @ericbmerritt ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package/Service: Pleroma
4 participants