Commit Graph

63063 Commits

Author SHA1 Message Date
Sandro
8830062e92
Merge pull request #131736 from trepetti/lemon-graph 2021-08-05 10:11:52 +02:00
Sandro
da490f5dbc
Merge pull request #130776 from wheelsandmetal/add-sentry-native-lib
sentry-native: init at 0.4.11
2021-08-05 10:05:03 +02:00
Yaroslav Bolyukin
85dcd8d3ed ksysguard: replace with throw alias
It was deprecated in favour of system-monitor

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2021-08-05 17:01:19 +09:00
Sandro
0a9174fd4b
Merge pull request #130217 from kuzzmi/rubik-font
Adds Rubik font v2.200
2021-08-05 09:56:38 +02:00
Sandro
99fe362cf1
Merge pull request #131576 from j0hax/mlvwm
nixos/mlvwm: init at 0.9.3
2021-08-05 09:46:02 +02:00
Sandro
c385f340fc
Merge pull request #127655 from elohmeier/snmpcheck
snmpcheck: init at 1.9
2021-08-05 09:45:15 +02:00
Sandro
014efd4297
Merge pull request #131617 from angustrau/pyfakewebcam 2021-08-05 09:27:24 +02:00
Guillaume Girol
39e7ea6b47
qtkeychain: 0.9.1 -> 0.12.0 (#132457) 2021-08-05 09:26:28 +02:00
Sandro
ad123963b3
Merge pull request #132716 from AtkinsChang/cargo-tarpualin
cargo-tarpaulin: support darwin
2021-08-05 09:22:20 +02:00
Jonas Heinrich
868501bc9b
pdfmixtool: init at 1.0.2 2021-08-05 06:54:10 +02:00
Bernardo Meurer
64a2790e99
Merge pull request #130617 from zhaofengli/moonraker
moonraker: init at unstable-2021-07-18, nixos/moonraker: init
2021-08-05 02:59:59 +00:00
Zhaofeng Li
ae863924e2 fluidd: init at 1.16.2 2021-08-04 19:48:59 -07:00
Atkins Chang
02b32550db
cargo-tarpaulin: support darwin
Signed-off-by: Atkins Chang <atkinschang@gmail.com>
2021-08-05 06:42:50 +08:00
Anderson Torres
e9e841223e
Merge pull request #132674 from adisbladis/emacs-overridescope-propagate
emacs.pkgs: Propagate overriden scope to emacs package in set
2021-08-04 17:32:32 -03:00
Guillaume Girol
2eb2a255b9
Merge pull request #131255 from erdnaxe/nitter
nitter: init at unstable-2021-07-18
2021-08-04 20:25:22 +00:00
Sandro
e8a41956a7
Merge pull request #120072 from ericdallo/bump-graalvm 2021-08-04 21:12:32 +02:00
Zhaofeng Li
9050f3a37e moonraker: init at unstable-2021-07-18 2021-08-04 12:09:14 -07:00
Zhaofeng Li
d96f1bc321 python3Packages.streaming-form-data: init at 1.8.1 2021-08-04 12:09:14 -07:00
Sandro
9ef44466b8
Merge pull request #132540 from luc65r/pkg/dictu
dictu: init at 0.19.0
2021-08-04 20:47:01 +02:00
Michael Weiss
388fa59b1d
Merge pull request #132643 from primeos/llvmPackages_13
llvmPackages_13: init at 13.0.0-rc1
2021-08-04 16:59:24 +02:00
Sandro
3a0047ac27
Merge pull request #132565 from Artturin/shutter 2021-08-04 16:49:27 +02:00
Sandro
2f7babdbba
Merge pull request #132554 from markuskowa/add-ergoscf
ergoscf: init at 3.8
2021-08-04 16:40:18 +02:00
adisbladis
9bd54f586e
emacs.pkgs: Propagate overriden scope to emacs package in set
This is the true fix for https://github.com/NixOS/nixpkgs/issues/130020.
2021-08-04 09:31:23 -05:00
Stig
ade6f9f22a
Merge pull request #131414 from pacien/perlpackages-sqltranslator-bin-fixes
perlPackages.SQLTranslator: fix some scripts issues
2021-08-04 16:04:46 +02:00
Michael Weiss
2540b66ba6
llvmPackages_13: init at 13.0.0-rc1 2021-08-04 16:00:39 +02:00
Eric Dallo
5cdbd94cf9
graalvmce: 21.0.0 -> 21.2.0 2021-08-04 10:42:42 -03:00
José Romildo Malaquias
ac27d4a7a4
Merge pull request #131731 from romildo/upd.whitesur-gtk-theme
whitesur-gtk-theme: 2021-06-23 -> 2021-07-27
2021-08-04 09:20:06 -03:00
Finn Behrens
15af01b456
element-desktop: fix darwin build (#132635)
Add Frameworks to native dependencies

Signed-off-by: Finn Behrens <me@kloenk.dev>
2021-08-04 11:09:56 +02:00
Markus Kowalewski
7d3b20253f
ergoscf: init at 3.8 2021-08-04 00:29:52 +02:00
Artturin
73a54fec42 perlPackages.GooCanvas2CairoTypes: init at 0.001 2021-08-04 00:01:00 +03:00
Sandro
a1fc4daa85
Merge pull request #132563 from dali99/add_randtype
randtype: init at 1.13
2021-08-03 20:48:55 +00:00
sternenseemann
148d73fc74 pkgsLLVM.stdenv: use lld again
PR #122778 allowed the linker being chosen independently from useLLVM
which also affected pkgsLLVM where we were relying on this behavior.
For platform sets assembled from scratch useLLVM still implies
linker == "lld", however in the case of pkgsLLVM we update the current
platform via the set update operator which means that `linker` won't
be re-evaluated. Using ld.bfd with pkgsLLVM is okay to a certain extent,
but with C++ things begin to break.

We fix this by setting linker explicitly.
2021-08-03 22:39:29 +02:00
Bernardo Meurer
974e1b51d6
Merge pull request #132519 from lovesegfault/networkaudiod
networkaudiod: init
2021-08-03 19:47:27 +00:00
davidak
53fc3687c3
Merge pull request #132546 from bobby285271/quilter
quilter: drop package
2021-08-03 20:46:28 +02:00
Lucas Ransan
92e201e938
dictu: init at 0.19.0 2021-08-03 20:42:35 +02:00
Daniel Olsen
7467b025a0 randtype: init at 1.13 2021-08-03 18:14:09 +02:00
pacien
d65cee7b07 perlPackages.SQLTranslator: add missing deps
This adds missing dependencies for the `sqlt*` scripts provided in
the SQLTranslator package.
2021-08-03 18:00:07 +02:00
Stig Palmquist
cc4f71d619 perlPackages.SQLTranslator: fix scripts shebang 2021-08-03 18:00:03 +02:00
Artturin
fd2ea35741 perlPackages.Gtk3ImageView: 6 -> 9 2021-08-03 17:54:59 +03:00
Bobby Rong
d4fe38632e
quilter: drop package 2021-08-03 22:40:25 +08:00
sternenseemann
66f8529d91 emacsPackages.ada-mode: build tools needed at runtime
ada-mode includes extra binaries which are used by it at runtime. They
require gnat, gprbuild, gnatcoll-core and wisi's source checked out in
`../wisi-*`.
2021-08-03 14:58:49 +02:00
sternenseemann
9bc1e429d0 gnatcoll-*: init gnatcoll-db at 21.0.0
gnatcoll-sql: init at 21.0.0
gnatcoll-sqlite: init at 21.0.0
gnatcoll-xref: init at 21.0.0
gnatcoll-postgres: init at 21.0.0

gnatcoll-db2ada: init at 21.0.0
gnatinspect: init at 21.0.0

Ada database interaction libraries and related tools which are managed
in the gnatcoll-db repository. The attribute and derivation names
don't include "db" since the GPR project files upstream also don't:
They are named `gnatcoll_${component}.gpr` usually, except for the
executables.
2021-08-03 14:58:49 +02:00
sternenseemann
41f190a360 gnatcoll-*: init gnatcoll-bindings at 21.0.0
gnatcoll-gmp: init at 21.0.0
gnatcoll-iconv: init at 21.0.0
gnatcoll-lzma: init at 21.0.0
gnatcoll-omp: init at 21.0.0
gnatcoll-python3: init at 21.0.0
gnatcoll-readline: init at 21.0.0
gnatcoll-syslog: init at 21.0.0
gnatcoll-zlib: init at 21.0.0

This inits a bunch of gnatcoll-* packages which are managed in the
gnatcoll-bindings repository. I have chosen not to include "bindings"
in their derivation or attribute names, since the GPR project
definitions themselves all don't contain that as well, instead they
are name `gnatcoll_${component}.gpr`.
2021-08-03 14:58:49 +02:00
sternenseemann
f4e018075e gnatcoll-core: init at 21.0.0 2021-08-03 14:58:49 +02:00
sternenseemann
c3c4ef859a gprbuild, xmlada: init at 21.0.0
GPRbuild is a multi language build system developed by AdaCore which
is mostly used for build Ada-related projects using GNAT.

Since GPRbuild is used to build itself and its dependency library
XML/Ada we first build a bootstrap version of it using the provided
bash build script bootstrap.sh as the gprbuild-boot derivation.
gprbuild-boot is then used to build xmlada and the proper gprbuild
derivation.

GPRbuild has its own search path mechanism via GPR_PROJECT_PATH which
we address via a setupHook. It currently works quite similar to the
pkg-config one: It accumulates all inputs into GPR_PROJECT_PATH,
GPR_PROJECT_PATH_FOR_BUILD etc. However this is quite limited at the
moment as we don't have a gprbuild wrapper yet which understands the
_FOR_BUILD suffix. However, we'll need to address this in the future
as it is currently basically impossible to test since the distinction
only affects cross-compilation, but it is not possible to build a GNAT
cross-compiler in nixpkgs at the moment (I'm working on changing that,
however).

Another issue we had to solve was GPRbuild not finding the right GNAT
via its gprconfig tool: GPRbuild has a knowledge base with compiler
definitions which run some checks and collect info about binaries
which are in PATH. In the end the first compiler in PATH that supports
the desired language is selected.

We want GPRbuild to discover our wrapped GNAT since the unwrapped one
is incapable of producing working binaries since it won't find the
crt*.o objects distributed with libc. GPRbuild however needs to find
the Ada runtime distributed with GNAT which is not part of the wrapper
derivation, so it will skip the wrapper and select the unwrapped GNAT.
Symlinking the unwrapped's lib directory into the wrapper fixes this
problem, but breaks linking in some cases (e. g. when linking against
OMP from gcc, the runtime variant will shadow the problem dynamic lib
from buildInputs). Additionally it uses gnatls as an indicator it has
found GNAT which is not part of the wrapper.

The solution we opted to adopt here is to install a custom compiler
description into gprbuild's knowledge base which properly detects the
nixpkgs GNAT wrapper: It uses gnatmake to detect GNAT instead of
gnatls and discovers the runtime via a symlink we add to
`$out/nix-support`. This additional definition is enough to properly
detect GNAT, since the plain wrapped gcc detection works out of the
box. It may, however, be necessary to add special definitions for
other languages in the future where gprbuild also needs to discover
the runtime.

One future improvement would be to install libgpr into a separate
output or split it into a separate derivation (which would require to
link gprbuild statically always since otherwise we end up with a
cyclical dependency).
2021-08-03 14:58:49 +02:00
Sandro Jäckel
503f72bfa6
pythonPackages: sphinxcontrib_plantuml -> sphinxcontrib-plantuml 2021-08-03 12:04:12 +02:00
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