Commit Graph

76468 Commits

Author SHA1 Message Date
superherointj
0bb080d24f
Merge pull request #192645 from superherointj/broken-yafaray-core
libyafaray: 3.5.1 -> unstable-2022-09-17
2022-09-24 07:06:32 -03:00
Nikolay Korotkiy
14cb247c49
Merge pull request #191630 from sikmir/yarr
yarr: init at 2.3
2022-09-24 11:22:45 +03:00
figsoda
28234cc4fb
Merge pull request #192616 from candyc1oud/lux
lux: init at 0.15.0
2022-09-23 23:38:05 -04:00
Mario Rodas
9ba270752f
Merge pull request #192682 from aaronjheng/grv
grv: add missing throw
2022-09-23 21:46:37 -05:00
Aaron Jheng
1d39316e96
grv: add missing throw 2022-09-24 02:04:46 +00:00
Candy Cloud
4bdd6b834d lux: init at 0.15.0 2022-09-24 01:42:43 +00:00
superherointj
8e819696fe libyafaray: 3.5.1 -> unstable-2022-09-17
* fixes build
* enable aarch64-linux platform
2022-09-23 18:39:26 -03:00
Theodore Ni
ad0d2e3453 librevisa: remove because its source is gone
The librevisa site and source code have disappeared upstream.
2022-09-23 19:10:54 +02:00
Sandro
b075b0d05e
Merge pull request #182900 from mmlb/add-tcat 2022-09-23 18:54:44 +02:00
Sandro
8a2c14cde2
Merge pull request #182898 from mmlb/update-nootka 2022-09-23 18:53:44 +02:00
ckie
85de8ecb48
Merge pull request #190682 from cpu/cpu-init-ldmud-3.6.6
ldmud: init at 3.6.6
2022-09-23 19:03:25 +03:00
figsoda
51f30c2cf4
Merge pull request #192296 from matthiasbeyer/add-mdbook-man
mdbook-man: init at unstable-2021-08-26
2022-09-23 09:36:03 -04:00
Martin Weinelt
4ef0605835
Merge pull request #188872 from RaitoBezarius/fix-baserow 2022-09-23 15:02:44 +02:00
Matthias Beyer
0015531ddc
mdbook-man: init at unstable-2021-08-26
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-23 11:57:40 +02:00
Christian Kögler
e14f9fb573
Merge pull request #192169 from NickCao/casync-cross
casync: fix cross compilation by passing the correct sphinx
2022-09-23 05:57:56 +02:00
Manuel Mendez
ac82ac550e nootka: drop unstable package 2022-09-22 21:35:36 -04:00
Manuel Mendez
74611c4dc4 tcat: init at 1.0.0 2022-09-22 21:35:25 -04:00
superherointj
c7a143d4b7
Merge pull request #191659 from reedrw/cinny-openssl-fix
cinny-desktop: use openssl_1_1
2022-09-22 20:14:01 -03:00
Daniel McCarney
0650000314 ldmud: init at 3.6.6
LDMud is a game engine for text based multi-user dungeon games (MUDs),
in the "LP" heritage. In essence it is a virtual machine that allows
developers to implement MUD games ("mudlibs" in LD parlance) using the
LPC programming language.

In the project's own words:
> This is 'LDMud', a gamedriver for LPMuds. (LPC compiler, interpreter
> and runtime environment.)
>
> LDMud started as a project to clean up and modernize Amylaar's LPMud
> gamedriver. Primary goals are full documentation, a commented source
> body and out-of-the-box support for the major mudlibs, of which the
> commented source body has been pretty much completed. During the course
> of work a lot of bug fixes and improvements found their way into the
> driver - much more than originally expected, and definitely enough to
> make LDMud a driver in its own right.

For nixpkgs the new LDMud addition is largely a standard derivation for
an autoreconf/automake based project. Some small tweaks are required to
get everything lined up between the Nix environment and the LDMud build
system.

The new LDMud derivation is placed in `pkgs/games/ldmud/` alongside
other MUD-related projects in the games category (e.g. `mudlet`,
`blightmud`).

LD offers a variety of optional features, some of which require heavier
dependencies (e.g. MySQL/Postgres client libraries). To support both
a minimal default build equal to what one gets using the upstream build
with no customization, and to also support a more useful fully featured
build, the LDMud derivation is added to `all-packages.nix` twice:

1. the `ldmud` attribute builds the minimal default configuration (just
   the optional gcrypt and pcre options enabled, matching upstream).
2. the `ldmud-full` attribute builds LDMud with all of the optional
   features enabled (database support, Python support, TLS support,
   etc).
