Skip to content

Commit 090bc11

Browse files
committed
jetbrains: set sourceProvenance
1 parent f165866 commit 090bc11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/applications/editors/jetbrains/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ let
4646
description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)");
4747
maintainers = map (x: lib.maintainers."${x}") meta.maintainers;
4848
license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree;
49+
sourceProvenance = if fromSource then [ lib.sourceTypes.fromSource ] else
50+
(if stdenv.isDarwin then [ lib.sourceTypes.binaryNativeCode ] else [ lib.sourceTypes.binaryBytecode ]);
4951
};
5052

5153
mkJetBrainsProduct =

0 commit comments

Comments
 (0)