-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Packaging PeerTube #46987
Copy link
Copy link
Closed
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Metadata
Metadata
Assignees
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Fields
Give feedbackNo fields configured for issues without a type.
I began to work on packaging PeerTube.
But I am new to packaging Yarn applications and I can't figure how to use yarn2nix properly for this one.
For now I tried to create a
default.nix:But when I do a
nix-buildI get the errorfound changes in the lockfile. I can get past it by generating the yarn.nix file manually withyarn2nix > yarn.nix, but then I get a mismatch hash error on one of the packets :So if someone with interest in packaging this application could help me, I am ready to take advices