lol

treewide: set sourceProvenance for packages containing downloaded jars

these are the easily identifiable cases and will not be comprehensive

+318 -1
+1
pkgs/applications/audio/jmusicbot/default.nix
··· 24 24 meta = with lib; { 25 25 description = "Discord music bot that's easy to set up and run yourself"; 26 26 homepage = "https://github.com/jagrosh/MusicBot"; 27 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 27 28 license = licenses.asl20; 28 29 maintainers = with maintainers; [ SuperSandro2000 ]; 29 30 platforms = platforms.all;
+1
pkgs/applications/blockchains/bisq-desktop/default.nix
··· 94 94 meta = with lib; { 95 95 description = "A decentralized bitcoin exchange network"; 96 96 homepage = "https://bisq.network"; 97 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 97 98 license = licenses.mit; 98 99 maintainers = with maintainers; [ juaningan emmanuelrosa ]; 99 100 platforms = [ "x86_64-linux" ];
+1
pkgs/applications/blockchains/ergo/default.nix
··· 20 20 meta = with lib; { 21 21 description = "Open protocol that implements modern scientific ideas in the blockchain area"; 22 22 homepage = "https://ergoplatform.org/en/"; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.cc0; 24 25 platforms = platforms.all; 25 26 maintainers = with maintainers; [ mmahut ];
+1
pkgs/applications/blockchains/tessera/default.nix
··· 20 20 meta = with lib; { 21 21 description = "Enterprise Implementation of Quorum's transaction manager"; 22 22 homepage = "https://github.com/jpmorganchase/tessera"; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.asl20; 24 25 maintainers = with maintainers; [ mmahut ]; 25 26 };
+1
pkgs/applications/editors/bluej/default.nix
··· 56 56 meta = with lib; { 57 57 description = "A simple integrated development environment for Java"; 58 58 homepage = "https://www.bluej.org/"; 59 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 59 60 license = licenses.gpl2ClasspathPlus; 60 61 maintainers = with maintainers; [ chvp ]; 61 62 platforms = platforms.unix;
+29
pkgs/applications/editors/eclipse/plugins.nix
··· 108 108 meta = with lib; { 109 109 homepage = "https://github.com/tobiasmelcher/EclipseAceJump"; 110 110 description = "Provides fast jumps to text based on initial letter"; 111 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 111 112 license = licenses.mit; 112 113 platforms = platforms.all; 113 114 }; ··· 130 131 meta = with lib; { 131 132 homepage = "https://mihai-nita.net/java/#ePluginAEC"; 132 133 description = "Adds support for ANSI escape sequences in the Eclipse console"; 134 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 133 135 license = licenses.asl20; 134 136 platforms = platforms.all; 135 137 }; ··· 152 154 meta = with lib; { 153 155 description = "A powerful parser generator for processing structured text or binary files"; 154 156 homepage = "https://www.antlr.org/"; 157 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 155 158 license = licenses.bsd3; 156 159 platforms = platforms.all; 157 160 }; ··· 174 177 meta = with lib; { 175 178 description = "A powerful parser generator for processing structured text or binary files"; 176 179 homepage = "https://www.antlr.org/"; 180 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 177 181 license = licenses.bsd3; 178 182 platforms = platforms.all; 179 183 }; ··· 196 200 meta = with lib; { 197 201 homepage = "http://andrei.gmxhome.de/anyedit/"; 198 202 description = "Adds new tools to the context menu of text-based editors"; 203 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 199 204 license = licenses.epl10; 200 205 platforms = platforms.all; 201 206 }; ··· 218 223 meta = with lib; { 219 224 homepage = "https://github.com/cypher256/eclipse-encoding-plugin"; 220 225 description = "Show file encoding and line ending for the active editor in the eclipse status bar"; 226 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 221 227 license = licenses.epl10; 222 228 platforms = platforms.all; 223 229 }; ··· 240 246 meta = with lib; { 241 247 homepage = "http://andrei.gmxhome.de/bytecode/"; 242 248 description = "Shows disassembled bytecode of current java editor or class file"; 249 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 243 250 license = licenses.bsd2; 244 251 platforms = platforms.all; 245 252 }; ··· 259 266 meta = with lib; { 260 267 homepage = "https://eclipse.org/cdt/"; 261 268 description = "C/C++ development tooling"; 269 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 262 270 license = licenses.epl10; 263 271 platforms = platforms.all; 264 272 maintainers = [ maintainers.bjornfor ]; ··· 278 286 meta = with lib; { 279 287 homepage = "https://eclipse-cs.sourceforge.net/"; 280 288 description = "Checkstyle integration into the Eclipse IDE"; 289 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 281 290 license = licenses.lgpl21; 282 291 platforms = platforms.all; 283 292 }; ··· 301 310 meta = with lib; { 302 311 homepage = "http://eclipsecolorthemes.org/"; 303 312 description = "Plugin to switch color themes conveniently and without side effects"; 313 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 304 314 license = licenses.epl10; 305 315 platforms = platforms.all; 306 316 }; ··· 333 343 meta = with lib; { 334 344 homepage = "http://www2.cs.tum.edu/projects/cup/eclipse.php"; 335 345 description = "IDE for developing CUP based parsers"; 346 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 336 347 platforms = platforms.all; 337 348 maintainers = [ maintainers.romildo ]; 338 349 }; ··· 358 369 meta = with lib; { 359 370 homepage = "https://www.drools.org/"; 360 371 description = "Drools is a Business Rules Management System (BRMS) solution"; 372 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 361 373 license = licenses.asl20; 362 374 }; 363 375 }; ··· 375 387 meta = with lib; { 376 388 homepage = "https://www.eclemma.org/"; 377 389 description = "EclEmma is a free Java code coverage tool for Eclipse"; 390 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 378 391 license = licenses.epl10; 379 392 platforms = platforms.all; 380 393 }; ··· 397 410 meta = with lib; { 398 411 homepage = "http://findbugs.sourceforge.net/"; 399 412 description = "Plugin that uses static analysis to look for bugs in Java code"; 413 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 400 414 license = licenses.epl10; 401 415 platforms = platforms.all; 402 416 }; ··· 415 429 meta = with lib; { 416 430 homepage = "https://github.com/ddekany/jbosstools-freemarker"; 417 431 description = "Plugin that provides an editor for Apache FreeMarker files"; 432 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 418 433 }; 419 434 }; 420 435 ··· 431 446 meta = with lib; { 432 447 homepage = "http://gnuarmeclipse.livius.net/"; 433 448 description = "GNU ARM Eclipse Plug-ins"; 449 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 434 450 license = licenses.epl10; 435 451 platforms = platforms.all; 436 452 maintainers = [ maintainers.bjornfor ]; ··· 469 485 meta = with lib; { 470 486 description = "Adds support for JSON files to Eclipse"; 471 487 homepage = "https://github.com/boothen/Json-Eclipse-Plugin"; 488 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 472 489 license = licenses.epl10; 473 490 platforms = platforms.all; 474 491 }; ··· 491 508 meta = with lib; { 492 509 homepage = "https://github.com/angelozerr/jdt-codemining"; 493 510 description = "Provides JDT Java CodeMining"; 511 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 494 512 license = licenses.epl10; 495 513 platforms = platforms.all; 496 514 }; ··· 516 534 meta = with lib; { 517 535 homepage = "https://github.com/RustDT"; 518 536 description = "Rust development tooling"; 537 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 519 538 license = licenses.epl10; 520 539 platforms = platforms.all; 521 540 }; ··· 533 552 meta = with lib; { 534 553 homepage = "http://scala-ide.org/"; 535 554 description = "The Scala IDE for Eclipse"; 555 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 536 556 license = licenses.bsd3; 537 557 platforms = platforms.all; 538 558 }; ··· 551 571 meta = with lib; { 552 572 homepage = "https://spotbugs.github.io/"; 553 573 description = "Plugin that uses static analysis to look for bugs in Java code"; 574 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 554 575 license = licenses.lgpl21; 555 576 platforms = platforms.all; 556 577 }; ··· 573 594 meta = with lib; { 574 595 homepage = "https://testng.org/doc/"; 575 596 description = "Eclipse plugin for the TestNG testing framework"; 597 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 576 598 license = licenses.asl20; 577 599 platforms = platforms.all; 578 600 }; ··· 594 616 meta = with lib; { 595 617 homepage = "https://github.com/vrapper/vrapper"; 596 618 description = "A wrapper to provide a Vim-like input scheme for moving around and editing text"; 619 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 597 620 license = licenses.gpl3; 598 621 platforms = platforms.all; 599 622 maintainers = [ maintainers.stumoss ]; ··· 617 640 meta = with lib; { 618 641 homepage = "https://github.com/oyse/yedit"; 619 642 description = "A YAML editor plugin for Eclipse"; 643 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 620 644 license = licenses.epl10; 621 645 platforms = platforms.all; 622 646 }; ··· 634 658 meta = with lib; { 635 659 homepage = "https://www.eclipse.org/gef/zest/"; 636 660 description = "The Eclipse Visualization Toolkit"; 661 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 637 662 platforms = platforms.all; 638 663 maintainers = [ maintainers.romildo ]; 639 664 }; ··· 656 681 meta = with lib; { 657 682 homepage = "https://ant.apache.org/ivy/ivyde/index.html"; 658 683 description = "A plugin which integrates Apache Ivy's dependency management"; 684 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 659 685 license = licenses.asl20; 660 686 platforms = platforms.all; 661 687 maintainers = [ maintainers.r3dl3g ]; ··· 683 709 Apache IvyDE Resolve Visualizer is an optional dependency of Apache IvyDE since 684 710 it requires additional plugins to be installed (Zest). 685 711 ''; 712 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 686 713 license = licenses.asl20; 687 714 platforms = platforms.all; 688 715 maintainers = [ maintainers.r3dl3g ]; ··· 706 733 meta = with lib; { 707 734 homepage = "https://ant.apache.org/ivy/index.html"; 708 735 description = "A popular dependency manager focusing on flexibility and simplicity"; 736 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 709 737 license = licenses.asl20; 710 738 platforms = platforms.all; 711 739 maintainers = [ maintainers.r3dl3g ]; ··· 729 757 meta = with lib; { 730 758 homepage = "https://ant.apache.org/ivy/ivyde/index.html"; 731 759 description = "Ant Tasks integrated into Eclipse's Ant runtime"; 760 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 732 761 license = licenses.asl20; 733 762 platforms = platforms.all; 734 763 maintainers = [ maintainers.r3dl3g ];
+1
pkgs/applications/editors/greenfoot/default.nix
··· 31 31 meta = with lib; { 32 32 description = "A simple integrated development environment for Java"; 33 33 homepage = "https://www.greenfoot.org/"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = licenses.gpl2ClasspathPlus; 35 36 maintainers = [ maintainers.chvp ]; 36 37 platforms = platforms.unix;
+1
pkgs/applications/editors/jedit/default.nix
··· 55 55 meta = with lib; { 56 56 description = "Mature programmer's text editor (Java based)"; 57 57 homepage = "http://www.jedit.org"; 58 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 58 59 license = licenses.gpl2; 59 60 platforms = platforms.unix; 60 61 maintainers = [ maintainers.vbgl ];
+1
pkgs/applications/editors/jupyter-kernels/clojupyter/default.nix
··· 25 25 meta = with lib; { 26 26 description = "A Jupyter kernel for Clojure"; 27 27 homepage = "https://github.com/clojupyter/clojupyter"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; # deps from maven 28 29 license = licenses.mit; 29 30 maintainers = with maintainers; [ thomasjm ]; 30 31 platforms = jre.meta.platforms;
+1
pkgs/applications/editors/music/tuxguitar/default.nix
··· 38 38 in Java-SWT. It can open GuitarPro, PowerTab and TablEdit files. 39 39 ''; 40 40 homepage = "http://www.tuxguitar.com.ar/"; 41 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 41 42 license = licenses.lgpl2; 42 43 maintainers = [ maintainers.ardumont ]; 43 44 platforms = platforms.linux;
+1
pkgs/applications/emulators/ccemux/default.nix
··· 61 61 meta = with lib; { 62 62 description = "A modular ComputerCraft emulator"; 63 63 homepage = "https://github.com/CCEmuX/CCEmuX"; 64 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 64 65 license = licenses.mit; 65 66 maintainers = with maintainers; [ CrazedProgrammer ]; 66 67 };
+1
pkgs/applications/finance/irpf/default.nix
··· 68 68 homepage = "https://www.gov.br/receitafederal/pt-br"; 69 69 license = licenses.unfree; 70 70 platforms = platforms.all; 71 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 71 72 maintainers = with maintainers; [ atila ]; 72 73 }; 73 74 }
+1
pkgs/applications/graphics/alchemy/default.nix
··· 33 33 an expanded range of ideas and possibilities in a serendipitous way. 34 34 ''; 35 35 homepage = "http://al.chemy.org/"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.gpl3Plus; 37 38 maintainers = [ maintainers.marcweber ]; 38 39 platforms = platforms.linux;
+1
pkgs/applications/graphics/fiji/default.nix
··· 66 66 homepage = "https://imagej.net/software/fiji/"; 67 67 description = "batteries-included distribution of ImageJ2, bundling a lot of plugins which facilitate scientific image analysis"; 68 68 platforms = [ "x86_64-linux" ]; 69 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 69 70 license = with lib.licenses; [ gpl2Plus gpl3Plus bsd2 publicDomain ]; 70 71 maintainers = with maintainers; [ zane ]; 71 72 };
+1
pkgs/applications/graphics/imagej/default.nix
··· 74 74 inspired by NIH Image for the Macintosh. 75 75 It runs on any computer with a Java 1.4 or later virtual machine. 76 76 ''; 77 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 77 78 license = licenses.publicDomain; 78 79 platforms = platforms.unix; 79 80 maintainers = with maintainers; [ yuriaisaka ];
+1
pkgs/applications/graphics/swingsane/default.nix
··· 55 55 crop, etc), PDF and PNG output. 56 56 ''; 57 57 homepage = "http://swingsane.com/"; 58 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 58 59 license = licenses.asl20; 59 60 platforms = platforms.all; 60 61 };
+1
pkgs/applications/graphics/yed/default.nix
··· 31 31 32 32 meta = with lib; { 33 33 license = licenses.unfree; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 homepage = "https://www.yworks.com/products/yed"; 35 36 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 36 37 platforms = jre.meta.platforms;
+1
pkgs/applications/graphics/zgrviewer/default.nix
··· 24 24 # Quicker to unpack locally than load Hydra 25 25 hydraPlatforms = []; 26 26 maintainers = with lib.maintainers; [raskin]; 27 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 27 28 license = lib.licenses.lgpl21Plus; 28 29 description = "GraphViz graph viewer/navigator"; 29 30 platforms = with lib.platforms; unix;
+1
pkgs/applications/misc/HentaiAtHome/default.nix
··· 31 31 homepage = "https://ehwiki.org/wiki/Hentai@Home"; 32 32 description = 33 33 "Hentai@Home is an open-source P2P gallery distribution system which reduces the load on the E-Hentai Galleries"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = licenses.gpl3; 35 36 maintainers = with maintainers; [ terrorjack ]; 36 37 };
+1
pkgs/applications/misc/emem/default.nix
··· 31 31 meta = with lib; { 32 32 homepage = "https://github.com/ebzzry/emem"; 33 33 description = "A trivial Markdown to HTML converter"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = licenses.epl10; 35 36 maintainers = [ maintainers.ebzzry ]; 36 37 platforms = platforms.unix;
+1
pkgs/applications/misc/gpsprune/default.nix
··· 41 41 meta = with lib; { 42 42 description = "Application for viewing, editing and converting GPS coordinate data"; 43 43 homepage = "https://activityworkshop.net/software/gpsprune/"; 44 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 44 45 license = licenses.gpl2Plus; 45 46 maintainers = with maintainers; [ rycee ]; 46 47 platforms = platforms.all;
+1
pkgs/applications/misc/ipmiview/default.nix
··· 72 72 ''; 73 73 74 74 meta = with lib; { 75 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 75 76 license = licenses.unfree; 76 77 maintainers = with maintainers; [ vlaci ]; 77 78 platforms = [ "x86_64-linux" "i686-linux" ];
+1
pkgs/applications/misc/josm/default.nix
··· 46 46 description = "An extensible editor for OpenStreetMap"; 47 47 homepage = "https://josm.openstreetmap.de/"; 48 48 changelog = "https://josm.openstreetmap.de/wiki/Changelog"; 49 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 49 50 license = licenses.gpl2Plus; 50 51 maintainers = with maintainers; [ rycee sikmir ]; 51 52 platforms = platforms.all;
+1
pkgs/applications/misc/jquake/default.nix
··· 61 61 downloadPage = "https://jquake.net/?down"; 62 62 changelog = "https://jquake.net/?docu"; 63 63 maintainers = with maintainers; [ nessdoor ]; 64 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 64 65 license = licenses.unfree; 65 66 platforms = platforms.linux; 66 67 };
+1
pkgs/applications/misc/keystore-explorer/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Open source GUI replacement for the Java command-line utilities keytool and jarsigner"; 36 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 36 37 license = lib.licenses.gpl3Only; 37 38 maintainers = [ lib.maintainers.numinit ]; 38 39 platforms = lib.platforms.unix;
+4
pkgs/applications/misc/mkgmap/default.nix
··· 76 76 description = "Create maps for Garmin GPS devices from OpenStreetMap (OSM) data"; 77 77 homepage = "https://www.mkgmap.org.uk/"; 78 78 downloadPage = "https://www.mkgmap.org.uk/download/mkgmap.html"; 79 + sourceProvenance = with sourceTypes; [ 80 + fromSource 81 + binaryBytecode # deps 82 + ]; 79 83 license = licenses.gpl2Only; 80 84 maintainers = with maintainers; [ sikmir ]; 81 85 platforms = platforms.all;
+4
pkgs/applications/misc/mkgmap/splitter/default.nix
··· 72 72 description = "Utility for splitting OpenStreetMap maps into tiles"; 73 73 homepage = "https://www.mkgmap.org.uk/"; 74 74 downloadPage = "https://www.mkgmap.org.uk/download/splitter.html"; 75 + sourceProvenance = with sourceTypes; [ 76 + fromSource 77 + binaryBytecode # deps 78 + ]; 75 79 license = licenses.gpl2Only; 76 80 maintainers = with maintainers; [ sikmir ]; 77 81 platforms = platforms.all;
+1
pkgs/applications/misc/omegat.nix
··· 33 33 translation leveraging into updated projects. 34 34 ''; 35 35 homepage = "http://www.omegat.org/"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.gpl3Plus; 37 38 maintainers = with maintainers; [ t184256 ]; 38 39 platforms = [ "i686-linux" "x86_64-linux" ];
+1
pkgs/applications/misc/tabula-java/default.nix
··· 29 29 programmatically extract tables from PDFs. 30 30 ''; 31 31 homepage = "https://tabula.technology/"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.mit; 33 34 maintainers = [ maintainers.jakewaksbaum ]; 34 35 platforms = platforms.all;
+1
pkgs/applications/misc/tabula/default.nix
··· 32 32 Microsoft Excel spreadsheet using a simple, easy-to-use interface. 33 33 ''; 34 34 homepage = "https://tabula.technology/"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.mit; 36 37 maintainers = [ maintainers.dpaetzel ]; 37 38 platforms = platforms.all;
+1
pkgs/applications/misc/tvbrowser/bin.nix
··· 47 47 meta = with lib; { 48 48 description = "Electronic TV Program Guide"; 49 49 homepage = "https://www.tvbrowser.org/"; 50 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 50 51 license = licenses.gpl3; 51 52 platforms = platforms.linux; 52 53 maintainers = with maintainers; [ jfrankenau ];
+1
pkgs/applications/misc/vue/default.nix
··· 22 22 description = "Visual Understanding Environment - mind mapping software"; 23 23 maintainers = with lib.maintainers; [ raskin ]; 24 24 platforms = with lib.platforms; linux; 25 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 25 26 license = lib.licenses.free; # Apache License fork, actually 26 27 }; 27 28 }
+1
pkgs/applications/misc/xmind/default.nix
··· 85 85 and save to Evernote. 86 86 ''; 87 87 homepage = "https://www.xmind.net/"; 88 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 88 89 license = licenses.unfree; 89 90 platforms = platforms.linux; 90 91 maintainers = with maintainers; [ michalrus ];
+1
pkgs/applications/networking/charles/default.nix
··· 57 57 description = "Web Debugging Proxy"; 58 58 homepage = "https://www.charlesproxy.com/"; 59 59 maintainers = with maintainers; [ kalbasit ]; 60 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 60 61 license = licenses.unfree; 61 62 platforms = platforms.unix; 62 63 };
+1
pkgs/applications/networking/cluster/hadoop/default.nix
··· 65 65 homepage = "https://hadoop.apache.org/"; 66 66 description = "Framework for distributed processing of large data sets across clusters of computers"; 67 67 license = licenses.asl20; 68 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 68 69 69 70 longDescription = '' 70 71 The Apache Hadoop software library is a framework that allows for
+1
pkgs/applications/networking/cluster/spark/default.nix
··· 64 64 meta = { 65 65 description = "Apache Spark is a fast and general engine for large-scale data processing"; 66 66 homepage = "https://spark.apache.org/"; 67 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 67 68 license = lib.licenses.asl20; 68 69 platforms = lib.platforms.all; 69 70 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];
+1
pkgs/applications/networking/instant-messengers/jitsi/default.nix
··· 65 65 meta = with lib; { 66 66 homepage = "https://jitsi.org/"; 67 67 description = "Open Source Video Calls and Chat"; 68 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 68 69 license = licenses.lgpl21Plus; 69 70 platforms = platforms.linux; 70 71 maintainers = teams.jitsi.members;
+1
pkgs/applications/networking/jnetmap/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Graphical network monitoring and documentation tool"; 28 28 homepage = "http://www.rakudave.ch/jnetmap/"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 license = licenses.gpl3Plus; 30 31 # Upstream supports macOS and Windows too. 31 32 platforms = platforms.linux;
+1
pkgs/applications/networking/mailreaders/msgviewer/default.nix
··· 28 28 meta = with lib; { 29 29 description = "Viewer for .msg files (MS Outlook)"; 30 30 homepage = "https://www.washington.edu/alpine/"; 31 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 31 32 license = licenses.asl20; 32 33 maintainers = with maintainers; [ peterhoeg ]; 33 34 platforms = platforms.all;
+1
pkgs/applications/networking/p2p/freenet/default.nix
··· 73 73 meta = { 74 74 description = "Decentralised and censorship-resistant network"; 75 75 homepage = "https://freenetproject.org/"; 76 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 76 77 license = lib.licenses.gpl2Plus; 77 78 maintainers = [ ]; 78 79 platforms = with lib.platforms; linux;
+1
pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
··· 35 35 meta = with lib; { 36 36 homepage = "https://www.frostwire.com/"; 37 37 description = "BitTorrent Client and Cloud File Downloader"; 38 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 38 39 license = licenses.gpl3Plus; 39 40 maintainers = with maintainers; [ gavin ]; 40 41 platforms = [ "x86_64-linux"];
+1
pkgs/applications/networking/soapui/default.nix
··· 51 51 meta = with lib; { 52 52 description = "The Most Advanced REST & SOAP Testing Tool in the World"; 53 53 homepage = "https://www.soapui.org/"; 54 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 54 55 license = "SoapUI End User License Agreement"; 55 56 maintainers = with maintainers; [ gerschtli ]; 56 57 platforms = platforms.all;
+1
pkgs/applications/office/atlassian-cli/default.nix
··· 42 42 description = "An integrated family of CLI’s for various Atlassian applications"; 43 43 homepage = "https://bobswift.atlassian.net/wiki/spaces/ACLI/overview"; 44 44 license = licenses.unfreeRedistributable; 45 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 45 46 maintainers = with maintainers; [ twey ]; 46 47 inherit (jre.meta) platforms; 47 48 };
+1
pkgs/applications/office/ib/controller/default.nix
··· 156 156 meta = with lib; { 157 157 description = "Automation Controller for the Trader Work Station of Interactive Brokers"; 158 158 homepage = "https://github.com/ib-controller/ib-controller"; 159 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 159 160 license = licenses.gpl3; 160 161 maintainers = [ maintainers.tstrobel ]; 161 162 platforms = platforms.linux;
+1
pkgs/applications/office/ib/tws/default.nix
··· 89 89 meta = with lib; { 90 90 description = "Trader Work Station of Interactive Brokers"; 91 91 homepage = "https://www.interactivebrokers.com"; 92 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 92 93 license = licenses.unfree; 93 94 maintainers = [ maintainers.tstrobel ]; 94 95 platforms = platforms.linux;
+4
pkgs/applications/office/jameica/default.nix
··· 69 69 Runtime Environment for plugins like Hibiscus (HBCI Online Banking), 70 70 SynTAX (accounting) and JVerein (club management). 71 71 ''; 72 + sourceProvenance = with sourceTypes; [ 73 + fromSource 74 + binaryBytecode # source bundles dependencies as jars 75 + ]; 72 76 license = licenses.gpl2Plus; 73 77 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 74 78 maintainers = with maintainers; [ flokli r3dl3g ];
+2
pkgs/applications/office/libreoffice/default.nix
··· 584 584 meta = with lib; { 585 585 description = "Comprehensive, professional-quality productivity suite, a variant of openoffice.org"; 586 586 homepage = "https://libreoffice.org/"; 587 + # at least one jar in dependencies 588 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 587 589 license = licenses.lgpl3; 588 590 maintainers = with maintainers; [ raskin ]; 589 591 platforms = platforms.linux;
+1
pkgs/applications/science/astronomy/astrolabe-generator/default.nix
··· 24 24 meta = with lib;{ 25 25 homepage = "https://www.astrolabeproject.com"; 26 26 description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools"; 27 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 27 28 license = licenses.gpl3; 28 29 maintainers = [ ]; 29 30 mainProgram = "AstrolabeGenerator";
+1
pkgs/applications/science/astronomy/gprojector/default.nix
··· 44 44 meta = { 45 45 description = "G.Projector transforms an input map image into any of about 200 global and regional map projections"; 46 46 homepage = "https://www.giss.nasa.gov/tools/gprojector/"; 47 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 47 48 maintainers = with lib.maintainers; [ alyaeanyx ]; 48 49 license = lib.licenses.unfree; 49 50 inherit (jre.meta) platforms;
+4
pkgs/applications/science/biology/astral/default.nix
··· 50 50 meta = with lib; { 51 51 homepage = "https://github.com/smirarab/ASTRAL"; 52 52 description = "Tool for estimating an unrooted species tree given a set of unrooted gene trees"; 53 + sourceProvenance = with sourceTypes; [ 54 + fromSource 55 + binaryBytecode # source bundles dependencies as jars 56 + ]; 53 57 license = licenses.asl20; 54 58 maintainers = with maintainers; [ bzizou ]; 55 59 };
+1
pkgs/applications/science/biology/bftools/default.nix
··· 33 33 34 34 meta = with lib; { 35 35 description = "A bundle of scripts for using Bio-Formats on the command line with bioformats_package.jar already included"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.gpl2; 37 38 platforms = platforms.all; 38 39 homepage = "https://www.openmicroscopy.org/bio-formats/";
+1
pkgs/applications/science/biology/macse/default.nix
··· 25 25 meta = with lib; { 26 26 description = "Multiple alignment of coding sequences"; 27 27 homepage = "https://bioweb.supagro.inra.fr/macse/"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 license = licenses.gpl2; 29 30 maintainers = [ maintainers.bzizou ]; 30 31 platforms = platforms.all;
+1
pkgs/applications/science/biology/picard-tools/default.nix
··· 25 25 description = "Tools for high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF"; 26 26 license = licenses.mit; 27 27 homepage = "https://broadinstitute.github.io/picard/"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 maintainers = with maintainers; [ jbedo ]; 29 30 mainProgram = "picard"; 30 31 platforms = platforms.all;
+1
pkgs/applications/science/biology/snpeff/default.nix
··· 27 27 description = "Genetic variant annotation and effect prediction toolbox"; 28 28 license = licenses.lgpl3; 29 29 homepage = "http://snpeff.sourceforge.net/"; 30 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 30 31 maintainers = with maintainers; [ jbedo ]; 31 32 platforms = platforms.all; 32 33 };
+1
pkgs/applications/science/biology/varscan/default.nix
··· 30 30 # University School of Medicine. 31 31 license = licenses.unfree; 32 32 homepage = "https://github.com/dkoboldt/varscan"; 33 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 33 34 maintainers = with maintainers; [ jbedo ]; 34 35 platforms = platforms.all; 35 36 };
+1
pkgs/applications/science/chemistry/jmol/default.nix
··· 54 54 meta = with lib; { 55 55 description = "A Java 3D viewer for chemical structures"; 56 56 homepage = "https://sourceforge.net/projects/jmol"; 57 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 57 58 license = licenses.lgpl2; 58 59 platforms = platforms.all; 59 60 maintainers = with maintainers; [ mounium ] ++ teams.sage.members;
+1
pkgs/applications/science/electronics/diylc/default.nix
··· 70 70 homepage = "https://bancika.github.io/diy-layout-creator/"; 71 71 changelog = "https://github.com/bancika/diy-layout-creator/releases"; 72 72 license = licenses.gpl3Plus; 73 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 73 74 platforms = platforms.linux; 74 75 maintainers = with maintainers; [ ]; 75 76 };
+1
pkgs/applications/science/logic/leo3/binary.nix
··· 20 20 21 21 meta = with lib; { 22 22 description = "An automated theorem prover for classical higher-order logic with choice"; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.bsd3; 24 25 maintainers = [maintainers.raskin]; 25 26 platforms = platforms.linux;
+1
pkgs/applications/science/logic/logisim-evolution/default.nix
··· 43 43 homepage = "https://github.com/logisim-evolution/logisim-evolution"; 44 44 description = "Digital logic designer and simulator"; 45 45 maintainers = with maintainers; [ emilytrau ]; 46 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 46 47 license = licenses.gpl2Plus; 47 48 platforms = platforms.unix; 48 49 };
+1
pkgs/applications/science/logic/logisim/default.nix
··· 44 44 homepage = "http://www.cburch.com/logisim/"; 45 45 description = "Educational tool for designing and simulating digital logic circuits"; 46 46 maintainers = with maintainers; [ emilytrau ]; 47 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 47 48 license = licenses.gpl2Plus; 48 49 platforms = platforms.unix; 49 50 };
+1
pkgs/applications/science/logic/tlaplus/default.nix
··· 30 30 meta = { 31 31 description = "An algorithm specification language with model checking tools"; 32 32 homepage = "http://lamport.azurewebsites.net/tla/tla.html"; 33 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 33 34 license = lib.licenses.mit; 34 35 platforms = lib.platforms.unix; 35 36 maintainers = with lib.maintainers; [ florentc thoughtpolice ];
+1
pkgs/applications/science/math/gurobi/default.nix
··· 46 46 meta = with lib; { 47 47 description = "Optimization solver for mathematical programming"; 48 48 homepage = "https://www.gurobi.com"; 49 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 49 50 license = licenses.unfree; 50 51 platforms = [ "x86_64-linux" ]; 51 52 maintainers = with maintainers; [ jfrankenau ];
+4
pkgs/applications/science/misc/gephi/default.nix
··· 58 58 meta = with lib; { 59 59 description = "A platform for visualizing and manipulating large graphs"; 60 60 homepage = "https://gephi.org"; 61 + sourceProvenance = with sourceTypes; [ 62 + fromSource 63 + binaryBytecode # deps 64 + ]; 61 65 license = licenses.gpl3; 62 66 maintainers = [ maintainers.taeer ]; 63 67 platforms = [ "x86_64-linux" ];
+1
pkgs/applications/science/misc/netlogo/default.nix
··· 51 51 many tens of thousands of students, teachers and researchers worldwide. 52 52 ''; 53 53 homepage = "https://ccl.northwestern.edu/netlogo/index.shtml"; 54 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 54 55 license = licenses.gpl2; 55 56 maintainers = [ maintainers.dpaetzel ]; 56 57 platforms = platforms.linux;
+1
pkgs/applications/science/physics/quantomatic/default.nix
··· 25 25 description = "A piece of software for reasoning about monoidal theories; in particular, quantum information processing"; 26 26 license = licenses.gpl3; 27 27 homepage = "https://quantomatic.github.io/"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 maintainers = with maintainers; [ nickhu ]; 29 30 platforms = platforms.all; 30 31 };
+1
pkgs/applications/science/programming/groove/default.nix
··· 48 48 description = "GRaphs for Object-Oriented VErification"; 49 49 homepage = "http://groove.cs.utwente.nl/"; 50 50 license = licenses.asl20; 51 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 51 52 platforms = platforms.all; 52 53 maintainers = with maintainers; [ jfrankenau ]; 53 54 };
+1
pkgs/applications/science/programming/jflap/default.nix
··· 26 26 description = "GUI tool for experimenting with formal languages topics"; 27 27 homepage = "https://www.jflap.org/"; 28 28 license = licenses.unfree; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 maintainers = [ maintainers.grnnja ]; 30 31 platforms = platforms.all; 31 32 };
+1
pkgs/applications/science/programming/plm/default.nix
··· 33 33 description = "Free cross-platform programming exerciser"; 34 34 homepage = "http://people.irisa.fr/Martin.Quinson/Teaching/PLM/"; 35 35 license = licenses.gpl3; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 maintainers = [ ]; 37 38 platforms = lib.platforms.all; 38 39 };
+1
pkgs/applications/version-management/gerrit/default.nix
··· 36 36 homepage = "https://www.gerritcodereview.com/index.md"; 37 37 license = licenses.asl20; 38 38 description = "A web based code review and repository management for the git version control system"; 39 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 39 40 maintainers = with maintainers; [ flokli jammerful zimbatm ]; 40 41 platforms = platforms.unix; 41 42 };
+1
pkgs/applications/version-management/git-and-tools/bfg-repo-cleaner/default.nix
··· 37 37 it's faster (10-720x), simpler (dedicated to just removing things), and 38 38 beautiful (can use Scala instead of bash to script customizations). 39 39 ''; 40 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 40 41 license = licenses.gpl3; 41 42 maintainers = [ maintainers.changlinli ]; 42 43 mainProgram = "bfg";
+1
pkgs/applications/video/filebot/default.nix
··· 41 41 ''; 42 42 homepage = "https://filebot.net"; 43 43 changelog = "https://www.filebot.net/forums/viewforum.php?f=7"; 44 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 44 45 license = licenses.unfreeRedistributable; 45 46 maintainers = with maintainers; [ gleber felschr ]; 46 47 platforms = platforms.linux;
+1
pkgs/applications/video/mediathekview/default.nix
··· 35 35 meta = with lib; { 36 36 description = "Offers access to the Mediathek of different tv stations (ARD, ZDF, Arte, etc.)"; 37 37 homepage = "https://mediathekview.de/"; 38 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 38 39 license = licenses.gpl3Plus; 39 40 maintainers = with maintainers; [ moredread ]; 40 41 platforms = platforms.all;
+1
pkgs/development/compilers/aspectj/default.nix
··· 18 18 meta = { 19 19 homepage = "http://www.eclipse.org/aspectj/"; 20 20 description = "A seamless aspect-oriented extension to the Java programming language"; 21 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 21 22 platforms = lib.platforms.unix; 22 23 license = lib.licenses.epl10; 23 24 };
+1
pkgs/development/compilers/closure/default.nix
··· 24 24 meta = with lib; { 25 25 description = "A tool for making JavaScript download and run faster"; 26 26 homepage = "https://developers.google.com/closure/compiler/"; 27 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 27 28 license = licenses.asl20; 28 29 platforms = platforms.all; 29 30 };
+1
pkgs/development/compilers/javacard-devkit/default.nix
··· 62 62 For more details, please refer to the documentation by Oracle 63 63 ''; 64 64 homepage = "https://www.oracle.com/technetwork/java/embedded/javacard/overview/index.html"; 65 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 65 66 license = lib.licenses.unfree; 66 67 maintainers = [ lib.maintainers.ekleog ]; 67 68 platforms = [ "i686-linux" "x86_64-linux" ];
+1
pkgs/development/compilers/lingua-franca/default.nix
··· 32 32 embedded code to distributed cloud and edge applications. 33 33 ''; 34 34 homepage = "https://github.com/lf-lang/lingua-franca"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.bsd2; 36 37 platforms = platforms.linux; 37 38 maintainers = with maintainers; [ revol-xut ];
+1
pkgs/development/compilers/mozart/binary.nix
··· 73 73 interfaces. Mozart implements the Oz language and provides both 74 74 expressive power and advanced functionality. 75 75 ''; 76 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 76 77 license = licenses.mit; 77 78 platforms = attrNames binaries; 78 79 hydraPlatforms = [];
+1
pkgs/development/embedded/arduino/arduino-core/default.nix
··· 244 244 description = "Open-source electronics prototyping platform"; 245 245 homepage = "https://www.arduino.cc/"; 246 246 license = if withTeensyduino then licenses.unfreeRedistributable else licenses.gpl2; 247 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 247 248 platforms = platforms.linux; 248 249 maintainers = with maintainers; [ antono auntie robberer bjornfor bergey ]; 249 250 };
+1
pkgs/development/embedded/stm32/stm32cubemx/default.nix
··· 64 64 step-by-step process. 65 65 ''; 66 66 homepage = "https://www.st.com/en/development-tools/stm32cubemx.html"; 67 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 67 68 license = licenses.unfree; 68 69 maintainers = with maintainers; [ wucke13 ]; 69 70 platforms = platforms.all;
+1
pkgs/development/interpreters/clojure/babashka.nix
··· 66 66 ''; 67 67 homepage = "https://github.com/babashka/babashka"; 68 68 changelog = "https://github.com/babashka/babashka/blob/v${version}/CHANGELOG.md"; 69 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 69 70 license = licenses.epl10; 70 71 maintainers = with maintainers; [ 71 72 bandresen
+1
pkgs/development/interpreters/clojure/clooj.nix
··· 23 23 meta = { 24 24 description = "A lightweight IDE for Clojure"; 25 25 homepage = "https://github.com/arthuredelstein/clooj"; 26 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 27 license = lib.licenses.bsd3; 27 28 platforms = lib.platforms.all; 28 29 };
+1
pkgs/development/interpreters/clojure/default.nix
··· 74 74 meta = with lib; { 75 75 description = "A Lisp dialect for the JVM"; 76 76 homepage = "https://clojure.org/"; 77 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 77 78 license = licenses.epl10; 78 79 longDescription = '' 79 80 Clojure is a dynamic programming language that targets the Java
+1
pkgs/development/interpreters/jython/default.nix
··· 23 23 meta = { 24 24 description = "Python interpreter written in Java"; 25 25 homepage = "https://jython.org/"; 26 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 27 license = lib.licenses.psfl; 27 28 platforms = jre.meta.platforms; 28 29 };
+1
pkgs/development/interpreters/rascal/default.nix
··· 24 24 meta = { 25 25 homepage = "https://www.rascal-mpl.org/"; 26 26 description = "Command-line REPL for the Rascal metaprogramming language"; 27 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 27 28 license = lib.licenses.epl10; 28 29 maintainers = [ lib.maintainers.eelco ]; 29 30 platforms = lib.platforms.unix;
+1
pkgs/development/libraries/apache-activemq/default.nix
··· 21 21 meta = { 22 22 homepage = "https://activemq.apache.org/"; 23 23 description = "Messaging and Integration Patterns server written in Java"; 24 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 24 25 license = lib.licenses.asl20; 25 26 platforms = lib.platforms.unix; 26 27 };
+1
pkgs/development/libraries/java/commons/bcel/default.nix
··· 18 18 meta = { 19 19 homepage = "https://commons.apache.org/proper/commons-bcel/"; 20 20 description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files"; 21 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 21 22 maintainers = with lib.maintainers; [ copumpkin ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix;
+1
pkgs/development/libraries/java/commons/bsf/default.nix
··· 17 17 meta = { 18 18 description = "Interface to scripting languages, including JSR-223"; 19 19 homepage = "https://commons.apache.org/proper/commons-bsf/"; 20 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 20 21 license = lib.licenses.asl20; 21 22 platforms = lib.platforms.unix; 22 23 };
+1
pkgs/development/libraries/java/commons/compress/default.nix
··· 19 19 homepage = "https://commons.apache.org/proper/commons-compress"; 20 20 description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files"; 21 21 maintainers = with lib.maintainers; [ copumpkin ]; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix; 24 25 };
+1
pkgs/development/libraries/java/commons/daemon/default.nix
··· 19 19 homepage = "https://commons.apache.org/proper/commons-daemon"; 20 20 description = "Apache Commons Daemon software is a set of utilities and Java support classes for running Java applications as server processes."; 21 21 maintainers = with lib.maintainers; [ rsynnest ]; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix; 24 25 };
+1
pkgs/development/libraries/java/commons/fileupload/default.nix
··· 18 18 homepage = "https://commons.apache.org/proper/commons-fileupload"; 19 19 description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications"; 20 20 maintainers = with lib.maintainers; [ copumpkin ]; 21 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 21 22 license = lib.licenses.asl20; 22 23 platforms = with lib.platforms; unix; 23 24 };
+1
pkgs/development/libraries/java/commons/io/default.nix
··· 19 19 homepage = "https://commons.apache.org/proper/commons-io"; 20 20 description = "A library of utilities to assist with developing IO functionality"; 21 21 maintainers = with lib.maintainers; [ copumpkin ]; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix; 24 25 };
+1
pkgs/development/libraries/java/commons/lang/default.nix
··· 19 19 homepage = "https://commons.apache.org/proper/commons-lang"; 20 20 description = "Provides additional methods to manipulate standard Java library classes"; 21 21 maintainers = with lib.maintainers; [ copumpkin ]; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix; 24 25 };
+1
pkgs/development/libraries/java/commons/logging/default.nix
··· 17 17 meta = { 18 18 description = "Wrapper around a variety of logging API implementations"; 19 19 homepage = "https://commons.apache.org/proper/commons-logging"; 20 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 20 21 license = lib.licenses.asl20; 21 22 platforms = lib.platforms.unix; 22 23 };
+1
pkgs/development/libraries/java/commons/math/default.nix
··· 19 19 homepage = "https://commons.apache.org/proper/commons-math/"; 20 20 description = "A library of lightweight, self-contained mathematics and statistics components"; 21 21 maintainers = with lib.maintainers; [ copumpkin ]; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 license = lib.licenses.asl20; 23 24 platforms = with lib.platforms; unix; 24 25 };
+1
pkgs/development/libraries/java/hsqldb/default.nix
··· 32 32 meta = with lib; { 33 33 homepage = "http://hsqldb.org"; 34 34 description = "A relational, embedable database management system written in Java and a set of related tools"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 platforms = platforms.unix; 36 37 license = licenses.bsd3; 37 38 };
+1
pkgs/development/libraries/java/lombok/default.nix
··· 25 25 meta = { 26 26 description = "A library that can write a lot of boilerplate for your Java project"; 27 27 platforms = lib.platforms.all; 28 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 28 29 license = lib.licenses.mit; 29 30 homepage = "https://projectlombok.org/"; 30 31 maintainers = [ lib.maintainers.CrystalGamma ];
+1
pkgs/development/libraries/java/mockobjects/default.nix
··· 23 23 24 24 meta = with lib; { 25 25 description = "Generic unit testing framework and methodology for testing any kind of code"; 26 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 26 27 platforms = platforms.unix; 27 28 license = licenses.asl20; 28 29 };
+1
pkgs/development/libraries/java/saxon/default.nix
··· 29 29 meta = with lib; { 30 30 inherit description license; 31 31 homepage = "http://saxon.sourceforge.net/"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 maintainers = with maintainers; [ rvl ]; 33 34 platforms = platforms.all; 34 35 };
+1
pkgs/development/libraries/java/smack/default.nix
··· 23 23 meta = { 24 24 description = "A XMPP (Jabber) client library for instant messaging and presence"; 25 25 homepage = "http://www.igniterealtime.org/projects/smack/"; 26 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 27 platforms = lib.platforms.unix; 27 28 license = lib.licenses.asl20; 28 29 };
+1
pkgs/development/libraries/oracle-instantclient/default.nix
··· 125 125 OCCI, Pro*C, ODBC or JDBC). This package includes the sqlplus 126 126 command line SQL client. 127 127 ''; 128 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 128 129 license = licenses.unfree; 129 130 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 130 131 maintainers = with maintainers; [ flokli ];
+4
pkgs/development/libraries/rabbitmq-java-client/default.nix
··· 26 26 meta = with lib; { 27 27 description = "RabbitMQ Java client library which allows Java code to interface to AMQP servers"; 28 28 homepage = "https://www.rabbitmq.com/java-client.html"; 29 + sourceProvenance = with sourceTypes; [ 30 + fromSource 31 + binaryBytecode # source bundles dependencies as jars 32 + ]; 29 33 license = with licenses; [ mpl11 gpl2 ]; 30 34 platforms = platforms.linux; 31 35 };
+1
pkgs/development/misc/avr8-burn-omat/default.nix
··· 26 26 meta = with lib; { 27 27 description = "GUI tool for avrdude"; 28 28 homepage = "http://avr8-burn-o-mat.aaabbb.de/avr8_burn_o_mat_avrdude_gui_en.html"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 license = lib.licenses.gpl3; 30 31 platforms = platforms.all; 31 32 };
+1
pkgs/development/tools/alloy/default.nix
··· 47 47 ''; 48 48 homepage = "http://alloytools.org/"; 49 49 downloadPage = "http://alloytools.org/download.html"; 50 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 50 51 license = licenses.mit; 51 52 platforms = platforms.unix; 52 53 maintainers = with maintainers; [ notbandali ];
+1
pkgs/development/tools/analysis/checkstyle/default.nix
··· 30 30 Conventions, but is highly configurable. 31 31 ''; 32 32 homepage = "http://checkstyle.sourceforge.net/"; 33 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 33 34 license = licenses.lgpl21; 34 35 maintainers = with maintainers; [ pSub ]; 35 36 platforms = jre.meta.platforms;
+1
pkgs/development/tools/analysis/emma/default.nix
··· 19 19 meta = { 20 20 homepage = "http://emma.sourceforge.net/"; 21 21 description = "A code coverage tool for Java"; 22 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 22 23 platforms = lib.platforms.unix; 23 24 license = lib.licenses.cpl10; 24 25 };
+1
pkgs/development/tools/analysis/findbugs/default.nix
··· 40 40 homepage = "http://findbugs.sourceforge.net/"; 41 41 maintainers = with maintainers; [ pSub ]; 42 42 platforms = with platforms; unix; 43 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 43 44 license = licenses.lgpl3; 44 45 }; 45 46 }
+1
pkgs/development/tools/analysis/randoop/default.nix
··· 21 21 meta = with lib; { 22 22 description = "Automatic test generation for Java"; 23 23 homepage = "https://randoop.github.io/randoop/"; 24 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 24 25 license = licenses.mit; 25 26 maintainers = with maintainers; [ pSub ]; 26 27 platforms = platforms.linux;
+1
pkgs/development/tools/apktool/default.nix
··· 32 32 meta = with lib; { 33 33 description = "A tool for reverse engineering Android apk files"; 34 34 homepage = "https://ibotpeaches.github.io/Apktool/"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.asl20; 36 37 maintainers = with maintainers; [ offline ]; 37 38 platforms = with platforms; unix;
+1
pkgs/development/tools/avro-tools/default.nix
··· 28 28 meta = with lib; { 29 29 homepage = "https://avro.apache.org/"; 30 30 description = "Avro command-line tools and utilities"; 31 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 31 32 license = lib.licenses.asl20; 32 33 maintainers = with lib.maintainers; [ ]; 33 34 };
+1
pkgs/development/tools/build-managers/apache-ant/1.9.nix
··· 103 103 by an object that implements a particular Task interface. 104 104 ''; 105 105 106 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 106 107 license = lib.licenses.asl20; 107 108 maintainers = [ lib.maintainers.eelco ]; 108 109 platforms = lib.platforms.all;
+1
pkgs/development/tools/build-managers/apache-ant/default.nix
··· 103 103 by an object that implements a particular Task interface. 104 104 ''; 105 105 106 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 106 107 license = lib.licenses.asl20; 107 108 maintainers = [ lib.maintainers.eelco ]; 108 109 platforms = lib.platforms.all;
+4
pkgs/development/tools/build-managers/bazel/bazel_3/default.nix
··· 164 164 meta = with lib; { 165 165 homepage = "https://github.com/bazelbuild/bazel/"; 166 166 description = "Build tool that builds code quickly and reliably"; 167 + sourceProvenance = with sourceTypes; [ 168 + fromSource 169 + binaryBytecode # source bundles dependencies as jars 170 + ]; 167 171 license = licenses.asl20; 168 172 maintainers = lib.teams.bazel.members; 169 173 inherit platforms;
+4
pkgs/development/tools/build-managers/bazel/bazel_4/default.nix
··· 197 197 meta = with lib; { 198 198 homepage = "https://github.com/bazelbuild/bazel/"; 199 199 description = "Build tool that builds code quickly and reliably"; 200 + sourceProvenance = with sourceTypes; [ 201 + fromSource 202 + binaryBytecode # source bundles dependencies as jars 203 + ]; 200 204 license = licenses.asl20; 201 205 maintainers = lib.teams.bazel.members; 202 206 inherit platforms;
+4
pkgs/development/tools/build-managers/bazel/bazel_5/default.nix
··· 156 156 meta = with lib; { 157 157 homepage = "https://github.com/bazelbuild/bazel/"; 158 158 description = "Build tool that builds code quickly and reliably"; 159 + sourceProvenance = with sourceTypes; [ 160 + fromSource 161 + binaryBytecode # source bundles dependencies as jars 162 + ]; 159 163 license = licenses.asl20; 160 164 maintainers = lib.teams.bazel.members; 161 165 inherit platforms;
+1
pkgs/development/tools/build-managers/gradle/default.nix
··· 86 86 homepage = "https://www.gradle.org/"; 87 87 changelog = "https://docs.gradle.org/${version}/release-notes.html"; 88 88 downloadPage = "https://gradle.org/next-steps/?version=${version}"; 89 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 89 90 license = licenses.asl20; 90 91 platforms = if (supportedPlatforms != null) then supportedPlatforms else platforms.unix; 91 92 maintainers = with maintainers; [ lorenzleutgeb liff ];
+1
pkgs/development/tools/build-managers/leiningen/default.nix
··· 45 45 meta = { 46 46 homepage = "https://leiningen.org/"; 47 47 description = "Project automation for Clojure"; 48 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 48 49 license = lib.licenses.epl10; 49 50 platforms = lib.platforms.linux ++ lib.platforms.darwin; 50 51 maintainers = with lib.maintainers; [ thiagokokada ];
+1
pkgs/development/tools/clj-kondo/default.nix
··· 17 17 meta = with lib; { 18 18 description = "A linter for Clojure code that sparks joy"; 19 19 homepage = "https://github.com/clj-kondo/clj-kondo"; 20 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 20 21 license = licenses.epl10; 21 22 changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md"; 22 23 maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ];
+1
pkgs/development/tools/continuous-integration/jenkins/default.nix
··· 68 68 meta = with lib; { 69 69 description = "An extendable open source continuous integration server"; 70 70 homepage = "https://jenkins-ci.org"; 71 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 71 72 license = licenses.mit; 72 73 maintainers = with maintainers; [ coconnor fpletz earldouglas nequissimus ]; 73 74 mainProgram = "jenkins-cli";
+1
pkgs/development/tools/database/liquibase/default.nix
··· 75 75 description = "Version Control for your database"; 76 76 homepage = "https://www.liquibase.org/"; 77 77 changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt"; 78 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 78 79 license = licenses.asl20; 79 80 maintainers = with maintainers; [ ]; 80 81 platforms = with platforms; unix;
+1
pkgs/development/tools/database/schemaspy/default.nix
··· 34 34 meta = with lib; { 35 35 homepage = "https://schemaspy.org"; 36 36 description = "Document your database simply and easily"; 37 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 37 38 license = licenses.mit; 38 39 maintainers = with maintainers; [ jraygauthier ]; 39 40 };
+1
pkgs/development/tools/database/squirrel-sql/default.nix
··· 70 70 meta = with lib; { 71 71 description = "Universal SQL Client"; 72 72 homepage = "http://squirrel-sql.sourceforge.net/"; 73 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 73 74 license = licenses.lgpl21Plus; 74 75 platforms = platforms.linux; 75 76 maintainers = with maintainers; [ khumba ];
+1
pkgs/development/tools/flyway/default.nix
··· 29 29 This package is only the Community Edition of the Flyway command-line tool. 30 30 ''; 31 31 homepage = "https://flywaydb.org/"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.asl20; 33 34 platforms = platforms.unix; 34 35 maintainers = [ maintainers.cmcdragonkai ];
+1
pkgs/development/tools/galen/default.nix
··· 26 26 meta = with lib; { 27 27 homepage = "http://galenframework.com"; 28 28 description = "Automated layout testing for websites"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 license = licenses.asl20; 30 31 maintainers = [ ]; 31 32 platforms = platforms.linux ++ platforms.darwin;
+4
pkgs/development/tools/global-platform-pro/default.nix
··· 61 61 If you run NixOS, it can be enabled with `services.pcscd.enable = true;`. 62 62 ''; 63 63 homepage = "https://github.com/martinpaljak/GlobalPlatformPro"; 64 + sourceProvenance = with sourceTypes; [ 65 + fromSource 66 + binaryBytecode # deps 67 + ]; 64 68 license = with licenses; [ lgpl3 ]; 65 69 maintainers = with maintainers; [ ekleog ]; 66 70 mainProgram = "gp";
+1
pkgs/development/tools/google-java-format/default.nix
··· 38 38 A program that reformats Java source code to comply with Google Java Style. 39 39 ''; 40 40 homepage = "https://github.com/google/google-java-format"; 41 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 41 42 license = licenses.asl20; 42 43 maintainers = [ maintainers.emptyflask ]; 43 44 platforms = platforms.all;
+1
pkgs/development/tools/java/cfr/default.nix
··· 25 25 entirely in Java 6. 26 26 ''; 27 27 homepage = "http://www.benf.org/other/cfr/"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 license = licenses.mit; 29 30 platforms = platforms.all; 30 31 };
+1
pkgs/development/tools/java/jhiccup/default.nix
··· 29 29 meta = { 30 30 description = "Measure JVM application stalls and GC pauses"; 31 31 homepage = "https://www.azul.com/jhiccup/"; 32 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 32 33 license = lib.licenses.cc0; 33 34 platforms = lib.platforms.linux; 34 35 maintainers = with lib.maintainers; [ thoughtpolice ];
+1
pkgs/development/tools/jdt-language-server/default.nix
··· 96 96 meta = with lib; { 97 97 homepage = "https://github.com/eclipse/eclipse.jdt.ls"; 98 98 description = "Java language server"; 99 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 99 100 license = licenses.epl20; 100 101 maintainers = with maintainers; [ matt-snider ]; 101 102 };
+1
pkgs/development/tools/jet/default.nix
··· 29 29 meta = with lib; { 30 30 description = "CLI to transform between JSON, EDN and Transit, powered with a minimal query language"; 31 31 homepage = "https://github.com/borkdude/jet"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.epl10; 33 34 maintainers = with maintainers; [ ericdallo ]; 34 35 };
+1
pkgs/development/tools/jpexs/default.nix
··· 48 48 texts or fonts. 49 49 ''; 50 50 homepage = "https://github.com/jindrapetrik/jpexs-decompiler"; 51 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 51 52 license = licenses.gpl3; 52 53 platforms = jdk8.meta.platforms; 53 54 maintainers = [ ];
+1
pkgs/development/tools/mars-mips/default.nix
··· 42 42 meta = with lib; { 43 43 description = "An IDE for programming in MIPS assembly language intended for educational-level use"; 44 44 homepage = "https://courses.missouristate.edu/KenVollmar/MARS/"; 45 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 45 46 license = licenses.mit; 46 47 maintainers = with maintainers; [ emilytrau ]; 47 48 platforms = platforms.all;
+4
pkgs/development/tools/misc/bonnmotion/default.nix
··· 44 44 COOJA, MiXiM, and ONE. 45 45 ''; 46 46 homepage = "https://sys.cs.uos.de/bonnmotion/"; 47 + sourceProvenance = with sourceTypes; [ 48 + fromSource 49 + binaryBytecode # source bundles dependency jars 50 + ]; 47 51 license = licenses.gpl2Plus; 48 52 maintainers = with maintainers; [ oxzi ]; 49 53 };
+1
pkgs/development/tools/misc/clojure-lsp/default.nix
··· 58 58 meta = with lib; { 59 59 description = "Language Server Protocol (LSP) for Clojure"; 60 60 homepage = "https://github.com/clojure-lsp/clojure-lsp"; 61 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 61 62 license = licenses.mit; 62 63 maintainers = with maintainers; [ ericdallo babariviere ]; 63 64 };
+1
pkgs/development/tools/misc/polylith/default.nix
··· 44 44 meta = with lib; { 45 45 description = "A tool used to develop Polylith based architectures in Clojure"; 46 46 homepage = "https://github.com/polyfy/polylith"; 47 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 47 48 license = licenses.epl10; 48 49 maintainers = with maintainers; [ ericdallo jlesquembre ]; 49 50 platforms = jdk.meta.platforms;
+1
pkgs/development/tools/nailgun/default.nix
··· 32 32 meta = with lib; { 33 33 description = "Client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead"; 34 34 homepage = "http://www.martiansoftware.com/nailgun/"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.asl20; 36 37 platforms = platforms.linux; 37 38 maintainers = with maintainers; [ volth ];
+1
pkgs/development/tools/parsing/antlr/3.4.nix
··· 33 33 walk parse trees. 34 34 ''; 35 35 homepage = "https://www.antlr.org/"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.bsd3; 37 38 platforms = platforms.linux ++ platforms.darwin; 38 39 };
+1
pkgs/development/tools/parsing/antlr/3.5.nix
··· 45 45 walk parse trees. 46 46 ''; 47 47 homepage = "https://www.antlr.org/"; 48 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 48 49 license = licenses.bsd3; 49 50 platforms = platforms.linux; 50 51 maintainers = [ lib.maintainers.farlion ];
+1
pkgs/development/tools/parsing/antlr/4.8.nix
··· 81 81 walk parse trees. 82 82 ''; 83 83 homepage = "https://www.antlr.org/"; 84 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 84 85 license = licenses.bsd3; 85 86 platforms = platforms.unix; 86 87 };
+1
pkgs/development/tools/parsing/antlr/4.9.nix
··· 80 80 walk parse trees. 81 81 ''; 82 82 homepage = "https://www.antlr.org/"; 83 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 83 84 license = licenses.bsd3; 84 85 platforms = platforms.unix; 85 86 };
+1
pkgs/development/tools/repository-managers/nexus/default.nix
··· 41 41 meta = with lib; { 42 42 description = "Repository manager for binary software components"; 43 43 homepage = "http://www.sonatype.org/nexus"; 44 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 44 45 license = licenses.epl10; 45 46 platforms = platforms.all; 46 47 maintainers = with maintainers; [ aespinosa ironpinguin zaninime ];
+1
pkgs/development/tools/selenium/htmlunit-driver/default.nix
··· 20 20 description = "A WebDriver server for running Selenium tests on the HtmlUnit headless browser"; 21 21 maintainers = with maintainers; [ coconnor offline ]; 22 22 platforms = platforms.all; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.asl20; 24 25 }; 25 26 }
+1
pkgs/development/tools/selenium/selendroid/default.nix
··· 44 44 description = "Test automation for native or hybrid Android apps and the mobile web"; 45 45 maintainers = with maintainers; [ offline ]; 46 46 platforms = platforms.all; 47 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 47 48 license = licenses.asl20; 48 49 }; 49 50 }
+1
pkgs/development/tools/selenium/server/default.nix
··· 33 33 meta = { 34 34 homepage = "http://www.seleniumhq.org/"; 35 35 description = "Selenium Server for remote WebDriver"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.asl20; 37 38 maintainers = with maintainers; [ coconnor offline ]; 38 39 mainProgram = "selenium-server";
+2 -1
pkgs/development/tools/sourcetrail/java.nix
··· 1 - { pkgs, javaPackages }: 1 + { lib, pkgs, javaPackages }: 2 2 3 3 let 4 4 javaIndexer = javaPackages.mavenbuild { ··· 17 17 18 18 meta = { 19 19 description = "Java indexer for Sourcetrail"; 20 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 20 21 }; 21 22 }; 22 23 in
+1
pkgs/development/tools/spring-boot-cli/default.nix
··· 40 40 a command line tool that runs “spring scripts”. 41 41 ''; 42 42 homepage = "https://spring.io/projects/spring-boot"; 43 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 43 44 license = licenses.asl20; 44 45 platforms = platforms.all; 45 46 maintainers = with maintainers; [ moaxcp ];
+1
pkgs/development/tools/yuicompressor/default.nix
··· 22 22 meta = with lib; { 23 23 description = "A JavaScript and CSS minifier"; 24 24 homepage = "http://yui.github.io/yuicompressor/"; 25 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 25 26 license = licenses.bsd3; 26 27 maintainers = with maintainers; [ jwiegley ]; 27 28 platforms = platforms.all;
+1
pkgs/games/cgoban/default.nix
··· 31 31 meta = with lib; { 32 32 description = "Client for the KGS Go Server"; 33 33 homepage = "https://www.gokgs.com/"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = licenses.free; 35 36 maintainers = with maintainers; [ savannidgerinel ]; 36 37 platforms = adoptopenjdk-jre-bin.meta.platforms;
+4
pkgs/games/domination/default.nix
··· 97 97 It includes a map editor, a simple map format, multiplayer network play, 98 98 single player, hotseat, 5 user interfaces and many more features. 99 99 ''; 100 + sourceProvenance = with sourceTypes; [ 101 + fromSource 102 + binaryBytecode # source bundles dependencies as jars 103 + ]; 100 104 license = licenses.gpl3; 101 105 maintainers = with maintainers; [ fgaz ]; 102 106 platforms = platforms.all;
+1
pkgs/games/dwarf-fortress/legends-browser/default.nix
··· 29 29 meta = with lib; { 30 30 description = "A multi-platform, open source, java-based legends viewer for dwarf fortress"; 31 31 maintainers = with maintainers; [ Baughn ]; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.mit; 33 34 platforms = platforms.all; 34 35 homepage = "https://github.com/robertjanetzko/LegendsBrowser";
+4
pkgs/games/gcs/default.nix
··· 70 70 meta = with lib; { 71 71 description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system"; 72 72 homepage = "https://gurpscharactersheet.com/"; 73 + sourceProvenance = with sourceTypes; [ 74 + fromSource 75 + binaryBytecode # source bundles dependencies as jars 76 + ]; 73 77 license = licenses.mpl20; 74 78 platforms = platforms.all; 75 79 maintainers = with maintainers; [];
+1
pkgs/games/minecraft-servers/derivation.nix
··· 29 29 meta = with lib; { 30 30 description = "Minecraft Server"; 31 31 homepage = "https://minecraft.net"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.unfreeRedistributable; 33 34 platforms = platforms.unix; 34 35 maintainers = with maintainers; [ thoughtpolice tomberek costrouc jyooru ];
+1
pkgs/games/papermc/default.nix
··· 29 29 meta = { 30 30 description = "High-performance Minecraft Server"; 31 31 homepage = "https://papermc.io/"; 32 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 32 33 license = lib.licenses.gpl3Only; 33 34 platforms = lib.platforms.unix; 34 35 maintainers = with lib.maintainers; [ aaronjanse neonfuz ];
+1
pkgs/games/purpur/default.nix
··· 34 34 gameplay features, and performance built on top of Airplane. 35 35 ''; 36 36 homepage = "https://purpurmc.org/"; 37 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 37 38 license = licenses.mit; 38 39 platforms = platforms.unix; 39 40 maintainers = with maintainers; [ jyooru ];
+1
pkgs/games/runelite/default.nix
··· 58 58 meta = with lib; { 59 59 description = "Open source Old School RuneScape client"; 60 60 homepage = "https://runelite.net/"; 61 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 61 62 license = licenses.bsd2; 62 63 maintainers = with maintainers; [ kmeakin ]; 63 64 platforms = [ "x86_64-linux" ];
+1
pkgs/games/starsector/default.nix
··· 75 75 meta = with lib; { 76 76 description = "Open-world single-player space-combat, roleplaying, exploration, and economic game"; 77 77 homepage = "https://fractalsoftworks.com"; 78 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 78 79 license = licenses.unfree; 79 80 maintainers = with maintainers; [ bbigras ]; 80 81 };
+1
pkgs/games/tr-patcher/default.nix
··· 29 29 meta = with lib; { 30 30 description = "Allow to update dependancies of the Tamriel-Data mod for morrowind"; 31 31 homepage = "https://gitlab.com/bmwinger/tr-patcher"; 32 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 32 33 license = licenses.gpl3; 33 34 maintainers = [ maintainers.marius851000 ]; 34 35 platforms = platforms.linux;
+1
pkgs/games/unciv/default.nix
··· 53 53 description = "An open-source Android/Desktop remake of Civ V"; 54 54 homepage = "https://github.com/yairm210/Unciv"; 55 55 maintainers = with maintainers; [ tex ]; 56 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 56 57 license = licenses.mpl20; 57 58 platforms = [ "x86_64-linux" ]; 58 59 };
+1
pkgs/games/vassal/default.nix
··· 33 33 meta = with lib; { 34 34 description = "A free, open-source boardgame engine"; 35 35 homepage = "https://vassalengine.org/"; 36 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 36 37 license = licenses.lgpl21Only; 37 38 maintainers = with maintainers; [ tvestelind ]; 38 39 platforms = platforms.unix;
+1
pkgs/games/xmage/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "Magic Another Game Engine"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.mit; 36 37 maintainers = with maintainers; [ matthiasbeyer ]; 37 38 homepage = "http://xmage.de/";
+4
pkgs/misc/scrcpy/default.nix
··· 57 57 meta = with lib; { 58 58 description = "Display and control Android devices over USB or TCP/IP"; 59 59 homepage = "https://github.com/Genymobile/scrcpy"; 60 + sourceProvenance = with sourceTypes; [ 61 + fromSource 62 + binaryBytecode # server 63 + ]; 60 64 license = licenses.asl20; 61 65 platforms = platforms.unix; 62 66 maintainers = with maintainers; [ deltaevo lukeadams msfjarvis ];
+1
pkgs/servers/atlassian/bamboo.nix
··· 31 31 meta = with lib; { 32 32 description = "Bamboo Data Center is a continuous delivery server."; 33 33 homepage = "https://www.atlassian.com/software/bamboo"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = with licenses; [ unfree ]; 35 36 maintainers = with maintainers; [ techknowlogick ]; 36 37 };
+1
pkgs/servers/atlassian/confluence.nix
··· 43 43 meta = with lib; { 44 44 description = "Team collaboration software written in Java and mainly used in corporate environments"; 45 45 homepage = "https://www.atlassian.com/software/confluence"; 46 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 46 47 license = licenses.unfree; 47 48 maintainers = with maintainers; [ fpletz globin willibutz ciil techknowlogick ]; 48 49 };
+1
pkgs/servers/computing/storm/default.nix
··· 62 62 meta = with lib; { 63 63 homepage = "https://storm.apache.org/"; 64 64 description = "Distributed realtime computation system"; 65 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 65 66 license = licenses.asl20; 66 67 maintainers = with maintainers; [ edwtjo vizanto ]; 67 68 platforms = with platforms; unix;
+1
pkgs/servers/elasticmq-server-bin/default.nix
··· 28 28 meta = with lib; { 29 29 homepage = "https://github.com/softwaremill/elasticmq"; 30 30 description = "Message queueing system with Java, Scala and Amazon SQS-compatible interfaces"; 31 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 31 32 license = licenses.asl20; 32 33 platforms = platforms.unix; 33 34 maintainers = with maintainers; [ peterromfeldhk ];
+1
pkgs/servers/exhibitor/default.nix
··· 39 39 meta = with lib; { 40 40 description = "ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization"; 41 41 homepage = "https://github.com/soabase/exhibitor"; 42 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 42 43 license = licenses.asl20; 43 44 mainProgram = "startExhibitor.sh"; 44 45 platforms = platforms.unix;
+1
pkgs/servers/felix/default.nix
··· 17 17 meta = with lib; { 18 18 description = "An OSGi gateway"; 19 19 homepage = "https://felix.apache.org"; 20 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 20 21 license = licenses.asl20; 21 22 maintainers = [ maintainers.sander ]; 22 23 };
+1
pkgs/servers/h2/default.nix
··· 39 39 meta = with lib; { 40 40 description = "The Java SQL database"; 41 41 homepage = "http://www.h2database.com/html/main.html"; 42 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 42 43 license = licenses.mpl20; 43 44 platforms = lib.platforms.linux; 44 45 maintainers = with maintainers; [ mahe ];
+1
pkgs/servers/http/jboss/default.nix
··· 16 16 meta = with lib; { 17 17 homepage = "https://www.jboss.org/"; 18 18 description = "Open Source J2EE application server"; 19 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 19 20 license = licenses.lgpl21; 20 21 maintainers = [ maintainers.sander ]; 21 22 platforms = platforms.unix;
+1
pkgs/servers/http/jetty/default.nix
··· 19 19 description = "A Web server and javax.servlet container"; 20 20 homepage = "https://www.eclipse.org/jetty/"; 21 21 platforms = platforms.all; 22 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 22 23 license = with licenses; [ asl20 epl10 ]; 23 24 maintainers = with maintainers; [ emmanuelrosa ]; 24 25 };
+1
pkgs/servers/http/tomcat/axis2/default.nix
··· 16 16 meta = { 17 17 description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack"; 18 18 platforms = lib.platforms.unix; 19 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 19 20 license = lib.licenses.asl20; 20 21 }; 21 22 }
+1
pkgs/servers/jetbrains/youtrack.nix
··· 25 25 meta = with lib; { 26 26 description = "Issue tracking and project management tool for developers"; 27 27 maintainers = teams.serokell.members; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 # https://www.jetbrains.com/youtrack/buy/license.html 29 30 license = licenses.unfree; 30 31 };
+1
pkgs/servers/jibri/default.nix
··· 49 49 supported on a single jibri. 50 50 ''; 51 51 homepage = "https://github.com/jitsi/jibri"; 52 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 52 53 license = licenses.asl20; 53 54 maintainers = teams.jitsi.members; 54 55 platforms = platforms.linux;
+1
pkgs/servers/keycloak/default.nix
··· 74 74 meta = with lib; { 75 75 homepage = "https://www.keycloak.org/"; 76 76 description = "Identity and access management for modern applications and services"; 77 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 77 78 license = licenses.asl20; 78 79 platforms = jre.meta.platforms; 79 80 maintainers = with maintainers; [ ngerstle talyz ];
+1
pkgs/servers/keycloak/keycloak-metrics-spi/default.nix
··· 20 20 meta = with lib; { 21 21 homepage = "https://github.com/aerogear/keycloak-metrics-spi"; 22 22 description = "Keycloak Service Provider that adds a metrics endpoint"; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.apsl20; 24 25 maintainers = with maintainers; [ benley ]; 25 26 };
+4
pkgs/servers/keycloak/scim-for-keycloak/default.nix
··· 30 30 meta = with lib; { 31 31 homepage = "https://github.com/Captain-P-Goldfish/scim-for-keycloak"; 32 32 description = "A third party module that extends Keycloak with SCIM functionality"; 33 + sourceProvenance = with sourceTypes; [ 34 + fromSource 35 + binaryBytecode # dependencies 36 + ]; 33 37 license = licenses.bsd3; 34 38 maintainers = with maintainers; [ mkg20001 ]; 35 39 };
+1
pkgs/servers/metabase/default.nix
··· 22 22 meta = with lib; { 23 23 description = "The easy, open source way for everyone in your company to ask questions and learn from data"; 24 24 homepage = "https://metabase.com"; 25 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 25 26 license = licenses.agpl3Only; 26 27 platforms = platforms.all; 27 28 maintainers = with maintainers; [ schneefux thoughtpolice mmahut ];
+1
pkgs/servers/misc/airsonic/default.nix
··· 21 21 meta = with lib; { 22 22 description = "Personal media streamer"; 23 23 homepage = "https://airsonic.github.io"; 24 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 24 25 license = lib.licenses.gpl3; 25 26 platforms = platforms.all; 26 27 maintainers = with maintainers; [ disassembler ];
+1
pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
··· 26 26 meta = with lib; { 27 27 homepage = "https://github.com/prometheus/jmx_exporter"; 28 28 description = "A process for exposing JMX Beans via HTTP for Prometheus consumption"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 license = licenses.asl20; 30 31 maintainers = [ maintainers.offline ]; 31 32 platforms = platforms.unix;
+1
pkgs/servers/monitoring/riemann/default.nix
··· 25 25 meta = with lib; { 26 26 homepage = "http://riemann.io/"; 27 27 description = "A network monitoring system"; 28 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 29 license = licenses.epl10; 29 30 platforms = platforms.all; 30 31 maintainers = [];
+1
pkgs/servers/monitoring/seyren/default.nix
··· 22 22 meta = with lib; { 23 23 description = "An alerting dashboard for Graphite"; 24 24 homepage = "https://github.com/scobal/seyren"; 25 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 25 26 license = licenses.asl20; 26 27 maintainers = [ maintainers.offline ]; 27 28 platforms = platforms.all;
+1
pkgs/servers/monitoring/zipkin/default.nix
··· 19 19 meta = with lib; { 20 20 description = "Zipkin distributed tracing system"; 21 21 homepage = "https://zipkin.io/"; 22 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 22 23 license = licenses.asl20; 23 24 platforms = platforms.unix; 24 25 maintainers = [ maintainers.hectorj ];
+4
pkgs/servers/nosql/riak/2.2.0.nix
··· 96 96 maintainers = with maintainers; [ cstrahan mdaiter ]; 97 97 description = "Dynamo inspired NoSQL DB by Basho"; 98 98 platforms = [ "x86_64-linux" ]; 99 + sourceProvenance = with sourceTypes; [ 100 + fromSource 101 + binaryBytecode # dependencies 102 + ]; 99 103 license = licenses.asl20; 100 104 knownVulnerabilities = [ "CVE-2017-3163 - see https://github.com/NixOS/nixpkgs/issues/33876" ]; 101 105 };
+1
pkgs/servers/sql/mssql/jdbc/default.nix
··· 21 21 ''; 22 22 23 23 meta = { 24 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 24 25 platforms = lib.platforms.unix; 25 26 }; 26 27 }
+1
pkgs/servers/sql/sqlite/jdbc/default.nix
··· 19 19 homepage = "https://github.com/xerial/sqlite-jdbc"; 20 20 description = "Library for accessing and creating SQLite database files in Java"; 21 21 license = licenses.asl20; 22 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 22 23 platforms = platforms.linux; 23 24 maintainers = with maintainers; [ jraygauthier ]; 24 25 };
+1
pkgs/servers/unifi/default.nix
··· 35 35 meta = with lib; { 36 36 homepage = "http://www.ubnt.com/"; 37 37 description = "Controller for Ubiquiti UniFi access points"; 38 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 38 39 license = licenses.unfree; 39 40 platforms = platforms.unix; 40 41 maintainers = with maintainers; [ erictapen globin patryk27 pennae ];
+1
pkgs/tools/backup/android-backup-extractor/default.nix
··· 32 32 meta = with lib; { 33 33 description = "Utility to extract and repack Android backups created with adb backup"; 34 34 homepage = "https://github.com/nelenkov/android-backup-extractor"; 35 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 35 36 license = licenses.asl20; 36 37 maintainers = with maintainers; [ prusnak ]; 37 38 };
+1
pkgs/tools/games/minecraft/amidst/default.nix
··· 27 27 meta = with lib; { 28 28 homepage = "https://github.com/toolbox4minecraft/amidst"; 29 29 description = "Advanced Minecraft Interface and Data/Structure Tracking"; 30 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 30 31 license = licenses.gpl3Only; 31 32 maintainers = [ maintainers.ivar ]; 32 33 platforms = platforms.linux;
+1
pkgs/tools/games/minecraft/fabric-installer/default.nix
··· 28 28 meta = with lib; { 29 29 homepage = "https://fabricmc.net/"; 30 30 description = "A lightweight, experimental modding toolchain for Minecraft"; 31 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 31 32 license = licenses.asl20; 32 33 maintainers = [ maintainers.ivar ]; 33 34 platforms = platforms.unix;
+1
pkgs/tools/games/minecraft/optifine/generic.nix
··· 30 30 It allows Minecraft to run faster and look better with full support for HD textures and many configuration options. 31 31 This is for version ${mcVersion} of Minecraft. 32 32 ''; 33 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 33 34 license = licenses.unfree; 34 35 maintainers = [ maintainers.ivar ]; 35 36 platforms = platforms.unix;
+1
pkgs/tools/graphics/agi/default.nix
··· 60 60 meta = with lib; { 61 61 homepage = "https://github.com/google/agi/"; 62 62 description = "Android GPU Inspector"; 63 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 63 64 license = licenses.asl20; 64 65 platforms = [ "x86_64-linux" ]; 65 66 maintainers = [ maintainers.ivar ];
+1
pkgs/tools/graphics/briss/default.nix
··· 22 22 meta = { 23 23 homepage = "https://sourceforge.net/projects/briss/"; 24 24 description = "Java application for cropping PDF files"; 25 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 25 26 license = lib.licenses.gpl3; 26 27 platforms = lib.platforms.unix; 27 28 };
+1
pkgs/tools/graphics/ditaa/default.nix
··· 27 27 meta = with lib; { 28 28 description = "Convert ascii art diagrams into proper bitmap graphics"; 29 29 homepage = "https://github.com/stathissideris/ditaa"; 30 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 30 31 license = licenses.lgpl3; 31 32 platforms = platforms.unix; 32 33 maintainers = [ maintainers.bjornfor ];
+1
pkgs/tools/graphics/welkin/default.nix
··· 31 31 raskin 32 32 ]; 33 33 hydraPlatforms = []; 34 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 34 35 license = lib.licenses.free; 35 36 platforms = with lib.platforms; unix; 36 37 };
+1
pkgs/tools/graphics/zxing/default.nix
··· 25 25 ''; 26 26 meta = { 27 27 description = "1D and 2D code reading library"; 28 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 28 29 license = lib.licenses.asl20; 29 30 maintainers = [lib.maintainers.raskin]; 30 31 platforms = lib.platforms.linux;
+1
pkgs/tools/misc/graylog/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Open source log management solution"; 28 28 homepage = "https://www.graylog.org/"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 license = licenses.gpl3; 30 31 maintainers = [ maintainers.fadenb ]; 31 32 mainProgram = "graylogctl";
+1
pkgs/tools/misc/graylog/plugins.nix
··· 19 19 meta = a.meta // { 20 20 platforms = graylog.meta.platforms; 21 21 maintainers = (a.meta.maintainers or []) ++ [ maintainers.fadenb ]; 22 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 22 23 }; 23 24 }); 24 25 in {
+4
pkgs/tools/misc/ili2c/default.nix
··· 32 32 Checks the syntactical correctness of an INTERLIS data model. 33 33 ''; 34 34 homepage = "https://www.interlis.ch/downloads/ili2c"; 35 + sourceProvenance = with sourceTypes; [ 36 + fromSource 37 + binaryBytecode # source bundles dependencies as jars 38 + ]; 35 39 license = licenses.lgpl21Plus; 36 40 maintainers = [ maintainers.das-g ]; 37 41 platforms = platforms.linux;
+1
pkgs/tools/misc/jdiskreport/default.nix
··· 46 46 meta = with lib; { 47 47 homepage = "http://www.jgoodies.com/freeware/jdiskreport/"; 48 48 description = "A graphical utility to visualize disk usage"; 49 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 49 50 license = licenses.unfreeRedistributable; #TODO freedist, libs under BSD-3 50 51 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 51 52 maintainers = with maintainers; [ kylesferrazza ];
+1
pkgs/tools/misc/plantuml-server/default.nix
··· 20 20 meta = with lib; { 21 21 description = "A web application to generate UML diagrams on-the-fly."; 22 22 homepage = "https://plantuml.com/"; 23 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 23 24 license = licenses.gpl3Plus; 24 25 platforms = platforms.all; 25 26 maintainers = with maintainers; [ truh ];
+1
pkgs/tools/misc/plantuml/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Draw UML diagrams using a simple and human readable text description"; 28 28 homepage = "http://plantuml.sourceforge.net/"; 29 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 29 30 # "plantuml -license" says GPLv3 or later 30 31 license = licenses.gpl3Plus; 31 32 maintainers = with maintainers; [ bjornfor Mogria ];
+1
pkgs/tools/misc/procyon/default.nix
··· 24 24 25 25 meta = with lib; { 26 26 description = "Procyon is a suite of Java metaprogramming tools including a Java decompiler"; 27 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 27 28 homepage = "https://github.com/mstrobel/procyon/"; 28 29 license = licenses.asl20; 29 30 maintainers = with maintainers; [ SuperSandro2000 ];
+1
pkgs/tools/misc/smc/default.nix
··· 43 43 SMC can also generate GraphViz state diagrams from the input file. 44 44 ''; 45 45 homepage = "http://smc.sourceforge.net/"; 46 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 46 47 license = licenses.mpl11; 47 48 platforms = platforms.linux; 48 49 maintainers = [ maintainers.bjornfor ];
+1
pkgs/tools/misc/umlet/default.nix
··· 46 46 Linux. 47 47 ''; 48 48 homepage = "https://www.umlet.com"; 49 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 49 50 license = licenses.gpl3; 50 51 maintainers = with maintainers; [ oxzi ]; 51 52 platforms = platforms.all;
+1
pkgs/tools/networking/burpsuite/default.nix
··· 41 41 ''; 42 42 homepage = "https://portswigger.net/burp/"; 43 43 downloadPage = "https://portswigger.net/burp/freedownload"; 44 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 44 45 license = licenses.unfree; 45 46 platforms = jdk11.meta.platforms; 46 47 hydraPlatforms = [];
+4
pkgs/tools/networking/i2p/default.nix
··· 45 45 meta = with lib; { 46 46 description = "Applications and router for I2P, anonymity over the Internet"; 47 47 homepage = "https://geti2p.net"; 48 + sourceProvenance = with sourceTypes; [ 49 + fromSource 50 + binaryBytecode # source bundles dependencies as jars 51 + ]; 48 52 license = licenses.gpl2; 49 53 platforms = [ "x86_64-linux" "i686-linux" ]; 50 54 maintainers = with maintainers; [ joelmo ];
+1
pkgs/tools/networking/openapi-generator-cli/default.nix
··· 31 31 meta = with lib; { 32 32 description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec"; 33 33 homepage = "https://github.com/OpenAPITools/openapi-generator"; 34 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 35 license = licenses.asl20; 35 36 maintainers = [ maintainers.shou ]; 36 37 };
+1
pkgs/tools/networking/swagger-codegen/default.nix
··· 27 27 meta = with lib; { 28 28 description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec"; 29 29 homepage = "https://github.com/swagger-api/swagger-codegen"; 30 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 30 31 license = licenses.asl20; 31 32 maintainers = [ maintainers.jraygauthier ]; 32 33 };
+1
pkgs/tools/networking/swagger-codegen3/default.nix
··· 27 27 meta = with lib; { 28 28 description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec"; 29 29 homepage = "https://github.com/swagger-api/swagger-codegen/tree/3.0.0"; 30 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 30 31 license = licenses.asl20; 31 32 maintainers = [ maintainers._1000101 ]; 32 33 };
+4
pkgs/tools/security/cryptomator/default.nix
··· 110 110 meta = with lib; { 111 111 description = "Free client-side encryption for your cloud files"; 112 112 homepage = "https://cryptomator.org"; 113 + sourceProvenance = with sourceTypes; [ 114 + fromSource 115 + binaryBytecode # deps 116 + ]; 113 117 license = licenses.gpl3Plus; 114 118 maintainers = with maintainers; [ bachp ]; 115 119 platforms = platforms.linux;
+1
pkgs/tools/security/ghidra/default.nix
··· 72 72 description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission"; 73 73 homepage = "https://github.com/NationalSecurityAgency/ghidra"; 74 74 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 75 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 75 76 license = licenses.asl20; 76 77 maintainers = with maintainers; [ ck3d govanify mic92 ]; 77 78 };
+1
pkgs/tools/security/ipscan/default.nix
··· 34 34 meta = with lib; { 35 35 description = "Fast and friendly network scanner"; 36 36 homepage = "https://angryip.org"; 37 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 37 38 license = licenses.gpl2; 38 39 platforms = [ "x86_64-linux" ]; 39 40 maintainers = with maintainers; [ kylesferrazza ];
+1
pkgs/tools/security/open-ecard/default.nix
··· 56 56 description = "Client side implementation of the eCard-API-Framework (BSI 57 57 TR-03112) and related international standards, such as ISO/IEC 24727"; 58 58 homepage = "https://www.openecard.org/"; 59 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 59 60 license = licenses.gpl3; 60 61 maintainers = with maintainers; [ sephalon ]; 61 62 platforms = platforms.linux;
+4
pkgs/tools/system/sleuthkit/default.nix
··· 84 84 homepage = "https://www.sleuthkit.org/"; 85 85 maintainers = with maintainers; [ raskin gfrascadorio ]; 86 86 platforms = platforms.linux; 87 + sourceProvenance = with sourceTypes; [ 88 + fromSource 89 + binaryBytecode # dependencies 90 + ]; 87 91 license = licenses.ipl10; 88 92 }; 89 93 }
+1
pkgs/tools/text/crowdin-cli/default.nix
··· 44 44 mainProgram = "crowdin"; 45 45 homepage = "https://github.com/crowdin/crowdin-cli/"; 46 46 description = "A command-line client for the Crowdin API"; 47 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 47 48 license = licenses.mit; 48 49 maintainers = with maintainers; [ DamienCassou ]; 49 50 };
+1
pkgs/tools/text/epubcheck/default.nix
··· 34 34 meta = with lib; { 35 35 homepage = "https://github.com/w3c/epubcheck"; 36 36 description = "Validation tool for EPUB"; 37 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 37 38 license = with licenses; [ asl20 bsd3 mpl10 w3c ]; 38 39 platforms = platforms.all; 39 40 maintainers = with maintainers; [ eadwu ];
+1
pkgs/tools/text/languagetool/default.nix
··· 30 30 31 31 meta = with lib; { 32 32 homepage = "https://languagetool.org"; 33 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 33 34 license = licenses.lgpl21Plus; 34 35 maintainers = with maintainers; [ edwtjo ]; 35 36 platforms = jre.meta.platforms;
+1
pkgs/tools/text/xml/basex/default.nix
··· 60 60 modes, BaseX offers a client/server architecture. 61 61 ''; 62 62 homepage = "https://basex.org/"; 63 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 63 64 license = licenses.bsd3; 64 65 platforms = platforms.unix; 65 66 maintainers = [ maintainers.bjornfor ];
+4
pkgs/tools/text/xml/jing-trang/default.nix
··· 46 46 # for downloads and call it the "project site". 47 47 homepage = "https://www.thaiopensource.com/relaxng/trang.html"; 48 48 platforms = platforms.unix; 49 + sourceProvenance = with sourceTypes; [ 50 + fromSource 51 + binaryBytecode # source bundles dependencies as jars 52 + ]; 49 53 maintainers = [ maintainers.bjornfor ]; 50 54 }; 51 55 }
+3
pkgs/tools/typesetting/asciidoc/default.nix
··· 322 322 the backend output markups (which can be almost any type of SGML/XML 323 323 markup) can be customized and extended by the user. 324 324 ''; 325 + sourceProvenance = with sourceTypes; [ 326 + fromSource 327 + ] ++ lib.optional _enableDitaaFilter binaryBytecode; 325 328 homepage = "http://www.methods.co.nz/asciidoc/"; 326 329 license = licenses.gpl2Plus; 327 330 platforms = platforms.unix;
+4
pkgs/tools/typesetting/fop/default.nix
··· 48 48 ''; 49 49 homepage = "https://xmlgraphics.apache.org/fop/"; 50 50 license = licenses.asl20; 51 + sourceProvenance = with sourceTypes; [ 52 + fromSource 53 + binaryBytecode # source bundles dependencies as jars 54 + ]; 51 55 platforms = platforms.all; 52 56 maintainers = with maintainers; [ bjornfor ]; 53 57 };