Commit Graph
332932 Commits
Author SHA1 Message Date
Anderson TorresandGitHub 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
7c6f434candGitHub 727af7b642 Merge pull request #139763 from onny/foo2zjs
foo2zjs: add hbpl1 printers support
2021-11-20 14:26:12 +00:00
Bobby RongandGitHub 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 HilhorstandGitHub c247bf87da Merge pull request #123680 from Synthetica9/test-vscodium-wayland 2021-11-20 12:57:36 +01:00
Domen KožarandGitHub c2fc381a95 Merge pull request #146664 from smancill/ZHF-masscan
masscan: fix build on darwin
2021-11-20 14:44:53 +03:00
Domen KožarandGitHub 22388fbc02 Merge pull request #146735 from r-burns/ndk-bundle
ndk-bundle: fix build
2021-11-20 14:43:40 +03:00
Mario RodasandGitHub 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
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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 32fda5d166 python3Packages.elementpath: update ordering 2021-11-20 09:55:13 +01:00
7c6f434candGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 457d2067bd Merge pull request #146615 from fabaff/pyebus
python3Packages.pyebus: init at 1.2.4
2021-11-20 09:35:32 +01:00
Fabian AffolterandGitHub dc17300407 Merge pull request #146627 from fabaff/luxtronik
python3Packages.luxtronik: init at 0.3.9
2021-11-20 09:35:20 +01:00
Fabian AffolterandGitHub e1a5a8b496 Merge pull request #146629 from fabaff/aiohwenergy
python3Packages.aiohwenergy: init at 0.4.0
2021-11-20 09:35:10 +01:00
Fabian AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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
Vanilla 35ec24523b nixos/hbase: Fix missing top-level in hbase-site.xml 2021-11-20 15:29:36 +08:00
Alexander BantyevandGitHub f92c397491 Merge pull request #146733 from NixOS/revert-146673-balsoft/fprind-tod-fix
Revert "libfprint-tod: 1.90.7 -> 1.94.1"
2021-11-20 10:26:45 +03:00
Alexander BantyevandGitHub 72bdd5b757 Revert "libfprint-tod: 1.90.7 -> 1.94.1" 2021-11-20 10:25:35 +03:00
Ben SiraphobandGitHub 145cdd6e7e Merge pull request #146715 from smancill/ZHF-apache-airflow
apache-airflow: fix build on darwin
2021-11-20 00:57:31 -06:00
Yestin L. HarrisonandGitHub 5afe6d962c plan9port: tighten up broken 2021-11-19 21:22:09 -08:00
Thiago Kenji OkadaandGitHub fa9d6c3d93 Merge pull request #146333 from romildo/upd.rosepine-gtk-theme
rose-pine-gtk-theme: init at unstable-2021-02-22
2021-11-20 01:58:21 -03:00
Ivan Kozik 7769bdce13 python3Packages.ludios_wpull: use updated URLs
https://github.com/ludios/wpull redirects to
https://github.com/ArchiveTeam/ludios_wpull
2021-11-20 04:55:19 +00:00