1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-12 15:47:28 +00:00
Commit graph

333214 commits

Author SHA1 Message Date
Thiago Kenji Okada b8d69b120d mame: 0.226 -> 0.237
- change CC/CXX flags
- add missing dependencies
- mkDerivation -> stdenv.mkDerivation
- use Clang 6.0 when building with Clang
- remove badPlatforms
- increase meta.timeout (for Darwin)
2021-11-21 15:24:55 -03:00
Ben Siraphob 65d55c9175
Merge pull request #146896 from smancill/ZHF-darwin-libqb
libqb: fix build on darwin
2021-11-21 13:17:23 -05:00
Ben Siraphob 8b5911ce80
Merge pull request #146900 from smancill/ZHF-ctl-darwin
ctl: fix build on darwin
2021-11-21 13:17:07 -05:00
Ben Siraphob 70d632f32a
Merge pull request #146898 from smancill/ZHF-darwin-hdr-plus
hdr-plus: fix build on darwin
2021-11-21 13:07:34 -05:00
Ben Siraphob 97b740e4ff
Merge pull request #146891 from smancill/ZHF-darwin-arj
arj: fix build on darwin
2021-11-21 13:07:17 -05:00
Artturi be3b5a5bb9
Merge pull request #146899 from Artturin/toraudio 2021-11-21 20:06:53 +02:00
Fabian Affolter 26bc8f7eb3 python3Packages.levenshtein: init at 0.16.0 2021-11-21 19:01:05 +01:00
Fabian Affolter 2ba04c2b4e python3Packages.python-Levenshtein: add pythonImportsCheck 2021-11-21 18:53:58 +01:00
Fabian Affolter 33632479f8 python3Packages.pkginfo: enable tests 2021-11-21 18:27:46 +01:00
Fabian Affolter 931e4927c6 python3Packages.pkginfo: 1.7.1 -> 1.8.1
python3Packages.pkginfo: 1.7.1 -> 1.8.1
2021-11-21 18:27:38 +01:00
Fabian Affolter d4ca0252c4 python3Packages.plexapi: 4.7.2 -> 4.8.0 2021-11-21 18:17:53 +01:00
Fabian Affolter 54962ddabc
Merge pull request #146893 from fabaff/bump-oath
python3Packages.oath: 1.4.3 -> 1.4.4
2021-11-21 18:14:55 +01:00
Thiago Kenji Okada 12634ca7f3
Merge pull request #146894 from smancill/ZHF-libtsm
libtsm: set platforms to linux only
2021-11-21 14:13:23 -03:00
Thiago Kenji Okada cdb0407fec
Merge pull request #146892 from smancill/ZHF-libite
libite: set platforms to linux + netbsd
2021-11-21 14:12:00 -03:00
Fabian Affolter 1f5ffefa45 python3Packages.goodwe: init at 0.2.7 2021-11-21 18:10:04 +01:00
Artturin 5beb83e061 tor-browser-bundle-bin: enable pulseaudio by default 2021-11-21 19:05:05 +02:00
Thiago Kenji Okada 87ae243d2e picom-next: unstable-2021-10-31 -> unstable-2021-11-19 2021-11-21 13:58:18 -03:00
Sebastián Mancilla 8996f6a2bc ctl: fix build on darwin
Patch the target_link_libraries CMake command for the IlmCtlMath library
to fix undefined symbols.

No need to make the patch darwin only.
2021-11-21 13:52:44 -03:00
linsui c4ecae1bd4 jami-*: 20211005.2.251ac7d -> 20211104.2.e80361d 2021-11-21 18:49:20 +02:00
Fabian Affolter 373eb080dc home-assistant: update component-packages 2021-11-21 17:47:28 +01:00
Fabian Affolter 71de64a139 python3Packages.afsapi: init at 0.0.4 2021-11-21 17:47:28 +01:00
Sebastián Mancilla bb898727ec hdr-plus: fix build on darwin 2021-11-21 13:44:46 -03:00
Sebastián Mancilla 0241bd3d64 libqb: fix build on darwin
Remove configure check for linker flag `--enable-new-dtags`, which fails
on darwin. The flag is never used by the Makefile anyway.
2021-11-21 13:35:50 -03:00
Sebastián Mancilla 279ef8ed7e libtsm: set platforms to linux only
libtsm 4.x uses epoll now.
2021-11-21 13:32:15 -03:00
Fabian Affolter cde18dcb92 python3Packages.oath: switch to pytestCheckHook 2021-11-21 17:30:50 +01:00
Fabian Affolter 849e45fe7a python3Packages.oath: 1.4.3 -> 1.4.4 2021-11-21 17:28:08 +01:00
Sebastián Mancilla 339974e1a8 libite: set platforms to linux + netbsd
From the README:

