Fabian Affolter
2b7d419317
python310Packages.watchfiles: init at 0.14.1
2022-05-21 22:16:35 +02:00
Fabian Affolter
d328f0f8e9
python310Packages.dirty-equals: init at 0.4
2022-05-21 22:16:35 +02:00
Rick van Schijndel
51e10e5356
Merge pull request #173604 from mehmooda/fix_breakpoint_hook
...
breakpointHook: Allow use of breakpointHook when cross-compiling
2022-05-21 15:54:54 +02:00
Ivv
36ded0f705
Merge pull request #173050 from fufexan/catppuccin-gtk
...
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:22:25 +02:00
Mihai Fufezan
6bece8c800
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:57:58 +03:00
Rick van Schijndel
c0fd7af59a
Merge pull request #173218 from NickCao/hydra-update
...
hydra-unstable: 2022-02-07 -> 2022-05-03
2022-05-21 14:46:55 +02:00
Martin Weinelt
dfd01d8465
Merge pull request #173834 from dotlambda/logi-circle-init
...
home-assistant: support logi_circle component
2022-05-21 13:57:52 +02:00
Niklas Hambüchen
505ffa2ffc
Merge pull request #173821 from tpwrules/fix-cloudcompare-build
...
cloudcompare: 2.12.0 -> 2.12.1, fix build
2022-05-21 11:41:34 +02:00
Fabian Affolter
f4dfed73ee
Merge pull request #173827 from dotlambda/sharkiq-init
...
home-assistant: support sharkiq component
2022-05-21 09:19:44 +02:00
Fabian Affolter
38c6f3cefa
Merge pull request #173824 from dotlambda/steamodd-init
...
home-assistant: support steam_online component
2022-05-21 08:52:29 +02:00
Robert Schütz
bf16887832
python3Packages.logi-circle: init at 0.2.3
2022-05-21 04:22:03 +00:00
legendofmiracles
f3b33b8dd8
Merge pull request #173732 from aaronjheng/mob
...
mob: 3.0.0 -> 3.1.3
2022-05-20 20:04:59 -06:00
Robert Schütz
a4a6a8bab8
python3Packages.sharkiq: init at 0.0.1
...
Make sharkiqpy an alias of sharkiq.
2022-05-21 01:44:48 +00:00
Robert Schütz
633969f074
python3Packages.steamodd: init at 4.23
2022-05-21 01:23:05 +00:00
Thomas Watson
4c711c386a
cloudcompare: 2.12.0 -> 2.12.1, fix build
...
Fixes build by using PDAL 2.3.0 as there are problems with 2.4.0.
2022-05-20 19:09:38 -05:00
Thomas Watson
2f13626ac5
pdal_2_3: init at 2.3.0
...
Reqiured for CloudCompare 2.12. Also includes patch for GCC 11.
2022-05-20 19:06:18 -05:00
Janne Heß
ef8a2dac90
Merge pull request #173755 from fgaz/gdc/match-gcc
...
gdc: match gcc version
2022-05-21 02:02:39 +02:00
Sandro
545e70cb79
Merge pull request #173757 from sikmir/hobbits
...
hobbits: 0.52.0 → 0.53.1, fix build on aarch64-linux
2022-05-21 00:00:36 +02:00
Sandro
47bcdb37fe
Merge pull request #173785 from fabaff/rstcheck-bump
...
python310Packages.rstcheck: 3.3.1 -> 5.0.0
2022-05-20 22:55:40 +02:00
Malte Brandy
859c2499fb
Merge branch 'master' into haskell-updates
2022-05-20 22:22:38 +02:00
sternenseemann
8a3c3f4d8d
Merge pull request #173784 from alyssais/riscv-embedded
...
release-cross.nix: fix RISC-V embedded
2022-05-20 20:05:31 +02:00
Robert Schütz
d5a2974e52
libsForQt5.mauiPackages: init at 2.1.2
2022-05-20 08:54:02 -07:00
Fabian Affolter
6efcdce0b1
rstcheck: add to all-packages.nix
2022-05-20 17:42:59 +02:00
Alyssa Ross
8d6c60001c
release-cross.nix: fix RISC-V embedded
...
This was previously using the "riscv32" and "riscv64" examples, which
are Linux platforms, not embedded platforms.
2022-05-20 15:21:04 +00:00
Fabian Affolter
055652935e
python310Packages.types-docutils: init at 0.18.3
2022-05-20 17:16:25 +02:00
Bryan A. S
0923087921
jira-cli-go: init at 0.3.0 ( #173440 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-20 15:02:57 +02:00
Sandro
9c03535bdd
Merge pull request #147486 from pmiddend/crystfel-init
...
CrystFEL: init at 0.10.1
2022-05-20 15:01:53 +02:00
Sandro
49af446df9
Merge pull request #168124 from jvanbruegge/audible-cli
2022-05-20 14:20:57 +02:00
Nikolay Korotkiy
702561fd98
pffft: init at 2022-04-10
2022-05-20 14:50:48 +03:00
Francesco Gazzetta
c6ea401438
gdc: match gcc version
...
Programs compiled with gdc (such as tumiki-fighters and torus-trooper)
that depend on c++ libraries were failing with errors such as
/nix/store/3fqi6nigj8dkbvjnw8y4dy59gkq8vsj4-binutils-2.38/bin/ld: /nix/store/36960p41h83cwkcs2vpzg8ni39w4sc5m-bulletml-0.0.6/lib/libbulletml.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
because of the mismatch with the gcc version used to compile the
libraries.
This commit unpins the gcc version gdc is based on, so they are kept in
sync.
gdc9 was removed since no other package depends specifically on that
version
2022-05-20 13:49:55 +02:00
David Leslie
814537f297
erlangR25: init at 25.0 ( #173674 )
2022-05-20 06:17:16 -04:00
Nick Cao
e9e0ab3a03
hydra_unstable: 2022-02-07 -> 2022-05-03
2022-05-20 18:03:07 +08:00
sternenseemann
604120a374
Merge pull request #173576 from sternenseemann/xmonad-tests
...
[haskell-updates] release-haskell.nix: include nixos tests for xmonad
2022-05-20 11:48:23 +02:00
Aaron Jheng
60039d1380
mob: 3.0.0 -> 3.1.3
2022-05-20 08:54:26 +00:00
Mario Rodas
3532f72a09
Merge pull request #173695 from marsam/zeek-python
...
python39Packages.zeek: fix derivation
2022-05-20 03:50:09 -05:00
Fabian Affolter
a08963ed5a
Merge pull request #173654 from SuperSandro2000/drf-dataclasses
...
python310Packages.djangorestframework-dataclasses: init at 1.1.1
2022-05-20 09:27:02 +02:00
Rick van Schijndel
437fd89069
Merge pull request #157129 from muscaln/tinygo-0.22.0
...
tinygo: 0.16.0 -> 0.23.0
2022-05-20 08:11:26 +02:00
Nick Cao
c319f76223
perlPackages.TestPostgreSQL: 1.27 -> 1.29
2022-05-20 09:51:30 +08:00
Robert Scott
d635ee99e3
Merge pull request #173606 from fabaff/protocol-bump
...
protocol: fix build
2022-05-20 00:29:36 +01:00
Sandro
91814bb853
Merge pull request #171829 from sikmir/tilemaker
...
tilemaker: init at 2.2.0
2022-05-20 01:14:47 +02:00
Nikolay Korotkiy
a4ebcee81e
tilemaker: init at 2.2.0
2022-05-20 01:06:09 +03:00
Mustafa Çalışkan
5e3d09b3b0
tinygo: 0.16.0 -> 0.23.0
2022-05-20 00:37:01 +03:00
Robert Scott
aec48af439
Merge pull request #173305 from bcdarwin/unbreak-ants
...
ants: unbreak build with gcc stdenv
2022-05-19 21:24:06 +01:00
Robert Hensing
90344e9f40
Merge pull request #171163 from hercules-ci/nixpkgs-config-doc
...
Add generated `nixpkgs.config` doc to Nixpkgs manual
2022-05-19 20:51:38 +02:00
Sandro
3804b963c8
Merge pull request #173607 from SuperSamus/bsnes-gtk
...
bsnes-hd: use gtk3
2022-05-19 20:03:22 +02:00
Sandro
5a5ab1ef8e
Merge pull request #173610 from 06kellyjac/badrobot
...
badrobot: init at 0.1.2
2022-05-19 20:02:03 +02:00
Sandro
5628480acd
Merge pull request #173634 from fabaff/arsenal-bump
2022-05-19 19:46:20 +02:00
Sandro
54731dd0ee
Merge pull request #173648 from pborzenkov/perl-sereal
...
perlPackages.Sereal: drop TestMemoryGrowth dependency
2022-05-19 19:41:17 +02:00
Sandro Jäckel
b8255c192e
python310Packages.djangorestframework-dataclasses: init at 1.1.1
2022-05-19 19:30:33 +02:00
Daniel Poelzleithner
d93a587732
rt-tests: init at 2.3 ( #172330 )
...
Co-authored-by: Mustafa Çalışkan <96225281+muscaln@users.noreply.github.com>
2022-05-19 19:19:14 +02:00