Commit graph

273982 commits

Author SHA1 Message Date
Sandro Jäckel 993fb95e78
qemu: remove not require enableParallelBuild 2021-03-03 16:23:53 +01:00
Sandro Jäckel 25aa76bb6b
cloud-utils: remove unused inputs 2021-03-03 16:23:53 +01:00
Sandro Jäckel e1da8ae536
cloud-init: remove unused input, cleanup 2021-03-03 16:23:53 +01:00
Sandro Jäckel 76784820fc
senv: init at 0.5.0 2021-03-03 16:20:51 +01:00
Sandro 0ecb16a759
Merge pull request #114972 from rychale/patch-2
spdlog 1.8.1 -> 1.8.2
2021-03-03 16:20:07 +01:00
Sandro e029e4148f
Merge pull request #114322 from wilsonehusin/repackage-obsidian-app
obsidian: refactor to build using app.asar
2021-03-03 16:19:30 +01:00
Sandro 673bb14266
Merge pull request #114834 from sternenseemann/apostrophe-2.3 2021-03-03 16:18:40 +01:00
figsoda 18c6f9ca94 luaformatter: init at 1.3.4 2021-03-03 15:49:34 +01:00
Tom Repetti a35841420f pythonPackages.rfcat: init at 1.9.5 2021-03-03 09:42:00 -05:00
Sandro f1c25b73f3
Merge pull request #114911 from Ma27/loki-buildinfo
grafana-loki: add buildinfo
2021-03-03 15:37:10 +01:00
Fabian Affolter 22cc7b494d python3Packages.aiomultiprocess: 0.8.0 -> 0.9.0 2021-03-03 15:35:11 +01:00
Sandro af1f8ba313
Merge pull request #114866 from eduardosm/pothos
pothos: init at 0.7.1
2021-03-03 15:35:10 +01:00
Sandro c872f28f61
Merge pull request #114903 from maralorn/nom-build
nix-output-monitor: Add nom-build script
2021-03-03 15:24:14 +01:00
sternenseemann bce37e7542 beets: refactor external plugins into top-level package set
Instead of managing external plugins in the beets derivation, we
introduce a new top-level package set beetsExternalPlugins which the
beets derivation receives as an input. This change doesn't affect how
the beets derivation is built or overridden, so the change won't be
noticed by users, but it makes hydra evaluate and build external plugins
which should benefit users of those plugins and prevent future
regressions as we have experienced (currently on master
beets-alternatives fails to evaluate, but this wasn't picked up by
ofborg nor hydra).
2021-03-03 15:16:31 +01:00
sternenseemann 979a6b2590 beets-check: fix patch path
The path to the used patch was broken, making the derivation fail
evaluation. However the patch needs to be updated as some new test
failure has cropped up.
2021-03-03 15:09:38 +01:00
Eelco Dolstra 8316093fd7
Merge pull request #114975 from armijnhemel/squashfs-lzo
squashfsTools: enable LZO compression
2021-03-03 14:59:32 +01:00
Sandro f40698351e
Merge pull request #114959 from dywedir/pijul
pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46
2021-03-03 14:56:06 +01:00
Sandro b80fd38a31
Merge pull request #114968 from eduardosm/zsh-autosuggestions
zsh-autosuggestions: update comment
2021-03-03 14:52:23 +01:00
Sandro 9c7fcca72e
Merge pull request #113682 from alesguzik/update_nxpmicro-mfgtools_plus_udev
nxpmicro-mfgtools: add udev rules
2021-03-03 14:49:49 +01:00
Maximilian Bosch 3de2618d3d
Merge pull request #114882 from r-ryantm/auto-update/cargo-expand
cargo-expand: 1.0.4 -> 1.0.5
2021-03-03 14:45:43 +01:00
Maximilian Bosch d4821a4892
vorta: 0.7.4 -> 0.7.5
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.5
2021-03-03 14:39:27 +01:00
Maximilian Bosch 89aba1d889
grafana-loki: add buildinfo
Otherwise, no version output is shown with `--version` or during log
messages.
2021-03-03 14:36:38 +01:00
Sandro e061350a36
Merge pull request #114474 from NeQuissimus/sbt_jdk11
sbt: Fix check
2021-03-03 14:12:42 +01:00
Eduardo Sánchez Muñoz 62ea910ef3 pothos: init at 0.7.1 2021-03-03 14:00:05 +01:00
Michael Weiss d774b4234a
[needs new maintainer] gitRepo: Remove myself as maintainer (#114835)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-03 13:44:26 +01:00
sternenseemann c7e2333f49 libelf-freebsd: add source hash
Built libelf-freebsd's src attribute on NixOS to verify.
2021-03-03 13:40:48 +01:00
sternenseemann 3937980850 chickenPackages_{4,5}: recurseIntoAttrs
This prevents further evaluation regression for chickenPackages if they
are deprecated again. Since chickenPackages_4 and chickenPackages_5 are
extremely tiny package set, the cost of building one additional set on
hydra is probably fine.
2021-03-03 13:40:47 +01:00
sternenseemann b4ce3151b2 magnetophonDSP: recurseIntoAttrs
This makes nix tooling pick up on the magnetophonDSP attribute set in
all-packages.nix which prevented eval errors from being detected by
ofborg in the past for example.
2021-03-03 13:40:47 +01:00
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Sandro 590c7ceb42
Merge pull request #114840 from marsam/update-caf
caf: 0.17.6 -> 0.18.0
2021-03-03 13:36:03 +01:00
Malte Brandy 65f8db5ff9
nix-output-monitor: Add nom-build script 2021-03-03 13:25:30 +01:00
Sandro 369dac8438
Merge pull request #114830 from rloewe/master
elasticsearch: Fix broken unfree version
2021-03-03 13:22:08 +01:00
Sandro 49f51c686a
Merge pull request #114832 from pborzenkov/gops-0.3.16
gops: 0.3.15 -> 0.3.16
2021-03-03 13:21:03 +01:00
Aaron Andersen 9798ed1a3d
Merge pull request #111011 from waldheinz/nginx-mem-write-exec
nixos/nginx: fix MemoryDenyWriteExecute not being disabled when needed
2021-03-03 07:19:35 -05:00
Ben Siraphob 9ef6fe63be rasm: fix darwin build 2021-03-03 19:19:08 +07:00
Ben Siraphob a0061df005 muon: fix darwin build 2021-03-03 19:19:08 +07:00
Ben Siraphob deaae6b747 miranda: add meta.platforms 2021-03-03 19:19:07 +07:00
Ben Siraphob c403e5747b gprolog: expand platforms to unix 2021-03-03 19:19:07 +07:00
Ben Siraphob 2b94b2a0c5 arachne: expand platforms to unix 2021-03-03 19:19:07 +07:00
Ben Siraphob 94691d61a6 4th: fix darwin build 2021-03-03 19:19:07 +07:00
Ben Siraphob 5a8065a15e 0x0: add meta.platforms 2021-03-03 19:19:07 +07:00
Ben Siraphob 816a451726 QuadProgpp: fix darwin build 2021-03-03 19:19:07 +07:00
Sandro 09ed39bf5b
Merge pull request #114826 from fortuneteller2k/update-flavours
flavours: 0.3.5 -> 0.3.6
2021-03-03 13:16:38 +01:00
Sandro 64648916c0
Merge pull request #114797 from Chili-Man/minikube-1.18.0-update
minikube: 1.17.1 -> 1.18.0
2021-03-03 13:09:37 +01:00
Sandro f15a61d42b
Merge pull request #114789 from AndersonTorres/new-vms-empire
vms-empire: 1.15 -> 1.16
2021-03-03 13:09:18 +01:00
Sandro e80e78810d
Merge pull request #114847 from sternenseemann/remove-unused-lua-5-libs
development/interpreters/lua-5: remove unused files
2021-03-03 13:05:44 +01:00
Sandro 5b46c7c4fe
Merge pull request #114940 from helsinki-systems/openjfx15
openjfx15: python2 -> python3, ffmpeg_3 -> ffmpeg
2021-03-03 13:00:08 +01:00
Armijn Hemel 8a61e45f52 squashfsTools: enable LZO compression 2021-03-03 12:51:59 +01:00
Aaron Andersen f209432103
Merge pull request #114935 from aanderse/kodi-platform-name-fix
kodi: fix build for wayland and gbm
2021-03-03 06:49:38 -05:00
Orivej Desh 5da47b15cf linux-rt_5_11: init at 5.11.2-rt9 2021-03-03 11:36:36 +00:00