> This library was initially built for and developed on GNU/Linux
> systems as a light weight utility library, these days NetBSD should
> also work.
2021-11-21 13:24:28 -03:00
Fabian Affolter 0c59377977 python3Packages.sense-energy: 0.9.2 -> 0.9.3 2021-11-21 17:20:55 +01:00
Fabian Affolter 4aff9530e5 home-assistant: update component-packages 2021-11-21 17:18:22 +01:00
Fabian Affolter 3ec513d798 python3Packages.py-zabbix: init at 1.1.7 2021-11-21 17:17:59 +01:00
Rick van Schijndel 7640f6e678 callaudiod: support cross-compilation, enable strictDeps 2021-11-21 17:16:06 +01:00
Nikolay Korotkiy 625150b22d
reproxy: 0.9.0 → 0.11.0 2021-11-21 19:14:14 +03:00
Sebastián Mancilla a99b61127e arj: fix build on darwin
Fix wrong header for statfs function.

Use gccStdenv to build with GCC on all systems. GCC is hardcoded in
configure.in, but after setting CC_FOR_BUILD to cc to use Clang, the
build fails anyway when running a post-compilation command:

    clang -DLOCALE=LANG_en -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"<out>/lib/arj\"" -D_UNIX  -g -O2   -o darwin20.6.0/en/rs/arj/arj <objects_files>
    : darwin20.6.0/en/rs/arj/arj
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxjr/arjsfxjr
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying .. done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfx/arjsfx
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxv/arjsfxv
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ..... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/sfxstub/sfxstub
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    rm -f ./darwin20.6.0/en/rs/help.arj
    TZ=UTC0 ./darwin20.6.0/en/rs/arj/arj a ./darwin20.6.0/en/rs/help.arj -+ -t1f -2d -e -jm -jh65535 -jt -hdo200506231314 ./resource/en/arj?.txt
    ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia.

    Creating archive  : ./darwin20.6.0/en/rs/help.arj
    Adding    ./resource/en/arjl.txt       37.2%
    Adding    ./resource/en/arjs.txt       47.3%
    Testing arjl.txt                    OK
    Testing arjs.txt                    OK
         2 file(s)
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/help.arj
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    ./darwin20.6.0/en/rs/tools/postproc darwin20.6.0/en/rs/arj/arj
    POSTPROC v 1.30  [17/01/2003]  Not a part of any binary package!

    Patch not found
    make[1]: *** [GNUmakefile:398: darwin20.6.0/en/rs/arj/arj] Error 3
2021-11-21 13:09:42 -03:00
Artturi 53edfe1d1c
Merge pull request #146804 from Artturin/qemudefaultmem 2021-11-21 17:48:08 +02:00
Samuel Gräfenstein 4459b35304
mpv: set meta.mainProgram 2021-11-21 16:47:31 +01:00
Artturi 8d6a02b049
Merge pull request #146787 from risicle/ris-hmmer-x86_64 2021-11-21 17:46:47 +02:00
Sergei Trofimovich 194310ce7c _2048-in-terminal: 2017-11-29 -> 2021-09-12
While at it apply pending ncurses-6.3 fix. Otherwise build fails as:

    draw.c:232:9: error: format not a string literal and no format arguments [-Werror=format-security]
      232 |         mvwprintw(board_win, center, left+1, tile_str[val]);
          |         ^~~~~~~~~
2021-11-21 15:40:38 +00:00
ajs124 2500dc815c
Merge pull request #146872 from helsinki-systems/upd/icingaweb2
icingaweb2: 2.9.3 -> 2.9.4
2021-11-21 16:34:16 +01:00
Fabian Affolter feceb9ce85 home-assistant: update component-packages 2021-11-21 16:31:10 +01:00
Fabian Affolter 9981890cbc python3Packages.pyskyqhub: init at 0.1.4 2021-11-21 16:30:59 +01:00
Domen Kožar c31567f63c
Merge pull request #146786 from veprbl/pr/qvge_darwin
qvge: enable on darwin
2021-11-21 16:28:45 +01:00
Artturin 54ece050b8 nixos/qemu-vm: default memorySize 384 -> 1024
the default hasn't been changed since 2009
this can improve our test performances

nixos/tests: remove explicit memorySize <1024

1024MiB is now the default
2021-11-21 17:27:58 +02:00
Bernardo Meurer fb93af82cc cernlib: binutils 2.37 fix 2021-11-21 15:25:18 +00:00
Fabian Affolter ccfc3b0f41 checkov: 2.0.591 -> 2.0.594 2021-11-21 16:01:15 +01:00
Fabian Affolter 673c63bdce home-assistant: update component-packages 2021-11-21 15:50:21 +01:00
Fabian Affolter 64c7052abc python3Packages.eliqonline: init at 1.2.2 2021-11-21 15:47:43 +01:00
Janne Heß 05bbe40f68
cingaweb2: 2.9.3 -> 2.9.4 2021-11-21 15:42:48 +01:00
Janne Heß 996f991b5d
icingaweb2-ipl: 0.6.1 -> 0.7.0 2021-11-21 15:42:35 +01:00
Martin Weinelt 1debd0c754
Merge pull request #146784 from oxalica/test/firefox-crash 2021-11-21 15:25:14 +01:00
Fabian Affolter d70a6fe8bf home-assistant: update component-packages 2021-11-21 15:20:33 +01:00