Skip to content

Commit

Permalink
butterfly: add license and sourceProvenance for pdfium binaries (#353984
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Aleksanaa authored Nov 6, 2024
2 parents a40c3f1 + 95973ff commit 4a8f0d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/bu/butterfly/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,13 @@ flutter.buildFlutterApplication {
license = with lib.licenses; [
agpl3Plus
cc-by-sa-40
asl20 # pdfium-binaries
];
maintainers = with lib.maintainers; [ aucub ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [
fromSource
binaryNativeCode # pdfium-binaries
];
};
}

0 comments on commit 4a8f0d1

Please sign in to comment.