3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

333117 commits

Author SHA1 Message Date
Guillaume Girol 3db958ab4c
Merge pull request #145052 from oxzi/openrct2-0.3.5
openrct2: 0.3.4.1 -> 0.3.5
2021-11-20 16:29:09 +00:00
Kira Bruneau 08d0261255
Merge pull request #146764 from fabaff/bump-restrictedpython
python3Packages.restrictedpython: 5.1 -> 5.2
2021-11-20 11:28:33 -05:00
Fabian Affolter bc9a53bb2f
Merge pull request #146677 from NixOS/home-assistant
home-assistant: 2021.11.4 -> 2021.11.5
2021-11-20 17:25:55 +01:00
Michael Weiss 62c3931a11
Merge pull request #146678 from primeos/chromiumBeta
chromiumBeta: 96.0.4664.45 -> 97.0.4692.20
2021-11-20 17:24:05 +01:00
Michael Weiss 241c145226
chromiumDev: 97.0.4692.20 -> 98.0.4710.4 2021-11-20 17:23:24 +01:00
Guillaume Girol 73f81a044c
Merge pull request #146244 from pimeys/prisma-3.5.0
prisma: 3.4.0 -> 3.5.0
2021-11-20 15:56:35 +00:00
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
Ryan Horiguchi 195a579890
gnomeExtensions.caffeine remove manual packaging and use extension overrides 2021-11-20 13:42:16 +01:00
Fabian Affolter 6ba4962a15 python3Packages.nessclient: enable tests 2021-11-20 13:13:49 +01:00
Ryan Horiguchi 0cd1cbefe6
gnomeExtensions: auto-update 2021-11-20 12:58:00 +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
Fabian Affolter 18aca788e5 python3Packages.pysecuritas: init at 0.1.6 2021-11-20 12:13:56 +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 a4dd21a6cd dnsx: 1.0.6 -> 1.0.7 2021-11-20 12:01:03 +01:00
Fabian Affolter fbd8c90829 python3Packages.flux-led: 0.24.24 -> 0.24.25 2021-11-20 11:55:17 +01:00
Fabian Affolter bf8619a820 python3Packages.pynina: init at unstable-2021-11-11 2021-11-20 11:43:37 +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 ea767b1395 python3Packages.qnap-qsw: init at 0.3.0 2021-11-20 11:13:58 +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 94cde3d3db python3Packages.halohome: init at 0.4.0 2021-11-20 10:40:43 +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