NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.4k stars 14.35k forks source link

Packaging request: armorpaint #154789

Open Shou opened 2 years ago

Shou commented 2 years ago

Project description 3D PBR Texture Painting Software

I've already written a Nixpkg derivation[1] that seems to work okay, but it needs a maintainer and some cleaning up.

[1] https://github.com/Shou/nixos-configuration/blob/7ef312ba6886f8ce11ef3f114ebe9416251074d8/pkgs/armorpaint/default.nix

Metadata

jonringer commented 2 years ago

The expression you created looks alright for a PR. Why not be a maintainer yourself?

zopsicle commented 1 year ago

A couple GitHub repositories that were used as submodules have since been renamed or deleted so the derivation no longer builds. Since 21.10 is the latest release it means we could only realistically package HEAD.

miampf commented 1 month ago

I have a working derivation here for everybody who's interested. I do plan on adding it to nix packages eventually, however, I currently have to package HEAD instead of a tag since they moved a lot of their structure around, deleted some repos, etc. which makes it very hard to package 23.09. Once a new release comes out I'll open a PR (or if I get sick of waiting :) ). Also, I currently only have it packaged for linux (the main reason for that is that I don't own a mac so I can't really test derivations for it).