3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

332939 commits

Author SHA1 Message Date
Guillaume Girol 3372278ecb
Merge pull request #146129 from gbtb/rocketchat-desktop_wrapGAppsHook
rocketchat-desktop: added wrapGAppsHook, 3.5.7 -> 3.6.0
2021-11-20 15:54:47 +00:00
Vladimír Čunát e2940290fa
Merge #146037: cxxtools: fix build on aarch64 2021-11-20 16:39:14 +01:00
Vladimír Čunát 118dfcc019
Merge #145974: unicorn: fix build on aarch64 + py checks 2021-11-20 16:37:47 +01:00
Janne Heß e7467023d0
Merge pull request #146524 from igsha/master
fetchgitlab: fix unexpected argument
2021-11-20 16:33:50 +01:00
Vladimír Čunát e4afe81567
Merge #144935: llvmPackages_7.libcxxabi: fix build with gcc 2021-11-20 16:23:31 +01:00
Kira Bruneau 8c0dd9c574
Merge pull request #146739 from chvp/bump-pywlroots
pywlroots: 0.14.9 -> 0.14.11
2021-11-20 09:44:25 -05:00
Fabian Affolter f3ae4d9cc3 python3Packages.restrictedpython: 5.1 -> 5.2 2021-11-20 15:34:08 +01:00
Anderson Torres 9377c08f8a
Merge pull request #146741 from trofi/fix-afterstep-for-binutils-2.36
afterstep: fix build on upcoming binutils-2.36
2021-11-20 11:30:33 -03:00
7c6f434c 727af7b642
Merge pull request #139763 from onny/foo2zjs
foo2zjs: add hbpl1 printers support
2021-11-20 14:26:12 +00:00
Bobby Rong 7611e53fcd
Merge pull request #146474 from trofi/update-nmon
nmon: 16m -> 16n
2021-11-20 22:16:24 +08:00
Kira Bruneau 62b541455d ccache: 4.5 → 4.5.1 2021-11-20 08:48:49 -05:00
Thiago Kenji Okada f435d7d631 retroarch: fix build on macOS, mark as broken
With those changes retroarch builds on Darwin, but the executable itself
is broken.
2021-11-20 10:41:46 -03:00
Thiago Kenji Okada 36f6fd1f41 nixos/doc: add release notes about retroarch changes 2021-11-20 16:34:01 -03:00
Thiago Kenji Okada 03e35cfb65 retroarch: use fixed paths on "libretro_info_path"
This commit introduces a patch that hardcodes "libretro_info_path"
directly in the RetroArch code, without the issues of the previous
approach.

With this commit, RetroArch stops reading "libretro_info_path" from
`retroarch.cfg` file, and always use the default.
2021-11-20 16:34:01 -03:00
Thiago Kenji Okada cbcd3d6c85 retroarchFull: init
This is retroarch + all available retroarch cores.
2021-11-20 16:19:13 -03:00
Thiago Kenji Okada 24095a994c retroArchCores: remove
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:

```nix
nixpkgs.config.retroarch = {
  enableDolphin = true;
  enableMGBA = true;
  enableMAME = true;
};
```

To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.

However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:

```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```

So let's remove `retroArchCores` and leave the overrides mechanism
instead.
2021-11-20 16:19:13 -03:00
Jonas Heinrich 8afdfa9896 foo2zjs: add hbpl1 printers support 2021-11-20 14:24:31 +01:00
Vladimir Serov a6eeab7ab7
super-slicer-staging: 2.3.57.0 -> 2.3.57.6 2021-11-20 15:59:05 +03:00
Fabian Affolter 6ba4962a15 python3Packages.nessclient: enable tests 2021-11-20 13:13:49 +01:00
Patrick Hilhorst c247bf87da
Merge pull request #123680 from Synthetica9/test-vscodium-wayland 2021-11-20 12:57:36 +01:00
Domen Kožar c2fc381a95
Merge pull request #146664 from smancill/ZHF-masscan
masscan: fix build on darwin
2021-11-20 14:44:53 +03:00
Domen Kožar 22388fbc02
Merge pull request #146735 from r-burns/ndk-bundle
ndk-bundle: fix build
2021-11-20 14:43:40 +03:00
Mario Rodas 2e9e94a32d
Merge pull request #146720 from marsam/fix-grpc-aarch64
grpc: fix build on aarch64
2021-11-20 06:41:46 -05:00
Fabian Affolter a05acfc2c0 python3Packages.pyads: 3.3.8 -> 3.3.9 2021-11-20 12:23:16 +01:00
Yurii Matsiuk 5efc4fbb0c
fprintd-tod: fix the build 2021-11-20 12:08:45 +01:00
Yurii Matsiuk 1b2f4e09b6
Update pkgs/tools/security/fprintd/tod.nix
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2021-11-20 12:07:20 +01:00
Yurii Matsiuk 3cabab8586
fprintd-tod: fix the build 2021-11-20 12:04:35 +01:00
Fabian Affolter fbd8c90829 python3Packages.flux-led: 0.24.24 -> 0.24.25 2021-11-20 11:55:17 +01:00
Sergei Trofimovich 5da59495a3 afterstep: fix build on upcoming binutils-2.36
Without the change build fails on binutils-2.36 as:

    ar clq libAfterBase.a ashash.o ...
    ar: libdeps specified more than once
