Commit Graph

262972 Commits

Author SHA1 Message Date
Amine Chikhaoui
ecf84de70c
ec2-amis: 2020-11-23 update (#104740) 2021-01-11 12:37:14 -05:00
Michele Guerini Rocco
b1fb65a741
Merge pull request #101849 from rnhmjoj/searx
nixos/searx: declarative configuration
2021-01-11 18:17:10 +01:00
Sandro
ad4e3860cd
Merge pull request #109021 from romildo/upd.marwaita-ubuntu
marwaita-ubuntu: 1.5 -> 1.7
2021-01-11 17:48:00 +01:00
Sandro
5faf6b7db6
Merge pull request #109022 from sikmir/buku
buku: enable on darwin
2021-01-11 17:47:47 +01:00
Sandro
c6097967d6
Merge pull request #109023 from romildo/upd.marwaita-peppermint
marwaita-peppermint: 0.5 -> 0.6
2021-01-11 17:47:31 +01:00
Sandro
fcb42a0ff0
Merge pull request #109024 from romildo/upd.marwaita-pop_os
marwaita-pop_os: 0.9 -> 1.1
2021-01-11 17:47:14 +01:00
Sandro
d3c91b35cb
Merge pull request #108976 from oyren/portfolio-0.50.0
portfolio: 0.49.3 -> 0.50.0
2021-01-11 17:34:58 +01:00
Sandro
b70cf9fdbf
Merge pull request #108972 from fabaff/mulpyplexer
python3Packages.mulpyplexer: init at 0.08
2021-01-11 17:34:48 +01:00
Sandro
b373156539
Merge pull request #108974 from Stunkymonkey/mediaelch-2.8.4
mediaelch: 2.8.2 -> 2.8.4
2021-01-11 17:34:13 +01:00
Pavol Rusnak
db132fe8db
Merge pull request #109026 from rnhmjoj/monero
monero: 0.1.17.8 -> 0.1.17.9
2021-01-11 17:17:48 +01:00
Tim Steinbach
18b09d883f
linux: 5.11-rc2 -> 5.11-rc3 2021-01-11 11:10:07 -05:00
Tim Steinbach
d91f1b0f47
linux: Optional SECURITY_LOCKDOWN_LSM
The option has been removed in the most recent dot releases
2021-01-11 11:09:02 -05:00
Sandro
f18ba0425d
Merge pull request #109019 from manojkarthick/reddsaver-init
reddsaver: init at 0.2.2
2021-01-11 16:11:39 +01:00
rnhmjoj
bb3b833e36
monero-gui: 0.17.1.8 -> 0.17.1.9 2021-01-11 16:09:49 +01:00
José Romildo Malaquias
871daff7cd marwaita-pop_os: 0.9 -> 1.1 2021-01-11 12:07:14 -03:00
Nikolay Korotkiy
56bec3c895
buku: enable on darwin 2021-01-11 18:01:11 +03:00
José Romildo Malaquias
e838ce39c7 marwaita-peppermint: 0.5 -> 0.6 2021-01-11 12:01:00 -03:00
Milan
e614b5a2d0
mindustry: build Arc from source (#108274)
- reduce the buildPhase of the fixed-output dependencies derivation to
  only download all dependencies, instead of building the full thing.
- add wayland variant, which is linked against a different variant of
  the glew library to run natively using SDL_VIDEODRIVER=wayland
- use jdk (Java 15) instead of jre (Java 8) at runtime
- use new copyDesktopItems hook
2021-01-11 15:55:52 +01:00
José Romildo Malaquias
6fc4b6da64 marwaita-ubuntu: 1.5 -> 1.7 2021-01-11 11:55:33 -03:00
Milan Pässler
3d3f22e7be
uboot: fix rpi kernel size patch for 2020.10
Fixes #109008
2021-01-11 15:26:17 +01:00
John Ericson
5ac7aa579a
Merge pull request #108450 from Ericson2314/no-static-overlay
haskell: Inline static overlay
2021-01-11 08:47:29 -05:00
Manoj Karthick
36ee158783 reddsaver: init at 0.2.2
Motivation: Command line tool to download saved images from Reddit
2021-01-11 05:20:34 -08:00
Eelco Dolstra
187af93c19
Merge pull request #78430 from puckipedia/fix-initrd-silent
nixos/stage-1: Do not allow missing kernel modules in initrd
2021-01-11 13:18:45 +01:00
Daniël de Kok
9a33d28fe2
Merge pull request #108892 from thelegy/botan2
botan2: add aarch64-linux to platforms
2021-01-11 11:40:18 +01:00
Emery Hemingway
843daa841d llvmPackages: select version by targetPlatform 2021-01-11 11:10:53 +01:00
Peter Simons
c3c06134e2
Merge pull request #108268 from TikhonJelvis/bump-r-packages
r-modules: Updated definitions of CRAN and Bioc packages.
2021-01-11 10:45:42 +01:00
Jörg Thalheim
89593ae987
Merge pull request #107895 from cpcloud/prom-gce-sd-config 2021-01-11 09:41:52 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Cyril Cohen
e87aef06e0
coqPackages: doc (#108937)
changing bullet style
2021-01-11 10:23:05 +01:00
Profpatsch
b0c1583a0b doc: stdenv.lib -> lib
Part of: https://github.com/NixOS/nixpkgs/issues/108938

Changing the documentation to not refer to stdenv.lib is the first
step to make people use it directly.
2021-01-11 09:52:27 +01:00
Pamplemousse
9ff73686ed
ocamlPackages.bap: Correct build dependencies
As pointed upstream:
  https://github.com/BinaryAnalysisPlatform/bap/issues/1261#issuecomment-754926500

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-11 09:35:54 +01:00
Sandro
c7f5dcbb21
Merge pull request #109005 from fabaff/msldap 2021-01-11 09:29:45 +01:00
Fabian Affolter
194cf24795 python3Packages.lsassy: init at 2.1.3 2021-01-11 09:13:50 +01:00
Fabian Affolter
16b09e898b python3Packages.pypykatz: init at 0.3.15 2021-01-11 09:13:22 +01:00
Fabian Affolter
4a286edf6b python3Packages.msldap: init at 0.3.22 2021-01-11 09:12:56 +01:00
Michele Guerini Rocco
a306b088f6
Merge pull request #108491 from pacien/fishPlugins-wrapFish
wrapFish: add fish shell wrapper package
2021-01-11 09:10:52 +01:00
Sandro
1109e2423d
Merge pull request #108753 from manojkarthick/expenses-init 2021-01-11 08:55:48 +01:00
rnhmjoj
2a458003d9
searx: add NixOS test to passthu.tests 2021-01-11 08:41:16 +01:00
rnhmjoj
88f71722ea
nixos/doc: add searx changes to the relase notes 2021-01-11 08:41:16 +01:00
rnhmjoj
623664e84f
nixos/searx: add support for running in uWSGI 2021-01-11 08:41:15 +01:00
rnhmjoj
92d55d57eb
searx: make package friendly towards nginx/uWSGI
- Link the /static directory to make it easier to serve
- Export searx module for use in uWSGI (just import the module)
2021-01-11 08:41:15 +01:00
rnhmjoj
b7ca2d1448
nixos/tests: add searx test 2021-01-11 08:41:15 +01:00
rnhmjoj
7ec85073dd
nixos/ids: remove reserved searx ids 2021-01-11 08:41:15 +01:00
rnhmjoj
cce415c743
nixos/searx: declarative configuration 2021-01-11 08:41:15 +01:00
Doron Behar
8addce8b60
Merge pull request #108981 from doronbehar/nixos/mpd
nixos/mpd: use credentials only if needed
2021-01-11 09:40:49 +02:00
stigo
c4a7562919
Merge pull request #109002 from stigtsp/package/perl-sql-abstract-classic-fix-stdenv-lib
perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
2021-01-11 08:17:54 +01:00
Stig Palmquist
43c88a7ddf perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib 2021-01-11 08:14:38 +01:00
Doron Behar
4ce7f28508 nixos/mpd: use credentials only if needed 2021-01-11 09:07:34 +02:00
Frederik Rietdijk
b4c0ea6a07
Merge pull request #108423 from NixOS/staging-next
Staging next
2021-01-11 07:53:57 +01:00
github-actions[bot]
db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00