Commit graph

262943 commits

Author SHA1 Message Date
Ingo Blechschmidt 0f76dd2996 gnujump: install desktop file 2021-01-11 16:04:47 +01: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
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
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
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
Wulfsta 5ca3562611 psw: init at 0.1.2 2021-01-10 22:22:28 -08:00
stigo a67cfc0cdc
Merge pull request #108997 from zakame/updates/perl-App-cpm-0.997000
perlPackages.Appcpm: 0.996 -> 0.997000
2021-01-11 05:52:20 +01:00
Zak B. Elep f16987df6e perlPackages.Appcpm: 0.996 -> 0.997000 2021-01-11 11:20:57 +08:00
John Ericson a52f9a18bf haskell: Inline static overlay
We don't force `enableStaticLibraries` for Windows or WASM because it
will just fail an assertion.
2021-01-11 03:17:29 +00:00
pacien 108fd69a8c fishPlugins.buildFishPlugin: rename checkFunctionPath parameter 2021-01-11 03:39:57 +01:00
Milan a315a1503a
uboot: allow bigger kernels to boot on raspberry pi (#108975)
Fixes #97064
2021-01-11 02:41:26 +01:00
pacien 165937d01e doc/fish: document fish plugins packaging 2021-01-11 02:37:36 +01:00
Mario Rodas bd4c31411e
Merge pull request #108971 from marsam/update-tflint
tflint: 0.23.0 -> 0.23.1
2021-01-10 20:35:37 -05:00
Sandro e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua 2021-01-11 02:19:52 +01:00
Sandro 0e99531c54
Merge pull request #108953 from fgaz/urn/init
urn-timer: init at unstable-2017-08-20
2021-01-11 02:19:40 +01:00
Sandro 4d69305d75
Merge pull request #108961 from iblech/patch-jumpnbump
jumpnbump: init at 1.70-dev
2021-01-11 02:18:07 +01:00
Sandro bff4ecd74b
Merge pull request #104499 from fgaz/domination/init
domination: init at 1.2.3
2021-01-11 02:14:27 +01:00
Sandro 9411c1d387
Merge pull request #105402 from sikmir/crow-translate
crow-translate: init at 2.6.2
2021-01-11 02:11:46 +01:00
Sandro 6af32a6878
Merge pull request #108963 from fabaff/crlfuzz
crlfuzz: init at 1.4.0
2021-01-11 02:11:04 +01:00
Sandro 2dc9bfb42f
Merge pull request #108191 from WolfangAukang/signumone-ks-init 2021-01-11 02:03:50 +01:00
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Sandro f337a3fc22
Merge pull request #107640 from fabaff/monsoon
monsoon: init at 0.6.0
2021-01-11 02:02:17 +01:00
Ben Siraphob e9b6e535a6
vyper: init at 0.2.8 (#104758)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11 02:01:47 +01:00
Sandro f4017bff44
Merge pull request #108167 from fgaz/ft2-clone/1.42 2021-01-11 02:00:49 +01:00
Sandro e3271a768c
Merge pull request #108071 from astro/json-schema-for-humans
json-schema-for-humans: init at 0.27.0
2021-01-11 02:00:28 +01:00
Sandro d8165ca0b0
Merge pull request #104401 from fgaz/staticjinja/0.4.0 2021-01-11 01:59:19 +01:00
Sandro e7fe0bbc91
Merge pull request #108805 from servalcatty/v2ray
v2ray: 4.33.0 -> 4.34.0
2021-01-11 01:40:33 +01:00
Sandro 08ca8173ef
Merge pull request #107897 from samuelrivas/update-vassal-to-3-14
vassal: 3.3.2 -> 3.14.12
2021-01-11 01:39:11 +01:00
Sandro c9234f3a99
Merge pull request #93917 from zaninime/openzone 2021-01-11 01:38:00 +01:00
Sandro 39229a3398
Merge pull request #108572 from fabaff/bump-sortedcollections 2021-01-11 01:36:33 +01:00