Commit Graph

259931 Commits

Author SHA1 Message Date
Rouven Czerwinski
b5a0c7466c chiaki: fix build on darwin
Darwin requires qtmacextra in the buildInputs, otherwise compilation
fails with:

  CMake Error at /nix/store/05nmn6v1hrk56zqs61s2awvykha51fx9-qtbase-5.12.7-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
    By not providing "FindQt5MacExtras.cmake" in CMAKE_MODULE_PATH this project
    has asked CMake to find a package configuration file provided by
    "Qt5MacExtras", but CMake did not find one.

    Could not find a package configuration file provided by "Qt5MacExtras" with
    any of the following names:

      Qt5MacExtrasConfig.cmake
      qt5macextras-config.cmake

    Add the installation prefix of "Qt5MacExtras" to CMAKE_PREFIX_PATH or set
    "Qt5MacExtras_DIR" to a directory containing one of the above files.  If
    "Qt5MacExtras" provides a separate development package or SDK, be sure it
    has been installed.
  Call Stack (most recent call first):
    gui/CMakeLists.txt:7 (find_package)

  -- Configuring incomplete, errors occurred!
  See also "/tmp/nix-build-chiaki-2.0.1.drv-0/chiaki/build/CMakeFiles/CMakeOutput.log".
2021-01-01 09:53:27 +01:00
Rouven Czerwinski
4d461177a7 chiaki: add DualShock4 touchpad support
Chiaki supports the touchpad on DualShock4 controllers when they are
connected via USB and requires libevdev & udev for this. Add both
libraries if chiaki is to be built for a Linux host.
2021-01-01 09:52:42 +01:00
Rouven Czerwinski
536a40c3d7 chiaki: 1.3.0 -> 2.0.1
Also switch the upstream repository from github to git.sr.ht, since the
project has been moved to sourcehut.

Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
2020-12-30 21:57:55 +01:00
Sandro
2f47650c2f
Merge pull request #107645 from devhell/canto-daemon
canto-daemon: 0.9.7 -> 0.9.8
2020-12-27 15:24:52 +01:00
Florian Klink
5bfb673137
Merge pull request #107712 from flokli/iwd-fix-cross
Iwd: fix cross compilation
2020-12-27 15:20:52 +01:00
Sandro
c958c1b6b2
Merge pull request #102036 from Twey/entt-3.5.2
entt: init at 3.5.2
2020-12-27 14:59:12 +01:00
devhell
b31fada847 canto-daemon: 0.9.7 -> 0.9.8 2020-12-27 13:52:36 +00:00
Sandro
4c59687c01
Merge pull request #107716 from fabaff/proxify
proxify: init at 0.0.3
2020-12-27 14:26:12 +01:00
Fabian Affolter
fe6879bb78 proxify: init at 0.0.3 2020-12-27 14:00:18 +01:00
Florian Klink
d24918b70e iwd: fix cross compilation
This derivation uses wrapPython to wrap some "test scripts" that are
shipped in the "test" output.

As these test scripts require gobject-introspection, which doesn't
cross-compile at all, let's only patch and ship them when not
cross-compiling.
2020-12-27 13:47:52 +01:00
Thomas Tuegel
b5bf9da14d
Merge pull request #103737 from ttuegel/yq-needs-jq
yq: fix path to jq
2020-12-27 06:46:32 -06:00
Florian Klink
52261c4c27 ell: fix cross compilation
The current `fix-dbus-tests.patch` uses automake and pkgconfig to figure
out the path of `dbus-daemon`. This fails when cross-compiling, as
tests aren't run (and `checkInputs`) not available.