2021-11-20 10:39:25 +00:00
Patrick Hilhorst 6b9977942a
nixosTests.vscodium: add comments 2021-11-20 11:26:30 +01:00
Fabian Affolter a03719be2e
Merge pull request #146704 from jonringer/bump-xmlschema-182
python3Packages.xmlschema: 1.8.1 -> 1.8.2
2021-11-20 11:04:47 +01:00
Charlotte Van Petegem 51556957bf
pywlroots: 0.14.9 -> 0.14.11 2021-11-20 10:52:19 +01:00
Fabian Affolter 4abd9ab0f3
Merge pull request #145948 from r-ryantm/auto-update/python38Packages.elementpath
python38Packages.elementpath: 2.3.2 -> 2.4.0
2021-11-20 10:15:28 +01:00
Fabian Affolter 32fda5d166
python3Packages.elementpath: update ordering 2021-11-20 09:55:13 +01:00
7c6f434c fe8c173ab0
Merge pull request #146736 from S-NA/updates/nilfs-utils
nilfs-utils: explicitly enable libmount
2021-11-20 08:45:44 +00:00
Fabian Affolter a085c537ce
Merge pull request #146699 from fabaff/bump-tweepy
python3Packages.tweepy: 4.3.0 -> 4.4.0
2021-11-20 09:38:09 +01:00
Fabian Affolter 910fc745e6
Merge pull request #146612 from fabaff/vulcan-api
python3Packages.vulcan-api: init at 2.0.3
2021-11-20 09:37:58 +01:00
Fabian Affolter 2c5db24c98
Merge pull request #146592 from fabaff/bump-millheater
python3Packages.millheater: 0.8.1 -> 0.9.0
2021-11-20 09:36:13 +01:00
Fabian Affolter e8959dc092
Merge pull request #146593 from fabaff/bump-roombapy
python3Packages.roombapy: 1.6.3 -> 1.6.4
2021-11-20 09:36:03 +01:00
Fabian Affolter 457d2067bd
Merge pull request #146615 from fabaff/pyebus
python3Packages.pyebus: init at 1.2.4
2021-11-20 09:35:32 +01:00
Fabian Affolter dc17300407
Merge pull request #146627 from fabaff/luxtronik
python3Packages.luxtronik: init at 0.3.9
2021-11-20 09:35:20 +01:00
Fabian Affolter e1a5a8b496
Merge pull request #146629 from fabaff/aiohwenergy
python3Packages.aiohwenergy: init at 0.4.0
2021-11-20 09:35:10 +01:00
Fabian Affolter 72d53e6896
Merge pull request #146674 from fabaff/bump-checkov
checkov: 2.0.587 -> 2.0.591
2021-11-20 09:34:49 +01:00
Fabian Affolter d1d511080e
Merge pull request #146675 from fabaff/bump-faraday-plugins
python3Packages.faraday-plugins: 1.5.6 -> 1.5.7
2021-11-20 09:34:39 +01:00
Fabian Affolter 7e64ca0d1e
Merge pull request #146680 from fabaff/bump-identify
python3Packages.identify: 2.3.7 -> 2.4.0
2021-11-20 09:34:28 +01:00
Fabian Affolter 35570d838b
Merge pull request #146689 from fabaff/bump-pyatmo
python3Packages.pyatmo: 6.1.0 -> 6.2.0
2021-11-20 09:34:12 +01:00
Fabian Affolter 8583a20fc7
Merge pull request #146694 from fabaff/bump-pyupgrade
python3Packages.pyupgrade: 2.29.0 -> 2.29.1
2021-11-20 09:34:02 +01:00
Fabian Affolter 908b863e83
Merge pull request #146560 from fabaff/bump-trivy
trivy: 0.20.2 -> 0.21.0
2021-11-20 09:33:39 +01:00
S. Nordin Abouzahra 747436dee1 nilfs-utils: explicitly enable libmount
Despite what the README says, libmount support is not enabled by
default and needs to be enabled explicitly. Without libmount support
the GC daemon (nilfs_cleanerd) is not started at mount.
2021-11-20 03:14:11 -05:00
Ryan Burns 15111f8a9a ndk-bundle: fix build
Since b79483d2b7,
the various architectures of the prebuilt libraries cause
errors, so we need to tell patchelf to ignore missing deps.
2021-11-19 23:37:11 -08:00