Commit Graph

259657 Commits

Author SHA1 Message Date
Sandro 5734a9fb88
Merge pull request #102034 from spacefrogg/fusionInventory
FusionInventory: 2.3.21 -> 2.6
2020-12-20 17:37:55 +01:00
Marc Seeger 674a99882c Maintainers: Add rb2k to maintainers list. 2020-12-20 08:36:43 -08:00
Rouven Czerwinski eee562ffb5 bintools-wrapper: fix inverted link32 check
The new skip for the dynamic linker introduced in
ccfd26ef14 ("bintools-wrapper: skip dynamic linker for static
binaries") includes a change in behaviour, previously the $link32
variable was checked using an arithmetic expression via (( )). This
returns zero if the output of the arithmetic expression is nonzero, i.e.
link32=1 would return zero and the if condition would be executed.
The code refactored this to use "$link32" = "0" which is incorrect in
this case, since we want this if conditional to run if $link32 is 1.

Small shell excerpt for clarity:

$ export link32=1
$ export cookie=1
$ if [[ "$cookie" = "1" ]] && (( "$link32" )); then echo "do some stuff"; fi;
do some stuff
$ if [[ "$cookie" = "1" && "$link32" = "0" ]]; then echo "do some stuff"; fi;
$

Change it to check for $link32 = "1", as the previous code did.
2020-12-20 17:27:16 +01:00
Vladyslav M e853b90763
pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24 2020-12-20 18:04:51 +02:00
Mario Rodas ce5f25d57e
Merge pull request #107236 from marsam/update-postgresql-postgis
postgreslPackages.postgis: 3.0.3 -> 3.1.0
2020-12-20 11:03:58 -05:00
Sandro 8026d62734
Merge pull request #75378 from dmrauh/add/wsnsimpy
pythonPackages.wsnsimpy: init at 0.2.5
2020-12-20 17:02:02 +01:00
Sandro 6efd4d4343
Merge pull request #106439 from Xottab-DUTY/patch-2
openxray: update package description
2020-12-20 16:58:08 +01:00
Ben Siraphob f03215596d knightos-kimg: 0.3.0 -> 0.4.0 2020-12-20 22:38:13 +07:00
con-f-use b5d9be6aa2 docopts: build only necessary binaries 2020-12-20 15:50:58 +01:00
Sandro 765e5c32cb
Merge pull request #100978 from yevhenshymotiuk/pipx-0.15.6.0
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0
2020-12-20 15:50:48 +01:00
Milan Pässler 66e478172d libtorrentRasterbar_1_2_x: 1.2.6 -> 1.2.11 2020-12-20 15:48:58 +01:00
Milan Pässler 1edfaa4a0d libtorrentRasterbar-2_0_x: init at 2.0.1 2020-12-20 15:48:58 +01:00
Sandro 49ea33f24c
Merge pull request #107257 from fabaff/bump-xkcdpass
python3Packages.xkcdpass: 1.17.3 -> 1.17.6
2020-12-20 15:39:26 +01:00
Ben Siraphob 87aa20764c knightos-z80e: 0.5.0 -> 0.5.2 2020-12-20 21:11:18 +07:00
Ben Siraphob fbc7ad52fb knightos-scas: 0.4.6 -> 0.5.3 2020-12-20 21:11:18 +07:00
Fabian Affolter dd6502824e python3Packages.xkcdpass: 1.17.3 -> 1.17.6 2020-12-20 14:33:13 +01:00
Pavol Rusnak aab02ab316
Merge pull request #107247 from marsam/update-rbw
rbw: 0.5.0 -> 0.5.2
2020-12-20 14:26:14 +01:00
Timo Kaufmann 45395aaf31
Merge pull request #106892 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.0 -> 0.7.1
2020-12-20 14:13:53 +01:00
Milan Pässler e8f4028f85
gtk3: build with broadway backend
The GDK Broadway backend provides support for displaying GTK+
applications in a web browser, using HTML5 and web sockets.
https://developer.gnome.org/gtk3/stable/gtk-broadway.html
2020-12-20 14:00:43 +01:00
github-actions[bot] 1ae31afc4d
Merge staging-next into staging 2020-12-20 12:22:13 +00:00
github-actions[bot] 92db8d3c26
Merge master into staging-next 2020-12-20 12:22:10 +00:00
Florian Klink e45d9000b5
Merge pull request #107112 from Izorkin/samba-wsdd-fix
nixos/samba-wsdd: fix starting
2020-12-20 13:16:17 +01:00
Milan Pässler 37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Yevhen Shymotiuk 771df96fe5
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0 2020-12-20 14:02:28 +02:00
Mario Rodas 42cb24cec2
stix-two: 2.0.2 -> 2.10
PR #107235
2020-12-20 12:21:17 +01:00
Kevin Cox 0d42077f34
Merge pull request #104253 from meatcar/sqlite-utils-3.0
pythonPackages.sqlite-utils: depend on sqlite-fts4
2020-12-20 06:18:59 -05:00
Pavol Rusnak f9a60fc471
Merge pull request #107202 from Preisschild/improvement/stern-use-fork
stern: use stern/stern as upstream source
2020-12-20 11:42:04 +01:00
Florian Klink 49853c69f5
Merge pull request #101482 from m1cr0man/jwsfix
nixos/acme: lego run when account is missing
2020-12-20 11:06:19 +01:00
Stig Palmquist 12c818e83a rakudo: 2020.11 -> 2020.12 2020-12-20 09:37:44 +01:00
Stig Palmquist 940a9792a6 nqp: 2020.11 -> 2020.12 2020-12-20 09:37:32 +01:00
Stig Palmquist d40b2b8dd0 moarvm: 2020.11 -> 2020.12 2020-12-20 09:37:12 +01:00
Doron Behar bc43653598
Merge pull request #97177 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 20.33.17675 -> 20.34.17727
2020-12-20 09:57:49 +02:00
Vladimír Čunát d649d77c4c
Merge #107041: firefox: 83 -> 84 (security) 2020-12-20 08:42:26 +01:00
github-actions[bot] 66342c38bf
Merge staging-next into staging 2020-12-20 06:19:04 +00:00
github-actions[bot] bb9b5c5b75
Merge master into staging-next 2020-12-20 06:18:56 +00:00
Mario Rodas d163a443b8 zeek: 3.2.2 -> 3.2.3
https://github.com/zeek/zeek/releases/tag/v3.2.3
2020-12-20 04:20:00 +00:00
Mario Rodas 182b0d051a physfs: enable build on darwin 2020-12-20 04:20:00 +00:00
Mario Rodas 5306274c0e
Merge pull request #107123 from marsam/update-nodejs-14_x
nodejs-14_x: 14.15.1 -> 14.15.3
2020-12-20 22:16:08 -05:00
Mario Rodas 4a8ed1661d nuspell: add platforms 2020-12-20 04:20:00 +00:00
Mario Rodas 68dfd5df47 languagetool: add platforms 2020-12-20 04:20:00 +00:00
0x4A6F 6ea2fd15d8 dasel: 1.9.1 -> 1.10.0 2020-12-20 13:26:58 +10:00
Nicolas Berbiche 71ca741ab2 bottom: 0.5.4 -> 0.5.6 2020-12-20 02:53:35 +01:00
github-actions[bot] fd51d0dfe3
Merge staging-next into staging 2020-12-20 00:44:00 +00:00
github-actions[bot] d491b49037
Merge master into staging-next 2020-12-20 00:43:57 +00:00
Robert T. McGibbon 3c6445b97e bluejeans: 2.17.0 -> 2.19.0 2020-12-19 19:28:50 -05:00
Florian Ströger d02bff7ad9 stern: use stern/stern as upstream source 2020-12-20 00:10:52 +01:00
Florian Klink 6dc6c33a06
Merge pull request #107104 from rb2k/librepo_darwin
librepo: add darwin support
2020-12-20 00:07:18 +01:00
Travis CI 5b5ee84a3b gitAndTools.git-machete: 2.15.7 -> 2.15.9
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2020-12-19 22:56:37 +00:00
Pavol Rusnak 0c3a7f97fd
Merge pull request #107224 from petabyteboy/feature/xonotic-fix-desktop-item
xonotic: fix desktop item
2020-12-19 23:51:38 +01:00
Pavol Rusnak a14a58aff5
Merge pull request #107228 from clkamp/i3lock-color-sse-fixed
i3lock-color: reenable all platforms
2020-12-19 23:47:29 +01:00