3
0
Fork 0
forked from mirrors/nixpkgs

ledger-live-desktop: add sourceProvenance

This commit is contained in:
André Silva 2024-01-25 13:11:59 +00:00
parent b7a82613cb
commit ba7d3dcba6
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

@ -34,5 +34,6 @@ appimageTools.wrapType2 rec {
maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal ];
platforms = [ "x86_64-linux" ];
mainProgram = "ledger-live-desktop";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}