···8787 meta = with lib; {8888 homepage = "https://www.frostwire.com/";8989 description = "BitTorrent Client and Cloud File Downloader";9090+ sourceProvenance = with sourceTypes; [9191+ fromSource9292+ binaryBytecode # deps9393+ ];9094 license = licenses.gpl2;9195 maintainers = with maintainers; [ gavin ];9296 platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" ];
+4
pkgs/development/tools/scenebuilder/default.nix
···109109 broken = stdenv.isDarwin;110110 description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";111111 homepage = "https://gluonhq.com/products/scene-builder/";112112+ sourceProvenance = with sourceTypes; [113113+ fromSource114114+ binaryBytecode # deps115115+ ];112116 license = licenses.bsd3;113117 maintainers = with maintainers; [ wirew0rm ];114118 platforms = platforms.all;
+4
pkgs/development/tools/scenic-view/default.nix
···104104 This lets you find bugs and get things pixel perfect without having to do the compile-check-compile dance.105105 '';106106 homepage = "https://github.com/JonathanGiles/scenic-view/";107107+ sourceProvenance = with sourceTypes; [108108+ fromSource109109+ binaryBytecode # deps110110+ ];107111 license = licenses.gpl3Plus;108112 maintainers = with maintainers; [ wirew0rm ];109113 platforms = platforms.all;
···8080 homepage = "https://shatteredpixel.com/";8181 downloadPage = "https://github.com/00-Evan/shattered-pixel-dungeon/releases";8282 description = "Traditional roguelike game with pixel-art graphics and simple interface";8383+ sourceProvenance = with sourceTypes; [8484+ fromSource8585+ binaryBytecode # deps8686+ ];8387 license = licenses.gpl3Plus;8488 maintainers = with maintainers; [ fgaz ];8589 platforms = platforms.all;
+4
pkgs/servers/ma1sd/default.nix
···6464 meta = with lib; {6565 description = "a federated matrix identity server; fork of mxisd";6666 homepage = "https://github.com/ma1uta/ma1sd";6767+ sourceProvenance = with sourceTypes; [6868+ fromSource6969+ binaryBytecode # deps7070+ ];6771 license = licenses.agpl3Only;6872 maintainers = with maintainers; [ mguentner ];6973 platforms = platforms.all;
+4
pkgs/tools/security/ghidra/build.nix
···171171 description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission";172172 homepage = "https://ghidra-sre.org/";173173 platforms = [ "x86_64-linux" "x86_64-darwin" ];174174+ sourceProvenance = with sourceTypes; [175175+ fromSource176176+ binaryBytecode # deps177177+ ];174178 license = licenses.asl20;175179 maintainers = [ "roblabla" ];176180 };
+4
pkgs/tools/security/jadx/default.nix
···103103 Command line and GUI tools for produce Java source code from Android Dex104104 and Apk files.105105 '';106106+ sourceProvenance = with sourceTypes; [107107+ fromSource108108+ binaryBytecode # deps109109+ ];106110 license = licenses.asl20;107111 platforms = platforms.unix;108112 maintainers = with maintainers; [ delroth ];
+4
pkgs/tools/security/jd-gui/default.nix
···102102 meta = with lib; {103103 description = "Fast Java Decompiler with powerful GUI";104104 homepage = "https://java-decompiler.github.io/";105105+ sourceProvenance = with sourceTypes; [106106+ fromSource107107+ binaryBytecode # deps108108+ ];105109 license = licenses.gpl3;106110 platforms = platforms.unix;107111 maintainers = [ maintainers.thoughtpolice ];
+4
pkgs/tools/typesetting/pdftk/default.nix
···8888 meta = with lib; {8989 description = "Command-line tool for working with PDFs";9090 homepage = "https://gitlab.com/pdftk-java/pdftk";9191+ sourceProvenance = with sourceTypes; [9292+ fromSource9393+ binaryBytecode # deps9494+ ];9195 license = licenses.gpl2Plus;9296 maintainers = with maintainers; [ raskin averelld ];9397 platforms = platforms.unix;