about summary refs log tree commit diff
path: root/pkgs/top-level
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03pythonPackages: sphinxcontrib_plantuml -> sphinxcontrib-plantumlSandro Jäckel2-1/+2
2021-08-03Merge pull request #123045 from kira-bruneau/replay-sorcerydavidak1-0/+2
replay-sorcery: init at 0.5.0
2021-08-02unixcw: use libsForQt5, enable qt wrapper (#131816)Rob Brewer1-1/+1
2021-08-02sirula: init at unstable-2021-07-11Tom1-0/+2
This commit packages sirula, a simple app launcher for wayland.
2021-08-03Merge pull request #132237 from Artturin/perlmagikupdateStig2-13/+9
perlPackages.ImageMagick: 7.0.10 -> 7.0.11
2021-08-02Merge pull request #132309 from blitz/djvAnderson Torres1-0/+2
djv: init at 2.0.8-unstable-2021-07-31
2021-08-02Merge pull request #127531 from fabaff/geocachingapiFabian Affolter1-0/+2
python3Packages.geocachingapi: init at 0.1.0
2021-08-02libsigrok_0_3: fixHarrison Houghton1-0/+1
Apparently we have an old-version override and it doesn't make the bindings at all, so only run the installCheck when we know it should succeed.
2021-08-02Merge pull request #132416 from turion/dev_rabbitmq-server_1.8_1.9Robert Hensing1-2/+0
rabbitmq-server: 3.8.9 -> 3.9.1
2021-08-02djv: init at 2.0.8-unstable-2021-07-31Julian Stecklina1-0/+2
2021-08-02perlPackages.ImageMagick: rename from perlPackages.PerlMagickArtturin2-5/+6
2021-08-02Merge branch 'master' into meshcentralRobin Gloster10-109/+293
2021-08-02perlPackages.PerlMagick: 7.0.10 -> 7.0.11-1Artturin1-8/+3
2021-08-02Merge pull request #132215 from ilyakooo0/iko/chia-plotterSandro1-0/+2
2021-08-02Merge pull request #131562 from Luflosi/add-sphinx-inline-tabsSandro1-0/+2
2021-08-02rabbitmq-server: 3.8.9 -> 3.9.1Manuel Bärenz1-2/+0
2021-08-02Merge pull request #131275 from superherointj/package-telegram-cli-20200106Sandro1-0/+2
2021-08-02telegram-cli: init 20200106superherointj1-0/+2
Co-authored-by: @sikmir @SuperSandro2000
2021-08-02Merge pull request #132406 from SuperSandro2000/cleanupSandro1-0/+3
2021-08-02Merge pull request #132409 from SuperSandro2000/azureusSandro2-5/+1
azureus: drop
2021-08-02ntfy-webpush: init at 0.1.3 (#132404)Sandro1-0/+2
2021-08-02azureus: dropSandro Jäckel2-5/+1
2021-08-02pivx: cleanup, formatSandro Jäckel1-0/+3
2021-08-02chia-plotter: init at unstable-2021-07-12iko1-0/+2
2021-08-02Merge pull request #132391 from SuperSandro2000/cleanupSandro1-1/+3
2021-08-02Merge pull request #113185 from fabaff/libredditBen Siraphob1-0/+4
libreddit: init at 0.10.1
2021-08-02Merge pull request #131973 from McSinyx/palaceSandro1-0/+2
2021-08-02jitsi-meet-electron: formatSandro Jäckel1-1/+3
2021-08-02Merge pull request #132095 from 06kellyjac/grpc-webSandro1-0/+2
protoc-gen-grpc-web: init at 1.2.1
2021-08-02Merge pull request #131909 from figsoda/taploSandro1-0/+8
2021-08-02protoc-gen-grpc-web: init at 1.2.106kellyjac1-0/+2
2021-08-01Merge pull request #132331 from sternenseemann/pkgs-llvm-stdenv-trunkRobert Hensing1-0/+1
pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
2021-08-01soapui: 5.5.0 -> 5.6.0 (#131307)Benjamin Asbach1-1/+3
Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
2021-08-01pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunksternenseemann1-0/+1
Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building anything in pkgsLLVM decidedly less painful since it will eliminate the need to build LLVM and clang locally, which shouldn't be as bad on hydra. Darwin is disabled for now since it doesn't evaluate correctly there (infinite recursion problem with the SDK).
2021-08-01sane: Add support for the unfree Fujitsu ScanSnap driversProfpatsch1-0/+2
This adds the scanner files already linked from the `etc/sane.d/epjitsu.conf` file, which are extracted from the Windows drivers and mirrored on GitHub. Being a Japanese hardware vendor, Fujitsu’s software release & licensing methods are horrifying, but their scanners are some of the best, so we should definitly have discoverable support for them, which this patch hopefully adds. Inspiration was taken from the following sources: https://www.josharcher.uk/code/install-scansnap-s1300-drivers-linux/ https://ubuntuforums.org/archive/index.php/t-1461915.html https://github.com/stevleibelt/scansnap-firmware
2021-07-31libcanberra/libcanberra-gtk2: fix build on darwinSebastián Mancilla1-3/+3
All libcanberra/libcanberra-gtk2/libcanberra-gtk3 packages were marked as broken on commit 806d814516c (libcanberra: mark broken on darwin, 2021-02-11), but only libcanberra-gtk3 is broken due to the missing header. This commit refactors how to enable GTK support, to mark just libcanberra-gtk3 as broken and allow building libcanberra and libcanberra-gtk2. libcanberra builds but the linker fails with: ld: file not found: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon for architecture x86_64 clang-7: error: linker command failed with exit code 1 (use -v to see invocation) Adding Carbon to the inputs solves the problem. libcanberra-gtk2 builds and the linker finishes without the above error, most likely because it depends on gtk2 and gtk2 depends on Cocoa. Also fix some issues with the derivation: - Use pname/version instead of name. - Use lib.optionalString to set postPatch. - Only set passthru if building with GTK support, and ensure that the proper directory is passed for each GTK version.
2021-08-01Merge pull request #132231 from Artturin/udocker-fixBen Siraphob1-1/+1
udocker: 1.1.3 -> 1.3.1 and make usable
2021-07-31udocker: 1.1.3 -> 1.3.1 and make usableArtturin1-1/+1
2021-07-31arch-install-scripts: init at 24Lara1-0/+2
2021-07-31Merge pull request #131896 from fabaff/brotlicffiBen Siraphob1-0/+4
python3Packages.brotlicffi: init at 1.0.9.2
2021-07-30rpiboot-unstable -> rpibootBernardo Meurer2-1/+2
2021-07-30Merge pull request #131864 from svanderburg/add-rottSander van der Burg1-0/+6
rott: init at 1.1.2
2021-07-30Merge pull request #129815 from ethancedwards8/difftasticSandro1-0/+2
difftastic: init at unstable-2021-07-09
2021-07-30Merge pull request #132061 from luc65r/pkg/coneSandro1-0/+4
cone: init at unstable-2021-07-25
2021-07-30Merge pull request #131538 from psibi/add-ouchSandro1-0/+2
ouch: init at 0.1.5
2021-07-30cone: init at unstable-2021-07-25Lucas Ransan1-0/+4
2021-07-30algol68g: init at 2.8.4AndersonTorres1-0/+2
2021-07-30python3Packages.palace: init at 0.2.5Nguyễn Gia Phong1-0/+2
2021-07-29difftastic: init at 0.6Ethan Edwards1-0/+2
2021-07-29taplo-lsp: init at 0.2.4figsoda1-0/+4