2022-09-22 17:58:18 -04:00
figsoda
866be16461
Merge pull request #192295 from matthiasbeyer/add-mdbook-open-on-gh
mdbook-open-on-gh: init at 2.2.0
2022-09-22 12:04:06 -04:00
Vladimír Čunát
82ff645e17
Merge #191652: rr-unstable: remove 2022-09-22 14:33:34 +02:00
Maximilian Bosch
b2ec74836b
Merge pull request #191670 from Ma27/fix-hardened-kernel-update
linux/hardened: fix update script and build for 5.19
2022-09-22 11:03:31 +02:00
Matthias Beyer
3f89093784
mdbook-open-on-gh: init at 2.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-22 07:52:41 +02:00
Fabian Affolter
f4b211eb91
Merge pull request #191806 from fabaff/ldapnomnom
ldapnomnom: init at unstable-2022-09-18
2022-09-22 00:46:12 +02:00
superherointj
e02ea2e9e2
Merge pull request #180325 from maj0e/patch-2
pkgsStatic.cctz: fix build
2022-09-21 18:08:49 -03:00
maj0e
fee7c83587 cctz: fix static build
The install targets were "install_hdrs"
and "install_shared_lib". The later is obviously not
correct for a static build and was changed to
"install_lib" (corresponds to libcctz.a) for that case.
2022-09-21 22:50:52 +02:00
Thomas Tuegel
55ebfc59e0
Merge pull request #191644 from NickCao/tdesktop
tdesktop: 4.1.1 -> 4.2.0, and required changes on kdeframework
2022-09-21 15:48:50 -05:00
Ulrik Strid
e2f9df093a ocamlPackages.mimic: 0.0.4 -> 0.0.5 2022-09-21 22:22:26 +02:00
Pascal Bach
cc75de61bb
Merge pull request #192284 from figsoda/cargo-vet
cargo-vet: init at 0.3.0
2022-09-21 21:29:04 +02:00
Pascal Bach
bf76a5254d
Merge pull request #192241 from peterromfeldhk/peter-infrahq
infra: init at 0.15.1
2022-09-21 21:22:14 +02:00
figsoda
0e1b0bdfa8 cargo-vet: init at 0.3.0 2022-09-21 15:06:32 -04:00
Jakub Kozłowski
944c6691fc
aws: remove, recommend awscli / awscli2 (#176707)
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-09-21 19:06:36 +02:00
maralorn
90eacab493 Merge branch 'master' into haskell-updates 2022-09-21 17:42:00 +02:00
quasigod-io
b0e0e80ddc nitch: init at 0.1.6 2022-09-21 10:40:06 -05:00
maralorn
39a02ce041 haskell.compiler: Don‘t filter redundant major version jobs 2022-09-21 17:20:16 +02:00
maralorn
122c082943 haskell.pkgsStatic: Fix missing minor version for hydr checks 2022-09-21 17:15:58 +02:00
maralorn
413c67c96d haskell.compiler.native-bignum: Readd missing minor versions 2022-09-21 17:10:59 +02:00
maralorn
188ea7b8c8 haskell.packages: Revert to minor version test names 2022-09-21 17:03:11 +02:00
Ulrik Strid
1ef96c2f24 ocamlPackages.dns: 6.1.4 -> 6.3.0 2022-09-21 16:40:33 +02:00
maralorn
b6f1e6a1b2 haskell.packages: Show minor version in test names 2022-09-21 16:23:37 +02:00
maralorn
e2c6425398
Merge pull request #191991 from maralorn/drop-minor-versions
haskell.{compiler,packages}: Add aliases without minor versions
2022-09-21 16:15:48 +02:00
superherointj
29296ae861
Merge pull request #192228 from yu-re-ka/musl-game-music-emu
pkgsMusl.game-music-emu: fix build
2022-09-21 10:26:16 -03:00
Yureka
54ce4e4eaa game-music-emu: to pkgs/development/libraries 2022-09-21 15:21:35 +02:00
Peter Romfeld
9b454809d3
infra: init at 0.15.1 2022-09-21 15:23:18 +03:00
Pavol Rusnak
0615155dab
Merge pull request #192100 from prusnak/elements-aarch64-darwin
elements: fix build on aarch64-darwin (apply changes from bitcoin)
2022-09-21 11:46:44 +02:00
Pavol Rusnak
cbcdc23b9d
elements: apply fixes from bitcoin package 2022-09-21 11:46:17 +02:00
Sandro
a904ff1f66
Merge pull request #190885 from hexagonal-sun/sdrangel-update 2022-09-21 11:34:02 +02:00
Sandro
7dac364af1
Merge pull request #191874 from figsoda/cargo-ui 2022-09-21 11:12:50 +02:00
Fabian Affolter
289bfcc2d0
Merge pull request #191891 from firefly-cpp/overpy
python310Packages.overpy: init at 0.6
2022-09-21 11:07:43 +02:00
Fabian Affolter
98d31c3eb9
Merge pull request #191758 from fabaff/crackql
crackql: init at unstable-20220821
2022-09-21 09:44:57 +02:00