Commit Graph

527871 Commits

Author SHA1 Message Date
Ludovico Piero
59ce52e553
dmenu-bluetooth: init at unstable-2023-07-16 2023-09-21 18:05:46 +09:00
Weijia Wang
92b4bda85e
Merge pull request #256254 from numinit/binsort
binsort: init at 0.4-1
2023-09-21 11:04:46 +02:00
Vincent Laporte
7c33c8d452 coqPackages.itauto: enable for Coq 8.18 2023-09-21 11:02:55 +02:00
Vincent Laporte
2abfae9e9b coq: 8.17.1 -> 8.18.0 2023-09-21 11:02:55 +02:00
Vincent Laporte
0de60535c9 coqPackages.flocq: 4.1.1 → 4.1.3 2023-09-21 11:02:55 +02:00
Niols
3b49077fbe ocamlPackages.opam-publish: init at 2.2.0 2023-09-21 10:57:54 +02:00
Niols
702f067ff0 licenses: add OCaml LGPL Linking Exception 2023-09-21 10:57:54 +02:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain (#255902)
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Weijia Wang
13526b82c2
Merge pull request #256199 from wegank/ogre-bump
ogre: 14.0.1 -> 14.1.0
2023-09-21 10:28:02 +02:00
Weijia Wang
3a087e0250
Merge pull request #256355 from wegank/mongoose-bump
mongoose: 3.0.5 -> 3.2.1
2023-09-21 10:27:12 +02:00
Weijia Wang
34cce71cad
Merge pull request #256404 from wegank/heptagon-refactor
heptagon: refactor
2023-09-21 10:25:03 +02:00
Martino Fontana
dd2277f8b2 bottles: move GStreamer deps in a separate variable 2023-09-21 10:22:00 +02:00
Martino Fontana
e19d87d2ec bottles: fix GStreamer on 32 bit apps
Because of the gst_all_1 input, 64 bit GStreamer was sneaking into the 32 bit libs.

Basically:
```nix
{ buildFHSEnv
, gst_all_1 # Because of this input...
}:
buildFHSEnv {
  multiPkgs = pkgs: with pkgs; {
    # This is both 32 bit and 64 bit
    hello

    # ...this is target arch only (bcause the `with pkgs;` doesn't apply in this case)
    gst_all_1.gst-plugins-base
  };
}
```

This commit removes the `gst_all_1` input to correct that.

Also removes setting `GST_PLUGIN_PATH`, as it doesn't seem necessary anymore.
(That env is the reason why I added the `gst_all_1` input and accidentally causing the issue in the first place. Ugh...)

Closes #207641.
2023-09-21 10:21:53 +02:00
Anthony Roussel
daf602d9fc
displaylink: add passthru.tests.displaylink 2023-09-21 10:15:39 +02:00
Anthony Roussel
89052d98aa
displaylink: 5.7.0-61.129 -> 5.8.0-63.33
https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.8
2023-09-21 10:15:39 +02:00
Anthony Roussel
812b1f2955
linuxPackages.evdi: 1.13.1 -> 1.14.1
https://github.com/DisplayLink/evdi/compare/v1.13.1...v1.14.1
2023-09-21 10:15:39 +02:00
Jon Seager
8dcd2545ab
homepage-dashboard: 0.6.29 -> 0.6.35 2023-09-21 09:14:07 +01:00
Charlotte Van Petegem
b60565ed4d
bluej: use dpkg instead of manual preUnpackHook 2023-09-21 09:57:11 +02:00
Charlotte Van Petegem
11e7a4161f
greenfoot: 3.7.1 -> 3.8.0
https://greenfoot.org/version_history

Also did some cleanup of the derivation to make it more like bluej (a very
closely related program).
2023-09-21 09:57:11 +02:00
Fabian Affolter
3b6bbfa609 python311Packages.dvc-data: 2.16.1 -> 2.16.3
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.16.1...2.16.3

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.16.3
2023-09-21 09:43:10 +02:00
Fabian Affolter
0ee55af2ec python311Packages.scrapy: disable failing test 2023-09-21 09:29:46 +02:00
Fabian Affolter
77cbaa4918
Merge pull request #256369 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 2.70 -> 2.9.0
2023-09-21 09:21:13 +02:00
Alyssa Ross
1293c41800
foot: enable debug info 2023-09-21 07:17:22 +00:00
Artturin
2690299f18 microcodeAmd: fix cross-compilation 2023-09-21 09:50:17 +03:00
hexchen
8ec182e570 nixos/prometheus: fix blackbox exporter 2023-09-21 08:49:10 +02:00
Fabian Affolter
709a1cc0bf
Merge pull request #256357 from wegank/pyngrok-bump
python310Packages.pyngrok: 6.1.2 -> 7.0.0
2023-09-21 08:40:55 +02:00
IogaMaster
5c3a366f0c Make postman and beekeeper compatible with NIXOS_OZONE_WL 2023-09-21 08:40:06 +02:00
Jörg Thalheim
53204fe466
Merge pull request #256423 from Artturin/fixwritecbin
writers.writeCBin: fix binary name when cross-compiling
2023-09-21 08:36:09 +02:00
Fabian Affolter
37cd85b2e4 python311Packages.botocore-stubs: 1.31.50 -> 1.31.52 2023-09-21 08:35:53 +02:00
Fabian Affolter
c275dc87e1
Merge pull request #256370 from fabaff/google-cloud-videointelligence-bump
python311Packages.google-cloud-videointelligence: 2.11.3 -> 2.11.4
2023-09-21 08:34:05 +02:00
Matthias Beyer
05f84b9119
Merge pull request #256406 from figsoda/nextest
cargo-nextest: 0.9.57 -> 0.9.58
2023-09-21 08:33:51 +02:00
Fabian Affolter
bb45b7b3a5
Merge pull request #256371 from fabaff/google-cloud-websecurityscanner-bump
python311Packages.google-cloud-websecurityscanner: 1.12.2 -> 1.12.3
2023-09-21 08:33:12 +02:00
Fabian Affolter
20b9a64714
Merge pull request #256363 from fabaff/google-cloud-resource-manager-bump
python311Packages.google-cloud-resource-manager: 1.10.3 -> 1.10.4
2023-09-21 08:28:23 +02:00
Fabian Affolter
7672ebdc75
Merge pull request #256367 from fabaff/google-cloud-language-bump
python311Packages.google-cloud-language: 2.11.0 -> 2.11.1
2023-09-21 08:27:57 +02:00
Fabian Affolter
acc61f0941
Merge pull request #256366 from fabaff/google-cloud-secret-manager-bump
python311Packages.google-cloud-secret-manager: 2.16.3 -> 2.16.4
2023-09-21 08:27:47 +02:00
Fabian Affolter
910a80d3f4
Merge pull request #256364 from fabaff/google-cloud-redis-bump
python311Packages.google-cloud-redis: 2.13.1 -> 2.13.2
2023-09-21 08:27:36 +02:00
Fabian Affolter
2f3e414337
Merge pull request #256373 from fabaff/json-schema-for-humans-bump
python311Packages.json-schema-for-humans: 0.45.1 -> 0.45.2
2023-09-21 08:27:15 +02:00
Fabian Affolter
cb9abba781
Merge pull request #256374 from fabaff/ismartgate-bump
python311Packages.ismartgate: 4.0.4 -> 5.0.1
2023-09-21 08:26:29 +02:00
Fabian Affolter
bf6ee6865e
Merge pull request #256376 from fabaff/meshtastic-bump
python311Packages.meshtastic: 2.2.5 -> 2.2.6
2023-09-21 08:26:16 +02:00
Fabian Affolter
894af43a8d
Merge pull request #256383 from fabaff/s3fs-bump
python311Packages.s3fs: 2023.9.0 -> 2023.9.1
2023-09-21 08:25:53 +02:00
Fabian Affolter
a7c6d6045b
Merge pull request #256384 from fabaff/python-benedict-bump
python311Packages.python-benedict: 0.32.0 -> 0.32.1
2023-09-21 08:25:39 +02:00
Fabian Affolter
fedb103862
Merge pull request #256399 from fabaff/adafruit-platformdetect-bump
python311Packages.adafruit-platformdetect: 3.52.1 -> 3.52.3
2023-09-21 08:25:24 +02:00
Fabian Affolter
0e52989bec
Merge pull request #256386 from fabaff/rarfile-bump
python311Packages.rarfile: 4.0 -> 4.1
2023-09-21 08:25:17 +02:00
Adam Joseph
ea61be413c gcc: set GFORTRAN_FOR_TARGET on cross-built native compilers
For a cross-built native compiler, i.e. build!=(host==target), the
bundled libgfortran needs a gfortran which can run on the
buildPlatform and emit code for the targetPlatform.  The compiler
which is built alongside gfortran in this configuration doesn't meet
that need: it runs on the hostPlatform.

This commit passes the necessary compiler via `GFORTRAN_FOR_TARGET`,
using `pkgsBuildTarget.gfortran`.
2023-09-21 09:24:56 +03:00
Fabian Affolter
fb1bff15bb
Merge pull request #256398 from fabaff/certipy-ad-bump
python311Packages.certipy-ad: 4.8.0 -> 4.8.1
2023-09-21 08:24:55 +02:00
Fabian Affolter
5b2ffea7db
Merge pull request #256389 from fabaff/slackclient-bump
python311Packages.slackclient: 3.21.3 -> 3.22.0
2023-09-21 08:24:42 +02:00
Fabian Affolter
7ded0bdacc
Merge pull request #256391 from fabaff/yaramod-bump
python311Packages.yaramod: 3.20.1 -> 3.20.2
2023-09-21 08:24:24 +02:00
Fabian Affolter
c2849fd089
Merge pull request #256392 from fabaff/mediawriter-bump
mediawriter: 5.0.7 -> 5.0.8
2023-09-21 08:24:13 +02:00
Fabian Affolter
3d0d9ef43a
Merge pull request #256393 from fabaff/checkov-bump
checkov: 2.4.42 -> 2.4.47
2023-09-21 08:24:02 +02:00
Fabian Affolter
d02efd6bd3
Merge pull request #256395 from fabaff/mypy-boto3-s3-bump
python311Packages.mypy-boto3-s3: 1.28.36 -> 1.28.52
2023-09-21 08:23:51 +02:00