Sydney
Sydney
Could this package be backported once its added?
I added the suggested changes. Please check if everything is okay now.
Build was failing now as libgpiod is not available on darwin. Added check stdenv.isLinux to fix that.
As someone else opened a pull request to add flashprog (https://github.com/NixOS/nixpkgs/pull/292592) while this one was already open which got merged earlier I rebased my changes on the current master and...
I applied your suggested changes. Hopefully the changelog looks a bit cleaner now. Please have a look if everything is fine now :)
Added the suggested changes. Please have a look if everything is fine now.
Could someone restart the failed job as it seems to be an problem with ofborg instead of my package.
> P.S.: fixup meta.license what should be fixed? the current license was requested by @felixsinger and I think it is correct: > flashprog is mainly GPLv2 licensed. So change it...
I rebased on current master and changed the license to gpl2Plus as flashprog is licensed with gpl2Plus. From flashprogs COPYING: > This program is free software; you can redistribute it...
Ofborg was failing because it was using an outdated nix version. Lets see if the rebase to the current master fixed it or if further action is required.