Instead of doing this, we can simply teach the tests to pick up
dbus-daemon from $PATH. This was also sent upstream in
https://lists.01.org/hyperkitty/list/ell@lists.01.org/thread/SQEZAIS2LZXSXGTXOW3GTAM5ZPXRLTN4/.
2020-12-27 13:20:50 +01:00
Sandro
1d6bc18b0e
Merge pull request #107690 from r-ryantm/auto-update/python3.7-django-storages
python37Packages.django-storages: 1.11 -> 1.11.1
2020-12-27 13:04:56 +01:00
Florian Klink
84d5863595
Merge pull request #106853 from flokli/mlarchive2maildir-0.0.9
mlarchive2maildir: 0.0.8 -> 0.0.9
2020-12-27 12:56:25 +01:00
Sandro
73caa04769
Merge pull request #107687 from markuskowa/upd-soapyud 2020-12-27 12:56:03 +01:00
Sandro
2afec82bf8
Merge pull request #107697 from r-ryantm/auto-update/python3.7-casbin
python37Packages.casbin: 0.14.0 -> 0.15.0
2020-12-27 12:31:45 +01:00
Markus Kowalewski
b3e155a11b
soapyuhd: fix license 2020-12-27 12:17:51 +01:00
Sandro
ab9c9cbf32
Merge pull request #107702 from kvtb/patch-1
xfce.orage: fix dead link
2020-12-27 12:07:03 +01:00
Michael Weiss
669e4df42a
Merge pull request #107669 from meutraa/update/android-studio
Update Android Studio
2020-12-27 11:58:15 +01:00
kvtb
c7ef70f6c8
xfce.orage: fix dead link 2020-12-27 10:40:04 +00:00
R. RyanTM
85deaa59aa python37Packages.casbin: 0.14.0 -> 0.15.0 2020-12-27 08:27:19 +00:00
Jörg Thalheim
c7f75838c3
Merge pull request #107674 from eliasp/yakuake-kwayland
yakuake: add missing kwayland dependency
2020-12-27 06:29:13 +00:00
Jörg Thalheim
a945fdb483
Merge pull request #107689 from flokli/raspberrypi-tools-build-x86_64-linux
raspberrypi-tools: fix build on x86_64-linux
2020-12-27 06:02:25 +00:00
Jörg Thalheim
fe05c7b320
Merge pull request #107673 from r-ryantm/auto-update/python3.7-django-contrib-comments
python37Packages.django_contrib_comments: 1.9.2 -> 2.0.0
2020-12-27 05:54:54 +00:00
Bernardo Meurer
80935d6fed
Merge pull request #107694 from r-ryantm/auto-update/you-get
you-get: 0.4.1488 -> 0.4.1500
2020-12-27 04:20:26 +00:00
Bernardo Meurer
02fac027af
Merge pull request #107677 from fabaff/teler
teler: init at 1.0.1
2020-12-27 04:13:06 +00:00
Bernardo Meurer
8eef730003
Merge pull request #107693 from marsam/update-z-lua
z-lua: 1.8.7 -> 1.8.10
2020-12-27 04:10:13 +00:00
Mario Rodas
6494b44455
Merge pull request #107628 from marsam/update-pgcli
pgcli: 3.0.0 -> 3.1.0
2020-12-26 23:09:50 -05:00
Mario Rodas
ae55b36107
Merge pull request #107692 from NixOS/update-clair
clair: 2.1.4 -> 4.0.0
2020-12-26 23:08:00 -05:00
R. RyanTM
0e0b9c7af5 you-get: 0.4.1488 -> 0.4.1500 2020-12-27 03:35:40 +00:00
R. RyanTM
28f5b0852b python37Packages.django-storages: 1.11 -> 1.11.1 2020-12-27 02:57:45 +00:00
Mario Rodas
e8ee6c3511
Merge pull request #106779 from anhdle14/tfsec-0.36.10
tfsec: 0.27.0 -> 0.36.10
2020-12-26 21:57:26 -05:00
Anderson Torres
086946df11
Merge pull request #91203 from davidak/zsa
nixos/zsa: init at unstable-2020-12-16
2020-12-26 23:53:48 -03:00
Silvan Mosberger
9ed0fa8cf3
Merge pull request #106561 from esotericnonsense/esoteric/fix-aiomysql
python3Packages.aiomysql: fix patch to dependencies
2020-12-27 03:47:10 +01:00
Florian Klink
b1fb82e979 raspberrypi-tools: fix build on x86_64-linux
This allows using tools such as dtmerge on x86_64-linux.
2020-12-27 03:29:25 +01:00
markuskowa
1cf19342f4
Merge pull request #107686 from markuskowa/upd-slurm
slurm: 20.11.0.1 -> 20.11.2.1
2020-12-27 03:17:40 +01:00
Markus Kowalewski
a915c8f33b
soapyuhd: 0.3.6 -> 0.4.1 2020-12-27 03:11:58 +01:00
Markus Kowalewski
38aeda920c
slurm: 20.11.0.1 -> 20.11.2.1 2020-12-27 02:48:57 +01:00
Sandro
9c304aa096
Merge pull request #103818 from sternenseemann/fonttools-4.17.0
pythonPackages.fonttools: 4.14.0 → 4.18.2
2020-12-27 02:38:28 +01:00
Sandro
819561a70b
Merge pull request #107651 from rmcgibbo/datasette
datasette: 0.46 -> 0.53
2020-12-27 02:25:54 +01:00
Sandro
441ccfeb5b
Merge pull request #104982 from sikmir/cudatext
cudatext: 1.115.0 → 1.118.2
2020-12-27 02:18:47 +01:00
Sandro
d8197b2961
Merge pull request #107560 from Vonfry/init/netease-music-tui
netease-music-tui: init at v0.1.2
2020-12-27 02:18:23 +01:00
Sandro
ff43f619a3
Merge pull request #107671 from r-ryantm/auto-update/python3.7-Flask-Testing
python37Packages.flask_testing: 0.8.0 -> 0.8.1
2020-12-27 02:15:51 +01:00
R. RyanTM
0b4e4bcb05
python37Packages.django_contrib_comments: 1.9.2 -> 2.0.0 2020-12-27 02:07:31 +01:00
Sandro
c2dcb3b3e0
Merge pull request #107675 from r-ryantm/auto-update/python3.7-ciscomobilityexpress
python37Packages.ciscomobilityexpress: 0.3.9 -> 1.0.0
2020-12-27 01:53:16 +01:00
Robert Scott
23c1004704
Merge pull request #107454 from risicle/ris-credhub-cli
credhub-cli: init at 2.9.0
2020-12-27 00:51:35 +00:00
Sandro
ce8a3f7b6f
Merge pull request #107683 from blitz/fix-ckermit
kermit: use postPatch instead of patchPhase
2020-12-27 01:51:01 +01:00
Sandro
bdd6a432fd
Merge pull request #107615 from fabaff/naabu
naabu: init at 2.0.3
2020-12-27 01:38:25 +01:00
Julian Stecklina
a48184dccc kermit: use postPatch instead of patchPhase
This is necessary to regain the ability to add patches via overrides.
2020-12-27 01:34:35 +01:00
Sandro
09794ef0dd
Merge pull request #107512 from thiagokokada/bump-cpuset 2020-12-27 01:23:58 +01:00