Commit graph

39519 commits

Author SHA1 Message Date
Bernardo Meurer 3215de26a2
networkaudiod: init at 4.1.1-46 2021-08-03 01:42:50 -07:00
davidak bd27e2e831
Merge pull request #123045 from kira-bruneau/replay-sorcery
replay-sorcery: init at 0.5.0
2021-08-03 07:44:35 +02:00
Rob Brewer 77396b3e38
unixcw: use libsForQt5, enable qt wrapper (#131816) 2021-08-02 23:31:27 -04:00
Tom fc8a8266d7 sirula: init at unstable-2021-07-11
This commit packages sirula, a simple app launcher for wayland.
2021-08-02 22:00:11 -04:00
Stig c464dc811b
Merge pull request #132237 from Artturin/perlmagikupdate
perlPackages.ImageMagick: 7.0.10 -> 7.0.11
2021-08-03 00:16:14 +02:00
Anderson Torres 0529fe7a38
Merge pull request #132309 from blitz/djv
djv: init at 2.0.8-unstable-2021-07-31
2021-08-02 18:17:56 -03:00
Harrison Houghton b7d9b2a9e9 libsigrok_0_3: fix
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-02 22:36:02 +02:00
Robert Hensing 48ea8eb813
Merge pull request #132416 from turion/dev_rabbitmq-server_1.8_1.9
rabbitmq-server: 3.8.9 -> 3.9.1
2021-08-02 22:08:30 +02:00
Julian Stecklina 41d6e94bdf djv: init at 2.0.8-unstable-2021-07-31 2021-08-02 21:38:34 +02:00
Artturin f173c77476 perlPackages.ImageMagick: rename from perlPackages.PerlMagick 2021-08-02 20:05:00 +03:00
Robin Gloster 15ffca434e
Merge branch 'master' into meshcentral 2021-08-02 17:08:40 +02:00
Sandro cd9938d126
Merge pull request #132215 from ilyakooo0/iko/chia-plotter 2021-08-02 14:39:38 +00:00
Manuel Bärenz b0f33d7c2e rabbitmq-server: 3.8.9 -> 3.9.1 2021-08-02 16:19:30 +02:00
Sandro 5e8a721a61
Merge pull request #131275 from superherointj/package-telegram-cli-20200106 2021-08-02 14:14:58 +00:00
superherointj 88cb7c8f63 telegram-cli: init 20200106
Co-authored-by: @sikmir @SuperSandro2000
2021-08-02 10:51:15 -03:00
Sandro f427121142
Merge pull request #132406 from SuperSandro2000/cleanup 2021-08-02 13:35:25 +00:00
Sandro Jäckel c052a6d83e
azureus: drop 2021-08-02 13:28:38 +02:00
Sandro Jäckel 95c29de58f
pivx: cleanup, format 2021-08-02 13:11:50 +02:00
iko a6581d356d
chia-plotter: init at unstable-2021-07-12 2021-08-02 13:16:42 +03:00
Sandro 633a5a6af9
Merge pull request #132391 from SuperSandro2000/cleanup 2021-08-02 10:14:12 +00:00
Ben Siraphob c8a731593b
Merge pull request #113185 from fabaff/libreddit
libreddit: init at 0.10.1
2021-08-02 17:05:00 +07:00
Sandro Jäckel 7251411f95
jitsi-meet-electron: format 2021-08-02 10:58:46 +02:00
Sandro 268b1dec32
Merge pull request #132095 from 06kellyjac/grpc-web
protoc-gen-grpc-web: init at 1.2.1
2021-08-02 08:53:52 +00:00
Sandro 0576bf5dc9
Merge pull request #131909 from figsoda/taplo 2021-08-02 07:59:30 +00:00
06kellyjac 970b2d4c10 protoc-gen-grpc-web: init at 1.2.1 2021-08-02 08:58:09 +01:00
Benjamin Asbach f22a7ae1a8
soapui: 5.5.0 -> 5.6.0 (#131307)
Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
2021-08-01 20:11:12 +02:00
Tom Repetti c925232e67 lemon-graph: init at 1.3.1 2021-08-01 11:55:48 -04:00
Profpatsch 6376458424 sane: Add support for the unfree Fujitsu ScanSnap drivers
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-08-01 13:45:46 +02:00
Enno Richter 7ad795da18 snmpcheck: init at 1.9 2021-08-01 09:46:29 +02:00
Sebastián Mancilla bf0cd1ce16 libcanberra/libcanberra-gtk2: fix build on darwin
All libcanberra/libcanberra-gtk2/libcanberra-gtk3 packages were marked
as broken on commit 806d814516 (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-07-31 19:35:48 -04:00
wheelsandmetal ec6c669d5e sentry-native: init at 0.4.11 2021-07-31 21:40:51 +01:00
Ben Siraphob 9d865ef9f6
Merge pull request #132231 from Artturin/udocker-fix
udocker: 1.1.3 -> 1.3.1 and make usable
2021-08-01 01:30:02 +07:00
Artturin 01c5b01858 udocker: 1.1.3 -> 1.3.1 and make usable 2021-07-31 20:50:20 +03:00
Lucas Ransan fe6caae93d
c3c: init at unstable-2021-07-30 2021-07-31 13:14:50 +02:00
Lara 2cb0107550 arch-install-scripts: init at 24 2021-07-31 10:44:38 +02:00
Bernardo Meurer 1a182deb8c
rpiboot-unstable -> rpiboot 2021-07-30 17:16:17 -07:00
David McFarland 4a8f979cf7 omnisharp-roslyn: use dotnet-sdk_5 2021-07-30 17:10:03 -03:00
David McFarland 3672c0a33f msbuild: 16.8 -> 16.10.1 2021-07-30 17:10:03 -03:00
Sander van der Burg 00486ec99e
Merge pull request #131864 from svanderburg/add-rott
rott: init at 1.1.2
2021-07-30 18:09:43 +02:00
Sandro b71a0d62f7
Merge pull request #129815 from ethancedwards8/difftastic
difftastic: init at unstable-2021-07-09
2021-07-30 13:02:21 +00:00
Sandro 5d3c73f54c
Merge pull request #132061 from luc65r/pkg/cone
cone: init at unstable-2021-07-25
2021-07-30 12:46:59 +00:00
Sandro efbb23c889
Merge pull request #131538 from psibi/add-ouch
ouch: init at 0.1.5
2021-07-30 12:21:56 +00:00
Lucas Ransan 1c9dda8a9b
cone: init at unstable-2021-07-25 2021-07-30 13:35:43 +02:00
AndersonTorres 2833fb0ec7 algol68g: init at 2.8.4 2021-07-30 04:06:07 -03:00
Ethan Edwards 7a979a3325
difftastic: init at 0.6 2021-07-29 21:00:42 -04:00
figsoda 4fcccf0762 taplo-lsp: init at 0.2.4 2021-07-29 16:47:07 -04:00
figsoda 4301e4eaa8 taplo-cli: init at 0.4.0 2021-07-29 16:46:20 -04:00
Sander van der Burg 946ad968ff rott: init at 1.1.2 2021-07-29 20:27:02 +02:00
Vincent Laporte 4d4aa14a3e flow: build with OCaml 4.10 2021-07-29 16:14:21 +02:00
Artturin d70eee2cb2 libvarlink: init at 22 2021-07-29 16:48:56 +03:00
Sandro 5e016bba67
Merge pull request #131904 from rissson/aviator
aviator: init at 1.8.1
2021-07-29 11:20:07 +00:00
Robin Gloster e2bbd5976c
Merge pull request #131839 from fpletz/pkgs/srtrelay
srtrelay: init at 2021-07-28
2021-07-29 12:51:51 +02:00
Sandro 05f18a1ea6
Merge pull request #131907 from rissson/spruce
spruce: init at 1.28.0
2021-07-29 09:39:35 +00:00
Linus Heckemann 3979015355 meshcentral: init at 0.8.87 2021-07-29 11:30:04 +02:00
Frederik Rietdijk 8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
Frederik Rietdijk 3888701716
Merge pull request #131345 from NixOS/staging-next
Staging next
2021-07-29 10:45:20 +02:00
AndersonTorres 2f6eb6594d marst: init at 2.7
MARST is an Algol-to-C translator.
2021-07-29 05:17:12 -03:00
Ben Siraphob fe273ea648
Merge pull request #113263 from lopsided98/samba-cross
samba: fix cross-compilation
2021-07-29 13:18:37 +07:00
github-actions[bot] 36f70c9637
Merge master into staging-next 2021-07-29 06:01:13 +00:00
Peter Hoeg 98dcfcfeb8 mkvtoolnix: 56.0.0 -> 59.0.0
Additional changes:

1. Qt is now needed for both the cli and gui variants.
2. Run the test suite
3. Drop a number of dependencies that are no longer needed
4. We have nlohmann_json and pugixml, so use those instead of the
   vendored versions
5. Add support for reading chapters from DVDs
6. Build with rake as recommended by upstream
2021-07-29 11:29:49 +08:00
Mario Rodas 707f6106fe ocamlformat: 0.18.0 -> 0.19.0
https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.19.0
2021-07-29 05:00:19 +02:00
Marc 'risson' Schmitt 7c59c68335
spruce: init at 1.28.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-07-29 02:44:08 +02:00
github-actions[bot] 4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Marc 'risson' Schmitt b808c136bd
aviator: init at 1.8.1
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-07-29 02:00:42 +02:00
Johannes Arnold 39f65ee33d nixos/mlvwm: init at 0.9.3 2021-07-29 01:19:05 +02:00
Franz Pletz e5209d3d0b
Merge pull request #118158 from nextl00p/nmap
nmap: 7.80 -> 7.91
2021-07-28 22:33:51 +02:00
Franz Pletz 1112f62a4a
Merge pull request #131325 from angustrau/qtspim
qtspim: init at 9.1.22
2021-07-28 21:46:46 +02:00
Franz Pletz e6af83e346
Merge pull request #131419 from angustrau/xxgdb
xxgdb: init at 1.12
2021-07-28 21:46:09 +02:00
Franz Pletz 842e5428b9
Merge pull request #131417 from angustrau/xspim
xspim: init at 9.1.22
2021-07-28 21:43:39 +02:00
Franz Pletz 097a91b918
Merge pull request #131424 from angustrau/nttcp
nttcp: init at 1.47
2021-07-28 21:41:30 +02:00
Franz Pletz fbbf12a748
Merge pull request #131422 from angustrau/sockperf
sockperf: init at 3.7
2021-07-28 21:40:42 +02:00
github-actions[bot] 6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Franz Pletz 8f40f574f8
Merge pull request #131578 from mweinelt/influxdb-exporter
prometheus-influxdb-exporter: init at 0.8.0
2021-07-28 19:47:06 +02:00
Franz Pletz bbacb162cb
srtrelay: init at 2021-07-28 2021-07-28 19:10:39 +02:00
Sandro 5d6ceb534e
Merge pull request #131774 from dan4ik605743/coreshot
coreshot: init at 4.2.0
2021-07-28 12:27:01 +00:00
Sandro f7e54b6765
Merge pull request #131686 from SuperSandro2000/bitcoin 2021-07-28 12:01:50 +00:00
github-actions[bot] a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Sandro 1ae194ac45
Merge pull request #131786 from dan4ik605743/coretoppings
coretoppings: init at 4.2.0
2021-07-28 11:32:27 +00:00
Sandro Jäckel 06a2b9fa95
pkgs/applications/blockchains: move packages into subdirs 2021-07-28 13:29:10 +02:00
Sandro 17cc103af3
Merge pull request #131084 from dan4ik605743/corefm
corefm: init at 4.2.0
2021-07-28 11:04:37 +00:00
Sandro fc0fbc4892
Merge pull request #131787 from SuperSandro2000/astroid
astroid: move fallback vim into top-level
2021-07-28 10:49:14 +00:00
sternenseemann 364713fdd3 gnat*: bootstrap cross with native compiler of the same version
https://gcc.gnu.org/install/prerequisites.html#GNAT-prerequisite
2021-07-28 12:44:49 +02:00
sternenseemann 801152e057 gnat*: take bootstrap gnat compiler from buildPackages
Due to overriding and use in string interpolation, our splicing magic
doesn't work and we need to do this explicitly.
2021-07-28 12:44:49 +02:00
dan4ik 02734d6d2f coretoppings: init at 4.2.0 2021-07-28 16:15:54 +07:00
Sandro Jäckel ebb924d472
astroid: move fallback vim into top-level 2021-07-28 09:41:32 +02:00
github-actions[bot] 86197a8023
Merge master into staging-next 2021-07-28 06:01:04 +00:00
dan4ik ea34e42b65 coreshot: init at 4.2.0 2021-07-28 12:46:44 +07:00
Angus Trau 87f2965a8b python3Packages.luddite: init at 1.0.2 2021-07-27 22:06:47 -07:00
github-actions[bot] ef4ddefb6e
Merge master into staging-next 2021-07-28 00:01:24 +00:00
José Romildo e91e8a8939 whitesur-gtk-theme: 2021-06-23 -> 2021-07-27 2021-07-27 17:53:25 -03:00
Sander van der Burg 9de184f9bc
Merge pull request #131593 from svanderburg/add-ecwolf
ecwolf: init at 1.3.3
2021-07-27 21:54:17 +02:00
Frederik Rietdijk 238fa78d88 mininet: use python3 2021-07-27 20:43:41 +02:00
Frederik Rietdijk f16520b1d5 opencv4: use python3 2021-07-27 20:42:01 +02:00
Frederik Rietdijk 56a031d2af mygpoclient: use python3 version 2021-07-27 20:42:01 +02:00
Frederik Rietdijk 6103f78416 me_cleaner: stay with python2 2021-07-27 20:37:07 +02:00
Frederik Rietdijk 857aba26ca libtensorflow: refer to python3 2021-07-27 20:37:06 +02:00
Frederik Rietdijk af5e9694ca libtorrent-rasterbar-{1_1_x,1_2_x}: stay with python2 2021-07-27 20:37:06 +02:00
Frederik Rietdijk b793742a4e libsigrok-0-3-0 -> libsigrok_0_3 2021-07-27 20:37:05 +02:00
Frederik Rietdijk 9070c34cd1 k3d: stay with python2
not tested whether python3 works
2021-07-27 20:37:05 +02:00
Frederik Rietdijk d39767ea0f blastem: stay with python2 2021-07-27 20:37:04 +02:00
github-actions[bot] db6a26db02
Merge master into staging-next 2021-07-27 18:01:01 +00:00
Phillip Seeber 9504a98c32 avogadro2: init at 1.94.0
avogadro2: code-review suggestions


avogadro2: review comments
2021-07-27 18:43:15 +02:00
Phillip Seeber 43e749aa76 avogadrolibs: init at 1.94.0
avogadrolibs: review comments
2021-07-27 18:43:15 +02:00
Phillip Seeber b5bf1346c0 molequeue: init at 0.9.0
molequeue: review comments
2021-07-27 18:43:15 +02:00
Phillip Seeber 3ea182f321 mmtf-cpp: init at 1.0.0 2021-07-27 18:43:15 +02:00
Phillip Seeber a54c0b9503 libmsym: init at 0.2.3
libmsym: code-review stuff
2021-07-27 18:43:15 +02:00
Mario Rodas ac1cc7bce1
Merge pull request #131489 from marsam/update-gonic
gonic: 0.12.2 -> 0.13.1
2021-07-27 08:50:32 -05:00
Sandro 9f87e8ff74
Merge pull request #131024 from dan4ik605743/coreaction2
coreaction: init at 4.2.0
2021-07-27 12:59:52 +00:00
github-actions[bot] 2692c2e427
Merge master into staging-next 2021-07-27 12:01:20 +00:00
Angus Trau 319c186f95 sockperf: init at 3.7 2021-07-27 21:33:47 +10:00
Angus Trau 3656c6a538 xxgdb: init at 1.12 2021-07-27 21:32:54 +10:00
Sandro de98051abd
Merge pull request #131087 from dan4ik605743/coregarage
coregarage: init at 4.2.0
2021-07-27 11:16:13 +00:00
Sandro 91894c29fa
Merge pull request #131663 from SuperSandro2000/cleanup 2021-07-27 10:46:32 +00:00
Sandro Jäckel b1b7d127d0
tiny8086: remove builder.sh 2021-07-27 12:24:16 +02:00
Emile e44e97f237
interactsh: init at 0.0.3 (#131201)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-27 09:36:31 +02:00
Evils 24bc10546a libsigrokdecode: python3 -> python38
latest release is close to 2 years old, fails to run with 3.9
2021-07-27 08:51:43 +02:00
Alexandre Iooss c5e0a9980b
nitter: init at unstable-2021-07-18 2021-07-27 08:50:31 +02:00
github-actions[bot] 737604e550
Merge master into staging-next 2021-07-27 00:01:35 +00:00
Sander van der Burg de9913708c ecwolf: init at 1.3.3 2021-07-26 23:31:31 +02:00
Guillaume Girol 455712841c
Merge pull request #130663 from symphorien/bitwuzla
bitwuzla: init at unstable-2021-07-01
2021-07-26 19:45:46 +00:00
Fabian Affolter b27f145c81
Merge pull request #131103 from eonpatapon/hurl
hurl: init at 1.2.0
2021-07-26 21:21:09 +02:00
github-actions[bot] d01381167a
Merge master into staging-next 2021-07-26 18:01:17 +00:00
Sandro 694492c912
Merge pull request #131081 from dan4ik605743/corearchiver 2021-07-26 15:06:56 +00:00
Sandro 6284609a6b
Merge pull request #131124 from starcraft66/assign-lb-ip
assign-lb-ip: init at 2.2.0
2021-07-26 15:02:48 +00:00
Jean-Philippe Braun 2849d97ee6 hurl: init at 1.2.0 2021-07-26 16:50:38 +02:00
Martin Weinelt 41724be4e6
prometheus-influxdb-exporter: init at 0.8.0 2021-07-26 13:14:43 +02:00
Frederik Rietdijk 18347a1caf Merge master into staging-next 2021-07-26 12:40:04 +02:00
Sandro 0802970566
Merge pull request #129678 from hexagonal-sun/add-bic 2021-07-26 08:05:15 +00:00
Frederik Rietdijk 62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Alexander Khodyrev 3fe085cb14 xplugd: init at 1.4 2021-07-26 09:16:20 +03:00
Sibi Prabakaran d78400378b
ouch: init at 0.1.5 2021-07-26 08:19:29 +05:30
Sandro 3f9ec03c49
Merge pull request #129908 from IvanMalison/quill-qr
quill-qr: init at 0.1.0
2021-07-25 23:20:42 +00:00
Sandro 042b5fb908
Merge pull request #129894 from IvanMalison/addICKeysmith
ic-keysmith: init at 1.6.0
2021-07-25 23:14:43 +00:00
Mauricio Collares 045d6f35d9 polymake: 3.2.rc4 -> 4.4 2021-07-25 20:12:21 -03:00
Ivan Malison 85f3a06c9f
quill-qr: init at 0.1.0 2021-07-25 15:29:41 -06:00
Ivan Malison 11863820b2
ic-keysmith: init at 1.6.0 2021-07-25 15:20:16 -06:00
Igor Kuzmenko de0138305e rubik-font: init at 2.200 2021-07-25 21:48:45 +03:00
Guillaume Girol 1894e8d945 bitwuzla: init at unstable-2021-07-01 2021-07-25 15:52:25 +02:00
Alyssa Ross c7d4d354ed
markets: init at 0.5.2 2021-07-25 12:05:11 +00:00
Michael Weiss f6c5598f54
tdesktop: Cleanup/refactor
Drop old/outdated comments and some reordering for consistency.
2021-07-25 12:47:45 +02:00
Luke Granger-Brown 797e2306f2
Merge pull request #129174 from brechtcs/master
twurl: init at 0.9.6
2021-07-25 10:08:26 +01:00
Luke Granger-Brown 7c1ab35784
Merge pull request #128547 from Luflosi/add-apio
apio: init at 0.7.4
2021-07-25 10:07:04 +01:00
davidak fa7ecff45f
Merge pull request #131421 from dan4ik605743/corehunt1
corehunt: init at 4.2.0
2021-07-25 09:52:27 +02:00
github-actions[bot] 6a5e4f2c3d
Merge master into staging-next 2021-07-25 06:01:27 +00:00
Angus Trau 63fbf319d2 nttcp: init at 1.47 2021-07-25 16:00:04 +10:00
dan4ik 3a284fbde0 corehunt: init at 4.2.0 2021-07-25 11:40:23 +07:00
Angus Trau 51252b83d2 xspim: init at 9.1.22 2021-07-25 13:59:14 +10:00
Ben Siraphob 0f34985134
Merge pull request #122828 from balodja/openmodelica 2021-07-25 09:24:25 +07:00
github-actions[bot] a37fbac53b
Merge master into staging-next 2021-07-25 00:01:35 +00:00
Angus Trau 2535b83782 qtspim: init at 9.1.22 2021-07-25 09:31:47 +10:00