Commit Graph

74204 Commits

Author SHA1 Message Date
github-actions[bot]
8eb75b850f
Merge staging-next into staging 2022-07-15 18:02:01 +00:00
github-actions[bot]
9f53d5cc15
Merge master into staging-next 2022-07-15 18:01:23 +00:00
Artturi
192e3d44ac
Merge pull request #181302 from Artturin/fixcross4
lua-packages: fix eval failure when cross-compiling
2022-07-15 19:51:16 +03:00
Guillaume Girol
3915c20b8a
Merge pull request #180191 from oxalica/bump/solaar
solaar: 1.1.3 -> 1.1.4 and clean up
2022-07-15 16:04:34 +00:00
Artturi
504ff8ce94
Merge pull request #181607 from Artturin/addisorttoplevel 2022-07-15 19:03:08 +03:00
Artturin
a925c1a8ff isort: add top-level attribute
like pylint,black,mypy
2022-07-15 18:33:32 +03:00
Artturi
7eebf23dc6
Merge pull request #180670 from jocelynthode/init-node-shell
kubectl-node-shell: init at 1.6.0
2022-07-15 17:51:04 +03:00
Jocelyn Thode
8ee452b03a kubectl-node-shell: init at 1.6.0 2022-07-15 16:27:54 +02:00
Sandro
a66cda33e9
Merge pull request #162823 from viraptor/gemstash
gemstash: init at 2.1.0
2022-07-15 16:26:40 +02:00
Sandro
9a1989370d
Merge pull request #180943 from matthiasbeyer/cargo-public-api
cargo-public-api: init 0.12.2
2022-07-15 16:23:32 +02:00
Sandro
f350ba44a7
Merge pull request #181370 from theHedgehog0/bluetuith-init
bluetuith: init at 0.0.3
2022-07-15 16:12:47 +02:00
Fabian Affolter
380aee0f1e
Merge pull request #181590 from fabaff/pyialarm-bump
python310Packages.pyialarm: 2.0.0 -> 2.2.0
2022-07-15 16:04:32 +02:00
Sandro
979b8d898d
Merge pull request #181066 from seqizz/g_pinentryrofi
pinentry-rofi: init at 2.0.3
2022-07-15 16:03:01 +02:00
github-actions[bot]
9303bacb57
Merge staging-next into staging 2022-07-15 12:01:52 +00:00
github-actions[bot]
a4622e8226
Merge master into staging-next 2022-07-15 12:01:15 +00:00
Sandro
e83851024e
Merge pull request #179990 from ShadowRZ/shadowrz/renpy-8 2022-07-15 12:10:09 +02:00
Sandro
1ebd0737c7
Merge pull request #175379 from 0xnook/framesh 2022-07-15 12:09:23 +02:00
Sandro
0b567ffe22
Merge pull request #180273 from Ma27/bump-element
element-{web,desktop}: 1.10.15 -> 1.11.0
2022-07-15 11:55:50 +02:00
Sandro
e4c4f90fdd
Merge pull request #181454 from alyssais/imagemagick-default.nix
imagemagick: rename 7.0.nix to default.nix
2022-07-15 11:46:33 +02:00
Fabian Affolter
a1dab95d7e python310Packages.dicttoxml2: init at 2.0.0 2022-07-15 11:05:53 +02:00
Stanisław Pitucha
94488809ac gemstash: init at 2.1.0 2022-07-15 15:52:30 +10:00
github-actions[bot]
550974b28a
Merge staging-next into staging 2022-07-15 00:03:04 +00:00
github-actions[bot]
39b1555e8e
Merge master into staging-next 2022-07-15 00:02:22 +00:00
Maximilian Bosch
d6a24f0953
element-desktop: use electron 19 2022-07-15 00:06:01 +02:00
Ivv
ed56c82699
Merge pull request #180810 from NickCao/jtag-remote-server
jtag-remote-server: init at unstable-2022-06-09
2022-07-14 22:01:36 +02:00
Artturin
4a25775546 lua-packages: fix eval failure when cross-compiling
remove the inherit line did not work

fixes mpv for example

