Elis Hirwing
8d0ca353f8
Merge pull request #171575 from drupol/php/fixup-pdepend
...
pdepend: Remove extra `default.nix`.
2022-12-20 12:35:20 +01:00
Anderson Torres
60d47209ca
Merge pull request #200977 from benjaminedwardwebb/dmenu-rs
...
dmenu-rs: add package
2022-12-20 02:36:57 -03:00
Benjamin Edward Webb
84edcb0b64
dmenu-rs: init at 5.5.1
...
dmenu-rs is a pixel perfect port of dmenu, rewritten in Rust with
extensive plugin support.
See: https://github.com/Shizcow/dmenu-rs
2022-12-19 23:24:35 -05:00
Anderson Torres
d9b94edb54
Merge pull request #206936 from Math-42/master
...
gruvbox-gtk-theme: init at unstable-2022-12-09
2022-12-19 22:30:56 -03:00
Matheus Vieira
19ae60662f
gruvbox-gtk-theme: init at unstable-2022-12-09
2022-12-19 21:40:43 -03:00
Robert Hensing
b81c610ae4
cachix: Make sure hercules-ci-agent builds
2022-12-20 01:35:37 +01:00
s1341
db01e7b220
grap: init at 1.3.1 ( #114129 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: s1341 <s1341@github.com>
2022-12-19 23:30:49 +01:00
Norbert Melzer
8a0118837c
Merge pull request #206363 from rafa-dot-el/feature/add-ta-lib
2022-12-19 23:04:16 +01:00
Anderson Torres
adc00941d3
Merge pull request #202858 from Flakebi/gfxreconstruct
...
gfxreconstruct: init at 0.9.15
2022-12-19 18:50:08 -03:00
Justin Bedő
fcae6a2656
Merge pull request #206157 from NixOS/r-updates
...
R,rPackages: R 4.2.1 -> 4.2.2
2022-12-19 21:25:09 +00:00
figsoda
6d7df2a73f
Merge pull request #206662 from figsoda/static-web-server
...
static-web-server: init at 2.14.1
2022-12-19 15:58:18 -05:00
Sebastian Neubauer
265690e335
gfxreconstruct: init at 0.9.15
2022-12-19 20:42:40 +01:00
AndersonTorres
d994dabace
treewide: remove git-and-tools directory
...
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.
Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00
Tobias Happ
3ff39f984f
supabase-cli: init at 1.27.0
2022-12-19 17:36:54 +01:00
Jonas Heinrich
a4b24da293
Merge pull request #204644 from onny/usbmuxd2
...
usbmuxd2: init at unstable-2022-02-07
2022-12-19 12:01:11 +01:00
Sergei Trofimovich
c4ae266de9
Merge pull request #206745 from trofi/clisp-fix-readline
...
clisp: pin to readline6 to fix the build
2022-12-19 07:46:15 +00:00
AndersonTorres
c92ffdd222
labwc: 0.5.3 -> 0.6.0
2022-12-18 22:21:27 -03:00
Sandro
e388728ddf
Merge pull request #205265 from wegank/mygui-darwin
2022-12-19 00:11:19 +01:00
Sandro
9e6f3ed47e
Merge pull request #205188 from wegank/norminette-init
...
Closes https://github.com/NixOS/nixpkgs/issues/205010
2022-12-19 00:09:22 +01:00
Samuel Dionne-Riel
09c1a1a818
Merge pull request #200863 from josqu4red/uboot-librecomputer
...
uboot: add Librecomputer CC custom build
2022-12-18 17:58:14 -05:00
Anderson Torres
ba46d30d1f
Merge pull request #206481 from ken-matsui/mitamaCppResult
...
mitama-cpp-result: init at 9.3.0
2022-12-18 19:02:43 -03:00
Anderson Torres
c010f15db6
Merge pull request #206687 from wahjava/init-tuner
...
tuner: init at 1.5.1
2022-12-18 18:58:39 -03:00
Sergei Trofimovich
83f6beddab
clisp: pin to readline6 to fix the build
...
On readline8 clisp fails to find the variables and fails to build:
https://hydra.nixos.org/log/rbykd92038rp80a71diyxqmbiz4m8f60-clisp-2.49.drv
*** - FFI::FIND-FOREIGN-VARIABLE: foreign variable
#<FOREIGN-VARIABLE "rl_readline_state" #x00007FFFF7FBC640> does not have
the required size or alignment
The pin back fixes build for me.
Noticed by Athas on libera/#nixos.
2022-12-18 20:11:55 +00:00
Valentin Gagarin
f782da699e
Merge pull request #206646 from figsoda/typos
2022-12-18 18:27:57 +01:00
figsoda
8c1dd61cf8
static-web-server: init at 2.14.1
2022-12-18 11:35:57 -05:00
Ashish SHUKLA
55c8cbb4c2
tuner: init at 1.5.1
2022-12-18 21:10:33 +05:30
Jonathan Amiez
0986a60f9a
uboot: add Librecomputer CC custom build
...
Add a new U-boot flavor for LibreComputer's AML-S905X-CC (Le Potato).
Board's SoC is based on Trusted Firmware-A architecture and needs extra
closed-source early bootloaders to be combined with U-boot in order to
boot properly, similar to Odroid-C2 board.
Proprietary blobs and related tooling are fetched from
github.com/LibreELEC/amlogic-boot-fip and used in postBuild along with
build output.
Hardware: https://libre.computer/products/aml-s905x-cc/
U-boot doc: https://u-boot.readthedocs.io/en/latest/board/amlogic/libretech-cc.html
2022-12-18 14:05:35 +01:00
Samuel Ainsworth
af87c010d4
Merge pull request #206352 from samuela/samuela/autofaiss
...
python3Packages.autofaiss: init at 2.15.3
2022-12-17 17:24:50 -08:00
Nikolay Korotkiy
c01544d6f8
Merge pull request #206626 from tjni/coinlive
...
coinlive: fix build on darwin
2022-12-18 05:17:58 +04:00
figsoda
f1a4461499
Merge pull request #205307 from candyc1oud/smiley-sans
...
smiley-sans: init at 1.0.0
2022-12-17 19:52:10 -05:00
figsoda
ec8cb34358
treewide: fix typos
2022-12-17 19:39:44 -05:00
Theodore Ni
4e9e0811b6
coinlive: fix build on darwin
2022-12-17 14:41:57 -08:00
figsoda
ee5fef268e
Merge pull request #206448 from figsoda/ruff
...
ruff: 0.0.183 -> 0.0.185
2022-12-17 16:44:49 -05:00
Anderson Torres
e64c3ec9a2
Merge pull request #206489 from ken-matsui/package-project-cmake
...
package-project-cmake: init at 1.10.0
2022-12-17 17:32:14 -03:00
Anderson Torres
ed6336279f
Merge pull request #206487 from ken-matsui/git2-cpp
...
git2-cpp: init at 0.1.1
2022-12-17 17:17:38 -03:00
Artturi
9bf8bec341
Merge pull request #206068 from kkharji/feat/add-cargo-chef
...
cargo-chef: init at 0.1.50
2022-12-17 21:48:31 +02:00
kkharji
56472fc512
cargo-chef: init at 0.1.50
2022-12-17 22:20:33 +03:00
Ryan Lahfa
d813242264
Merge pull request #196965 from ju1m/mmsd
...
mmsd: init at 1.12.1 with module
2022-12-17 19:31:35 +01:00
maifel-maifel
9956f66315
protobuf: ensure matching version in buildPackages ( #206564 )
...
Co-authored-by: digital <git-voopaipa@dinid.net>
2022-12-17 18:28:04 +01:00
Julien Moutinho
acac950ef6
mmsd: init at 1.12.1
2022-12-17 17:35:36 +01:00
Ulrik Strid
1865acec01
ocaml-ng.ocamlPackages_5_0: 5.0.0-rc1 -> 5.0.0
2022-12-17 15:39:28 +01:00
Anderson Torres
8b0e7e5689
Merge pull request #178258 from ken-matsui/poac
...
poac: init at 0.4.1
2022-12-17 10:25:00 -03:00
Vladimír Čunát
0ba3487fc6
Merge #205270 : staging-next 2022-12-09
2022-12-17 10:11:16 +01:00
Jörg Thalheim
2792921a4b
Merge pull request #205108 from omasanori/kakoune-2022.10.31
...
kakoune-unwrapped: 2021.11.08 -> 2022.10.31
2022-12-17 08:47:02 +00:00
Jörg Thalheim
668a2b2f33
Merge pull request #172237 from DeterminateSystems/bootspec-rfc
...
Support external bootloader backends (RFC-0125)
2022-12-17 08:35:53 +00:00
Ken Matsui
31b315f1f4
package-project-cmake: init at 1.10.0
2022-12-16 22:39:43 -08:00
Ken Matsui
592d10ecce
git2-cpp: init at 0.1.1
2022-12-16 22:14:18 -08:00
github-actions[bot]
05ca3d8285
Merge master into staging-next
2022-12-17 06:01:30 +00:00
Ken Matsui
166ae52562
mitama-cpp-result: init at 9.3.0
2022-12-16 21:21:30 -08:00
figsoda
762806dfef
ruff: 0.0.184 -> 0.0.185
...
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.184...v0.0.185
Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.185
2022-12-16 23:59:02 -05:00