nixpkgs
nixpkgs copied to clipboard
hmcl: 3.5.5 -> 3.5.7
Description of changes
Update hmcl package to 3.5.7 and add myself as a maintainer since there are none currently
Things done
- Built on platform(s)
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- For non-Linux: Is sandboxing enabled in
nix.conf? (See Nix manual)- [ ]
sandbox = relaxed - [ ]
sandbox = true
- [ ]
- [ ] Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- [ ] Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage - [x] Tested basic functionality of all binary files (usually in
./result/bin/) -
24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [x] Fits CONTRIBUTING.md.
Add a :+1: reaction to pull requests you find important.
For some odd reason it keeps failing with this error, I don't know why as of yet though
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> no Makefile or custom buildPhase, doing nothing
> Running phase: glibPreInstallPhase
> Running phase: glibPreInstallPhase
> Running phase: installPhase
> install: cannot stat 'hmcl.png': No such file or directory
For full logs, run 'nix log /nix/store/frawz1jl6d8zjycpk6740gl9xfrczg5d-hmcl-3.5.7.drv'.
install: cannot stat 'hmcl.png': No such file or directory
The call to imagemagick is producing multiple hmcl-*.png files, as the icon file contains multiple images (presumably the same at multiple resolutions)
Thanks for the review, I realised what was wrong and now it builds successfully