nix-repl> pkgsCross.aarch64-multiplatform.lua.withPackages (ps: with ps; [ luasocket ])
error: attribute 'runtimeShell' missing

       at /home/artturin/nixgits/my-nixpkgs/pkgs/top-level/all-packages.nix:849:17:

          848|       substitutions = {
          849|         shell = targetPackages.runtimeShell;
             |                 ^
          850|         passthru.tests = tests.makeWrapper;

       … while evaluating the attribute 'shell' of the derivation 'hook'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/stdenv/generic/make-derivation.nix:270:7:

          269|     // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
          270|       name =
             |       ^
          271|         let

       … while evaluating 'optionalString'

       at /home/artturin/nixgits/my-nixpkgs/lib/strings.nix:203:5:

          202|     # String to return if condition is true
          203|     string: if cond then string else "";
             |     ^
          204|

       … from call site

       at /home/artturin/nixgits/my-nixpkgs/pkgs/build-support/trivial-builders.nix:536:12:

          535|         cp ${script} $out/nix-support/setup-hook
          536|       '' + lib.optionalString (deps != []) ''
             |            ^
          537|         printWords ${toString deps} > $out/nix-support/propagated-build-inputs

       … while evaluating the attribute 'buildCommand' of the derivation 'hook'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/stdenv/generic/make-derivation.nix:270:7:

          269|     // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
          270|       name =
             |       ^
          271|         let

       … while evaluating anonymous lambda

       at /home/artturin/nixgits/my-nixpkgs/lib/lists.nix:646:25:

          645|    */
          646|   unique = foldl' (acc: e: if elem e acc then acc else acc ++ [ e ]) [];
             |                         ^
          647|

       … from call site

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/interpreters/lua-5/build-lua-package.nix:105:27:

          104|   # example externalDeps': [ { name = "CRYPTO"; dep = pkgs.openssl; } ]
          105|   externalDepsGenerated = lib.unique (lib.filter (drv: !drv ? luaModule) (
             |                           ^
          106|     luarocksDrv.nativeBuildInputs ++ luarocksDrv.propagatedBuildInputs ++ luarocksDrv.buildInputs)

       … while evaluating 'generateLuarocksConfig'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/lua-modules/lib.nix:83:28:

           82|   */
           83|   generateLuarocksConfig = {
             |                            ^
           84|     externalDeps

       … from call site

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/interpreters/lua-5/build-lua-package.nix:85:23:

           84|   luarocks_content = let
           85|     generatedConfig = lua.pkgs.lib.generateLuarocksConfig {
             |                       ^
           86|       externalDeps = externalDeps ++ externalDepsGenerated;

       … while evaluating the attribute 'configurePhase' of the derivation 'lua5.2-luasocket-3.0.0-1-aarch64-unknown-linux-gnu'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/stdenv/generic/make-derivation.nix:270:7:

          269|     // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
          270|       name =
             |       ^
          271|         let

       … while evaluating anonymous lambda

       at /home/artturin/nixgits/my-nixpkgs/lib/lists.nix:646:25:

          645|    */
          646|   unique = foldl' (acc: e: if elem e acc then acc else acc ++ [ e ]) [];
             |                         ^
          647|

       … from call site

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/lua-modules/lib.nix:5:6:

            4|     modules =  filter hasLuaModule drvs;
            5|   in unique ([lua] ++ modules ++ concatLists (catAttrs "requiredLuaModules" modules));
             |      ^
            6|   # Check whether a derivation provides a lua module.

       … while evaluating 'requiredLuaModules'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/lua-modules/lib.nix:3:24:

            2| let
            3|   requiredLuaModules = drvs: with lib; let
             |                        ^
            4|     modules =  filter hasLuaModule drvs;

       … from call site

       at /home/artturin/nixgits/my-nixpkgs/pkgs/development/interpreters/lua-5/wrapper.nix:13:14:

           12|   env = let
           13|     paths =  requiredLuaModules (extraLibs ++ [ lua ] );
             |              ^
           14|   in buildEnv {

       … while evaluating the attribute 'passAsFile'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/build-support/buildenv/default.nix:77:5:

           76|     # XXX: The size is somewhat arbitrary
           77|     passAsFile = if builtins.stringLength pkgs >= 128*1024 then [ "pkgs" ] else [ ];
             |     ^
           78|   }

       … while evaluating the attribute 'passAsFile' of the derivation 'lua-aarch64-unknown-linux-gnu-5.2.4-env'

       at /home/artturin/nixgits/my-nixpkgs/pkgs/stdenv/generic/make-derivation.nix:270:7:

          269|     // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
          270|       name =
             |       ^
          271|         let
2022-07-14 22:08:55 +03:00
nook
d4c74ccf4c framesh: init at 0.5.0-beta.20 2022-07-14 20:50:15 +02:00
Ivv
2ca3a5e4aa
Merge pull request #179187 from mdarocha/eventstore-bump-and-refactor
eventstore: 5.0.8 -> 21.10.5, refactor to use buildDotnetModule
2022-07-14 20:30:41 +02:00
github-actions[bot]
1d180c0c05
Merge staging-next into staging 2022-07-14 18:02:07 +00:00
github-actions[bot]
1a74c5d703
Merge master into staging-next 2022-07-14 18:01:27 +00:00
Nick Cao
3faccf8814
rnix-lsp: pin to nix 2.9 2022-07-14 23:53:44 +08:00
Mario Rodas
16716c477d
Merge pull request #181437 from marsam/add-iredis
iredis: init at 1.12.0
2022-07-14 08:41:10 -05:00
Alex Griffin
4fe4be1b97
xmonadctl: init at 0.17.0 2022-07-14 14:28:32 +02:00
Ethin Probst
6e6436963d
gnatboot: 4.1 -> 11.2.0-4 (#177579)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-14 14:14:58 +02:00
Mr Hedgehog
84e684b7ec
bluetuith: init at 0.0.3 2022-07-14 07:57:27 -04:00
Alyssa Ross
7ac2cf8e83
imagemagick: rename 7.0.nix to default.nix
"7.0.nix" doesn't make any sense, because it contains version
7.1.0-39.  imagemagick6 is barely used and can probably be removed
soon, so I think it makes sense to let 7.x have the default.nix path.
2022-07-14 08:44:03 +00:00
github-actions[bot]
70e5346a93
Merge staging-next into staging 2022-07-14 06:02:10 +00:00
github-actions[bot]
4831214ba4
Merge master into staging-next 2022-07-14 06:01:25 +00:00
Peter Hoeg
b52679fe88 keyd: init at 2.4.1 2022-07-14 10:30:00 +08:00
夜坂雅
b151a79d10
renpy: init at 8.0.0 2022-07-14 10:27:27 +08:00
Mario Rodas
247ffc0eba iredis: init at 1.12.0 2022-07-14 00:04:20 +00:00
github-actions[bot]
4030af8273
Merge staging-next into staging 2022-07-14 00:03:16 +00:00
github-actions[bot]
8e78cd16b3
Merge master into staging-next 2022-07-14 00:02:36 +00:00
Sergei Trofimovich
38134efc76 glibcLocales, glibcLocalesUtf8: only define non-null on linux-glibc
Before the change glibcLocales was pulled in on musl (built successfully
but was not needed: musl does not know how to load glibc locales) and
on android (failed build there). Android failed eval due to the
headers -> zip -> libc recursion.

The change limits glibcLocales down to linux && gnu to target linux-glibc.
2022-07-13 20:07:50 +01:00
github-actions[bot]
60c97a605c
Merge staging-next into staging 2022-07-13 18:02:06 +00:00
github-actions[bot]
00ec8bc8d3
Merge master into staging-next 2022-07-13 18:01:28 +00:00
mdarocha
4e0e8cc0af eventstore: refactor to use buildDotnetModule 2022-07-13 17:15:39 +02:00
SuperHeroINTJ
070314b62d
Merge pull request #181313 from bryanasdev000/kyverno
kyverno: init at 1.7.0
2022-07-13 11:50:49 -03:00
github-actions[bot]
eb2dfaed06
Merge staging-next into staging 2022-07-13 12:01:56 +00:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00