Commit graph

389831 commits

Author SHA1 Message Date
Jan Tojnar 6a7da5b520 geocode-glib: fix installed tests 2022-07-02 20:14:11 +02:00
github-actions[bot] bcbc4d0789
Merge staging-next into staging 2022-07-02 18:02:06 +00:00
github-actions[bot] 239c4e701d
Merge master into staging-next 2022-07-02 18:01:29 +00:00
Sergei Trofimovich 7be0e091bd sbcl: pull darwin fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on darwin as:

    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        traceroot.o
    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        gencgc.o
2022-07-02 18:53:43 +01:00
AtilaSaraiva 5489715475 deepwave: init at 0.0.11 2022-07-02 14:44:06 -03:00
wackbyte 85ab32d794
wasynth: 0.10.0 -> 0.11.0 2022-07-02 13:35:37 -04:00
sternenseemann f76ac449d1 srcOnly: fix with separateDebugInfo and/or multiple outputs
Before this change `srcOnly git` gives:

    duplicate derivation output 'debug', at pkgs/stdenv/generic/make-derivation.nix:270:7

This was because separateDebugInfo = true was passed on to the srcOnly
mkDerivation as well as the outputs list _including_ the debug output.
Luckily we don't need to untangle this mess since srcOnly is only
supposed to have a single output anyways.
2022-07-02 19:32:24 +02:00
Vincent Laporte 22a183bf78 ocamlPackages.hacl_x25519: remove at 0.2.2 2022-07-02 19:26:32 +02:00
Vincent Laporte f5ad4e7964 ocamlPackages.awa: 0.0.5 → 0.1.0 2022-07-02 19:26:32 +02:00
Fabian Affolter eced91d2f8
Merge pull request #179776 from fabaff/pip-audit-bump
pip-audit: 2.3.4 -> 2.4.0
2022-07-02 19:09:07 +02:00
Fabian Affolter 391e56b71f
Merge pull request #179777 from fabaff/yara-bump
yara: 4.2.1 -> 4.2.2
2022-07-02 19:08:56 +02:00
R. Ryantm 85752ae390 python310Packages.trimesh: 3.12.6 -> 3.12.7 2022-07-02 16:07:32 +00:00
Et7f3 6b820ecfab
nixos: systemd: add missing sliceToUnit (#179841)
Seem to be omitted in 022b4209a3 (diff-5ea4693beb4bdd8f7efcdd3204ceea67c86f59b3d1c28cde063ddf03e1d20fbfL29).
2022-07-02 18:56:53 +03:00
Benjamin Koch 388dfb39f5 openfpgaloader: 0.6.0 -> 0.8.0 2022-07-02 17:46:32 +02:00
Benjamin Koch c00e3a79c1 openfpgaloader: add optional dependencies
This avoids the following missing features:

    hidapi-libusb not found: cmsis_dap support disabled
    zlib library not found: can't flash intel/altera devices
2022-07-02 17:41:31 +02:00
AndersonTorres d7d1174c93 bochs: new recursive style 2022-07-02 12:36:06 -03:00
R. Ryantm d9d051d6dd python310Packages.aesara: 2.7.3 -> 2.7.4 2022-07-02 08:23:45 -07:00
Gabriel Ebner 4af0391634
Merge pull request #179889 from arjan-s/khal-0.10.5
khal: 0.10.4 -> 0.10.5
2022-07-02 17:22:27 +02:00
Anderson Torres 1ef1d6caf9
Merge pull request #179605 from fortuneteller2k/hilbish
hilbish: 1.0.4 -> 1.2.0
2022-07-02 12:18:11 -03:00
Anderson Torres 2d48f0c18a
Merge pull request #179715 from WeebSorceress/trackma
trackma: init at 0.8.4
2022-07-02 12:08:15 -03:00
R. Ryantm 13b9616f7e python310Packages.pex: 2.1.93 -> 2.1.94 2022-07-02 08:07:51 -07:00
R. Ryantm b8b42d6c77 python310Packages.asf-search: 3.2.2 -> 4.0.1 2022-07-02 08:03:22 -07:00
R. Ryantm bd6fe08cc0 python310Packages.peaqevcore: 2.1.1 -> 3.0.5 2022-07-02 08:03:13 -07:00
R. Ryantm 7f74d98bdc python310Packages.pyjet: 1.8.2 -> 1.9.0 2022-07-02 08:03:08 -07:00
R. Ryantm 8f9d066909 python310Packages.pywayland: 0.4.12 -> 0.4.13 2022-07-02 08:03:03 -07:00
Kevin Cox 7fa053c119
Merge pull request #178811 from noneucat/fix/nixops_python39
nixops_unstable: fix build
2022-07-02 11:01:28 -04:00
WeebSorceress a2403ed37f
trackma: init at 0.8.4 2022-07-02 11:38:59 -03:00
Gabriel Ebner b22a6350f5
Merge pull request #179907 from SnVIZQ/snvizq/freecad/issue#179228
freecad: fix crash when selecting color of a solid
2022-07-02 16:36:11 +02:00
T0astBread 5249031660
nixos/tests: add swap-partition test 2022-07-02 15:37:08 +02:00
T0astBread 4c77ffb38f
nixos/tests: add non-default-filesystems test 2022-07-02 15:37:08 +02:00
T0astBread 87cd533a32
nixos/qemu-vm: allow custom partitions and filesystems in VM
Potential use cases for disabling `useDefaultFilesystems` include:

  - Testing with uncommon filesystem layouts
  - Testing scenarios where swapping occurs
  - Testing with LUKS-encrypted disks

Closes #177963
2022-07-02 15:37:08 +02:00
Vladimír Čunát aab2ab55a4
Merge #167671: cmake: Fix a darwin-specific patch
...into staging-next.  I assume that applying on non-Darwin was
just temporary for testing, so I cut that part to avoid rebuilds.
2022-07-02 15:30:32 +02:00
Anderson Torres 904cf8a5ee
Merge pull request #175197 from aacebedo/master
swaysettings: init at 0.3.0
2022-07-02 10:09:17 -03:00
Jan Tojnar f58225ffd4
Merge pull request #179849 from jtojnar/gnome
GNOME updates
2022-07-02 15:07:52 +02:00
Anderson Torres 3f95f40786
Merge pull request #179732 from toastal/u001-font
u001-font: init at unstable-2016-08-01
2022-07-02 10:03:51 -03:00
Juraj Hercek 269b500073 freecad: fix crash when selecting color of a solid
FreeCAD crashes when user wants to select color of a solid with
following console message (long lines wrapped):

    $ nix run nixpkgs#freecad
    FreeCAD 0.20, Libs: 0.20RUnknown
    © Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
    FreeCAD is free and open-source software licensed under the terms of
    LGPL2+ license.
    FreeCAD wouldn't be possible without FreeCAD community.
      #####                 ####  ###   ####
      #                    #      # #   #   #
      #     ##  #### ####  #     #   #  #   #
      ####  # # #  # #  #  #     #####  #   #
      #     #   #### ####  #    #     # #   #
      #     #   #    #     #    #     # #   #  ##  ##  ##
      #     #   #### ####   ### #     # ####   ##  ##  ##

    (freecad:19737): GLib-GIO-ERROR **: 14:33:02.511: Settings schema
    'org.gtk.Settings.ColorChooser' is not installed
    fish: Job 1, 'nix run nixpkgs#freecad' terminated by signal SIGTRAP
    (Trace or breakpoint trap)

This patch adds hooks for GApps to relevant places in order to make
FreeCAD finding the Color Chooser dialog schema effectively preventing
crash from happening.
2022-07-02 14:45:37 +02:00
Kirill Radzikhovskyy 2de1b09bf0 neovide: fixup hash 2022-07-02 14:40:52 +02:00
Bobby Rong 16c19219d3
Merge pull request #179430 from teozkr/update/tilt-0.30.4
tilt: 0.30.0 -> 0.30.4
2022-07-02 20:20:01 +08:00
Arjan Schrijver f4b3fb0703 khal: 0.10.4 -> 0.10.5 2022-07-02 14:19:27 +02:00
Bobby Rong 5fddf55688
Merge pull request #179309 from jojosch/jellyfin-media-player-update
jellyfin-media-player: 1.7.0 -> 1.7.1
2022-07-02 20:11:28 +08:00
Bobby Rong 4dd2d36ff1
Merge pull request #179326 from kilianar/sirula
sirula: unstable-2021-10-12 -> 1.0.0
2022-07-02 20:08:32 +08:00
Bobby Rong 1c0eb6898e
Merge pull request #179267 from mstone/wasm-bindgen-cli-0.2.81
wasm-bindgen-cli: 0.2.80 -> 0.2.81
2022-07-02 20:03:41 +08:00
github-actions[bot] 8517eca5ed
Merge staging-next into staging 2022-07-02 12:01:53 +00:00
github-actions[bot] cc49d572ac
Merge master into staging-next 2022-07-02 12:01:18 +00:00
Bobby Rong 8135380d16
Merge pull request #179087 from r-ryantm/auto-update/flat-remix-icon-theme
flat-remix-icon-theme: 20220304 -> 20220525
2022-07-02 19:41:27 +08:00
Bobby Rong 347475c8cb
Merge pull request #179046 from r-ryantm/auto-update/flacon
flacon: 9.0.0 -> 9.1.0
2022-07-02 19:30:23 +08:00
Bobby Rong 04ed825068
Merge pull request #179115 from r-ryantm/auto-update/featherpad
featherpad: 1.2.0 -> 1.3.0
2022-07-02 19:23:33 +08:00
Bobby Rong bb0b02cc71
Merge pull request #179072 from r-ryantm/auto-update/flat-remix-gtk
flat-remix-gtk: 20220427 -> 20220527
2022-07-02 19:10:34 +08:00
Bobby Rong 660ac43ff9
Merge pull request #179157 from Vonfry/update/fcitx5-20220626
fcitx5 and its plugins: update
2022-07-02 17:58:52 +08:00
Bobby Rong 0ea7a8f1b9
Merge pull request #178937 from r-ryantm/auto-update/alfaview
alfaview: 8.45.0 -> 8.47.0
2022-07-02 17:26:05 +08:00