Sandro
83b8193be9
Merge pull request #201780 from helsinki-systems/init/nextcloud-notify-push
...
nextcloud-notify-push: init at 0.5.0
2023-02-24 12:10:02 +01:00
Weijia Wang
1cdbf440a8
Merge pull request #217992 from azuwis/MIDIVisualizer
...
MIDIVisualizer: Fix build on x86_64-darwin
2023-02-24 13:06:20 +02:00
Sandro
6b603afff3
Merge pull request #214372 from rubyowo/catppuccin-papirus-folders
...
catppuccin-papirus-folders: init at unstable-2023-02-03
2023-02-24 11:15:17 +01:00
Zhong Jianxin
e6713c142e
MIDIVisualizer: Fix build on x86_64-darwin
2023-02-24 17:02:33 +08:00
Mario Rodas
7d09debf6f
Merge pull request #217936 from helsinki-systems/tengine_ossl3
...
tengine: don't pin to openssl_1_1 anymore
2023-02-24 03:18:11 -05:00
Damien Cassou
a1b17b6cf6
Merge pull request #216929 from DamienCassou/base16
2023-02-24 09:16:12 +01:00
rubyowo
394f7208f0
catppuccin-papirus-folders: init at unstable-2023-02-03
2023-02-24 07:14:07 +04:00
ajs124
22bdb6850c
tengine: don't pin to openssl_1_1 anymore
...
not needed after 2.4.0
2023-02-24 00:51:37 +01:00
Sandro
bfff7eab5c
Merge pull request #215304 from urandom2/5etools
2023-02-24 00:27:05 +01:00
Sandro
6114f0e687
Merge pull request #217449 from azuwis/helm-plugins
2023-02-24 00:23:20 +01:00
Pavol Rusnak
4f0b839834
Merge pull request #217868 from karliatto/add-electron-23.1.1
...
electron_23: init at 23.1.1
2023-02-23 23:25:59 +01:00
Martin Weinelt
96a3979a7b
Merge pull request #217763 from mweinelt/hass-stubs
...
Typing stubs for home-assistant type checks
2023-02-23 21:31:23 +00:00
Artturin
06567334be
emscriptenPackages: s/overrideDerivation/overrideAttrs
...
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation
> Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
2023-02-23 18:45:38 +02:00
Carlos Garcia Ortiz karliatto
830bc9eb2a
electron_23: init at 23.1.1
2023-02-23 17:24:05 +01:00
superherointj
c7061def71
Merge pull request #216654 from superherointj/kaniko-init
...
kaniko: init at 1.9.1
2023-02-23 11:03:26 -03:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1
2023-02-23 12:07:47 +00:00
happysalada
b53bd4a5f0
qdrant: 0.11.2 -> 1.0.2
2023-02-23 04:01:54 -05:00
Fabian Affolter
e730e6458d
Merge pull request #217491 from harvidsen/python-oracledb-init
...
python3Packages.oracledb: init at 1.2.2
2023-02-23 09:01:38 +01:00
Weijia Wang
739f4d5ee5
Merge pull request #217801 from wegank/xmrig-mo-aarch64
...
xmrig-mo: unbreak on more platforms
2023-02-23 07:10:22 +02:00
Ryan Lahfa
83e7e83ea7
Merge pull request #205033 from CathalMullan/phlare
...
phlare: init at 0.3.0
2023-02-23 13:54:31 +09:00
Weijia Wang
453be8e802
xmrig-mo: unbreak on more platforms
2023-02-23 06:33:11 +02:00
Martin Weinelt
a8448933ee
python310Packages.homeassistant-stubs: init at 2023.2.5
...
Typing hints for Home Assistant core. Freshly generated out of
our home-assistant package.
2023-02-23 02:21:13 +01:00
Martin Weinelt
d4a8452985
python3Packages.voluptuous-stubs: init at 0.1.1
...
Typing hints for the voluptuous package.
2023-02-23 02:21:12 +01:00
Nick Cao
f221987b19
Merge pull request #216873 from Thornycrackers-Forks/master
...
pythonPackages.python-jwt: init at 1.3.1
2023-02-23 08:54:48 +08:00
Nick Cao
af453a57a4
Merge pull request #214014 from astro/oxigraph
...
oxigraph: init at 0.3.11
2023-02-23 08:52:02 +08:00
Robert Schütz
a31c3d5e09
Merge pull request #217544 from fabaff/mox-remove
...
python310Packages.mox: remove
2023-02-22 16:27:47 -08:00
Fabian Affolter
0cbae1a9f1
python310Packages.mox: remove
...
- unmaintained for over a decade
- no python 3.11 support (AttributeError: module 'inspect' has no
attribute 'getargspec')
- replaced by mock
2023-02-23 00:48:35 +01:00
Astro
1fe9b60df9
oxigraph: init at 0.3.11
2023-02-23 00:41:02 +01:00
Aaron Andersen
7cec24480e
Merge pull request #217712 from afh/musikcube-fix-macos-build
...
musikcube: Fix build on macOS
2023-02-22 17:43:15 -05:00
Alyssa Ross
7560f8eea5
linuxPackages.exfat-nofuse: set to null when unsupported
...
This is the same thing every other obsolete kernel module does, and
it's better than an assertion because an assertion prevents testing
evaluation of all the modules for a particular kernel.
2023-02-22 21:34:27 +00:00
Alyssa Ross
807ac7dcbe
linuxKernel: respect config.allowAliases
...
In Nixpkgs, we generally gate throws for package removals behind
config.allowAliases (as seen elsewhere in this very file already!),
which has nice properties like making it possible to test evaluation
of all the packages in an attrset that are expected to evaluate by
disabling aliases.
2023-02-22 21:34:27 +00:00
Alyssa Ross
bfef542b67
linux_5_4_hardened: use meta.broken, not assert
...
Respects NIXPKGS_ALLOW_BROKEN and allows attributes to be accessed.
2023-02-22 21:34:27 +00:00
Anderson Torres
3d566e183b
Merge pull request #216029 from OPNA2608/init/palemoon-bin
...
palemoon-bin: init at 32.0.0
2023-02-22 17:34:28 -03:00
Alyssa Ross
df9930290b
python3.pkgs.cmsis-pack-manager: 0.4.0 -> 0.5.2
...
Upstream has switched from milksnake to maturin, and dropped the mock
test dependency. Adds Python 3.11 support.
2023-02-22 20:11:07 +00:00
Sandro
2320e169c9
Merge pull request #217308 from aaronjheng/amqpcat
2023-02-22 20:59:40 +01:00
Sandro
92a9d3cbe7
Merge pull request #216604 from SharzyL/ccal
2023-02-22 20:47:45 +01:00
Alexis Hildebrandt
002222043d
musikcube: Fix build on macOS
2023-02-22 20:40:22 +01:00
Artturin
6b2a05e190
treewide: manual fixups for
...
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
0x4A6F
6da99a7cf6
Merge pull request #217439 from CobaltCause/init-engage
...
engage: init at 0.1.2
2023-02-22 18:29:46 +01:00
K900
37d6221c0f
Merge pull request #216638 from joerdav/xc
...
xc: init at 0.0.154
2023-02-22 18:22:36 +03:00
Cody Hiar
a75f182a47
python3Packages.python-jwt: init at 1.3.1
2023-02-22 08:18:11 -07:00
Jonas Heinrich
0e36aa1fbc
Merge pull request #217207 from onny/phpunit
...
phpunit: init at 10.0.11
2023-02-22 15:57:09 +01:00
joerdav
83a04de6ac
xc: init at 0.0.154
2023-02-22 14:37:01 +00:00
Mario Rodas
4578498df5
Merge pull request #217435 from marsam/update-sphinx-book-theme
...
python310Packages.sphinx-book-theme: 0.4.0rc1 -> 1.0.0rc2
2023-02-22 08:42:11 -05:00
Martin Weinelt
f40b31e259
Merge pull request #217281 from michaeladler/citrix
...
citrix_workspace: 22.12.0 -> 23.02.0
2023-02-22 12:50:45 +00:00
Vladimír Čunát
b96fd5a538
Merge #216953 : transmission: patch to load legacy openssl provider
2023-02-22 13:28:15 +01:00
ajs124
67a6170dc9
Merge pull request #216748 from winterqt/drop-keepassx
...
keepassx{,2}: drop
2023-02-22 13:05:53 +01:00
Jonas Heinrich
5e489eee1b
phpunit: init at 10.0.11
2023-02-22 12:49:04 +01:00