about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/frostwire
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-04 19:07:20 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-04 19:48:03 +0100
commit3b445eaceacd3924e1604b48f33e49e2df8dbbff (patch)
treed68afe4ded91f9438cd7b4602370434cd8389f1c /pkgs/applications/networking/p2p/frostwire
parent3b6bc4b69ca7eec695291af31d8878071e0e084d (diff)
treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
Diffstat (limited to 'pkgs/applications/networking/p2p/frostwire')
-rw-r--r--pkgs/applications/networking/p2p/frostwire/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/frostwire/default.nix b/pkgs/applications/networking/p2p/frostwire/default.nix
index cd6ae563aa0b6..05fb734d7bf21 100644
--- a/pkgs/applications/networking/p2p/frostwire/default.nix
+++ b/pkgs/applications/networking/p2p/frostwire/default.nix
@@ -87,6 +87,10 @@ in stdenv.mkDerivation {
   meta = with lib; {
     homepage = "https://www.frostwire.com/";
     description = "BitTorrent Client and Cloud File Downloader";
+    sourceProvenance = with sourceTypes; [
+      fromSource
+      binaryBytecode  # deps
+    ];
     license = licenses.gpl2;
     maintainers = with maintainers; [ gavin ];
     platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" ];