Commit Graph

363960 Commits

Author SHA1 Message Date
Emery Hemingway
a3fcf30d67 squeak: fix a src URL, transition meta to OpenSmalltalk 2022-03-22 18:19:07 +00:00
Dusk Banks
0cb5668d65 squeak: 4.10.2.2614 -> 5.3-19459
Credit to @BenBals for starting work on this patch in
<https://github.com/NixOS/nixpkgs/pull/86741>.
2022-03-22 18:19:07 +00:00
Thiago Franco de Moraes
94fa436e1b
Zettlr: 2.2.3 -> 2.2.4 2022-03-22 15:14:22 -03:00
github-actions[bot]
9d35f2cd19
Merge staging-next into staging 2022-03-22 18:10:54 +00:00
Will Cohen
1bf88c64d8 qscintilla: 2.13.1 -> 2.13.2 2022-03-22 14:09:39 -04:00
R. Ryantm
3fcee877c4 python310Packages.pubnub: 6.1.0 -> 6.2.0 2022-03-22 18:06:48 +00:00
github-actions[bot]
623f9bdee2
Merge master into staging-next 2022-03-22 18:05:45 +00:00
Michal Sojka
611e9302f9 nixos-rebuild: add --no-flake switch
When a NixOS system uses flakes, i.e., /etc/nixos/flake.nix exists, it
is impossible to use nixos-rebuild to build a pre-flake
configuration.nix. Of course, one can directly use nix command to
build the configuration, but not everybody remembers the correct nix
options to do that.

With the new option, it is possible to build a pre-flake configuration
with command like this:

    nixos-rebuild build-vm -I nixos-config=./vm.nix --no-flake

The option might be useful for people following older pre-flake
tutorials on a flake-based system.
2022-03-22 19:03:10 +01:00
Artturi
6396adbdfa
Merge pull request #164420 from corngood/build-fhs-fix 2022-03-22 19:57:02 +02:00
Alyssa Ross
12c37aec37
pkgsStatic.stdenv.cc.cc: put static libs in $lib
libtool requires the library files its .la files describe to be in the
same directory as those files.  We only do this for compilers without
shared libraries, so that the libraries in $lib are always the
libraries the package set is supposed to use.

Fixes: https://github.com/NixOS/nixpkgs/issues/76873
Fixes: https://github.com/NixOS/nixpkgs/issues/108534
2022-03-22 17:56:11 +00:00
Alyssa Ross
c6dd11ca39
Revert "gcc: Always pass --enable-shared by default"
This reverts commit 8e48232180.

Since pkgsStatic.stdenv.cc can only produce static binaries, there's
no reason to include that compilers e.g. libstdc++.so.
2022-03-22 17:56:08 +00:00
Artturi
0ce256984a
Merge pull request #163035 from felschr/filebot 2022-03-22 19:47:06 +02:00
R. Ryantm
ea822db5c5 steampipe: 0.13.2 -> 0.13.3 2022-03-22 17:42:09 +00:00
Artturi
c70a013edb
Merge pull request #165220 from LibreCybernetics/update-keybase-gui 2022-03-22 19:37:43 +02:00
Profpatsch
c7172046c7 nixos-rebuild: add meta & add Profpatsch as maintainer 2022-03-22 18:35:33 +01:00
R. Ryantm
d3a855b9b0 stunnel: 5.62 -> 5.63 2022-03-22 17:27:01 +00:00
Maëlys Bras de fer
488869f602 nixos-rebuild: support --quiet, --print-build-logs
--quiet decreases the logging verbosity level (inverse of -v)
--print-build-logs prints build logs on stderr (same as -L)
Also reordered and grouped some options for consistency
2022-03-22 18:24:27 +01:00
Ryan Mulligan
92aadc3095
Merge pull request #165179 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.3.2 -> 1.4.1
2022-03-22 09:58:18 -07:00
Will Cohen
fd620c8da1 qgis: 3.24.0 -> 3.24.1 2022-03-22 17:56:16 +01:00
Will Cohen
826febf74f qgis-ltr: 3.22.4 -> 3.22.5 2022-03-22 17:56:16 +01:00
Ben Siraphob
209598e67e
Merge pull request #164241 from larsr/patch-1 2022-03-22 11:30:36 -05:00
aszlig
de4a69b2de
nixos/tests/avahi: Fix running background command
In https://github.com/NixOS/nixpkgs/pull/142747, the implementation
behind Machine.execute() has been changed to pipe all the command's
output into base64 on the guest machine.

Unfortunately this means that base64 is blocking until stdout is closed,
which in turn means that we now need to make sure that whenever we run a
program in background via "&" we also need to make sure to close stdout,
which we do by redirecting stdout to stderr.

Signed-off-by: aszlig <aszlig@nix.build>
2022-03-22 17:24:13 +01:00
José Romildo
5af555af48 graphite-gtk-theme: unstable-2022-02-04 -> 2022-03-22 2022-03-22 13:23:17 -03:00
José Romildo
be37c9a4e1 graphite-gtk-theme: add update script 2022-03-22 13:23:09 -03:00
Ben Siraphob
a68d71c775
fq: 0.0.4 -> 0.0.6 2022-03-22 11:22:42 -05:00
Ryan Mulligan
a9777c1644
Merge pull request #165015 from newAM/flake8-bugbear
python3Packages.flake8-bugbear: 22.1.11 -> 22.3.20
2022-03-22 09:16:25 -07:00
Sumner Evans
9e53370359
matrix-synapse: 1.54.0 -> 1.55.0 2022-03-22 09:59:06 -06:00
florian on nixos (Florian Brandes)
bb82344ca6 python3Packages.zipstream-ng: init at 1.3.4
needed for octoprint update

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-22 08:43:15 -07:00
Fabian Affolter
d6734ba8a2
Merge pull request #165272 from r-ryantm/auto-update/nuclei
nuclei: 2.6.3 -> 2.6.5
2022-03-22 16:38:51 +01:00
Alyssa Ross
c60647f50b pr-tracker: 1.1.0 -> 1.2.0 2022-03-22 15:38:40 +00:00
Markus Kowalewski
1a889c097b
ucx: 1.12.0 -> 1.12.1 2022-03-22 16:25:54 +01:00
Lein Matsumaru
23b9ad346a
exploitdb: 2022-03-15 -> 2022-03-22 2022-03-22 15:22:39 +00:00
Patrick Hilhorst
b529196597
Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469 2022-03-22 16:17:30 +01:00
Francesco Gazzetta
de096b7c83 isso: 0.12.5 -> 0.12.6.1 2022-03-22 16:04:49 +01:00
Yaya
699c30056b gitlab-runner: 14.8.2 -> 14.9.0 2022-03-22 14:39:37 +00:00
Anthony Cowley
29a988f978
Merge pull request #163698 from InternetUnexplorer/rocm-llvm-disable-shared-libs
llvmPackages_rocm.llvm: don't build shared libs
2022-03-22 10:28:19 -04:00
Profpatsch
4ceb138f4b haskellPackages.HaskellNet-SSL: mark unbroken
It builds!
2022-03-22 15:24:28 +01:00
sternenseemann
086c5106d1 u9fs: unstable-2020-11-21 -> unstable-2021-25
* Use new (?) upstream over disappeared 9front hg repo, see also
  https://www.mail-archive.com/9fans@9fans.net/msg39324.html

* Link to Plan 9 Foundation's man page viewer as the Bell Labs has gone
  offine.
2022-03-22 15:20:05 +01:00
Sandro
c4233257cf
Merge pull request #164962 from panicgh/tbb
tor-browser-bundle-bin: 11.0.7 -> 11.0.9
2022-03-22 15:08:56 +01:00
Jacek Galowicz
6567abf122
Merge pull request #165268 from vkleen/nixos/tests/deduplicate-vlans
nixos/test-driver: deduplicate VLANs
2022-03-22 14:53:31 +01:00
Millian Poquet
9ff032c291 simgrid: 3.30 -> 3.31
- addition of the optional eigen dependency, used by a new simulation
  model (bmf) that looks very promising to take interference phenomena
  into account while remaining coarse-grained.
- enabled the new dependency by default as I think this is interesting
  for most users.
2022-03-22 14:52:22 +01:00
sternenseemann
fd02a092d2 u9fs: use install(1) for copying files 2022-03-22 13:47:11 +00:00
sternenseemann
168bdc3c7d u9fs: fix man page location
By convention man pages need to located at `share/man/man$section/$name.$section`.
2022-03-22 13:47:11 +00:00
Felix Buehler
28683b652e hicolor-icon-theme: replace name with pname&version 2022-03-22 14:38:42 +01:00
R. Ryantm
788b69dfe7 python310Packages.docplex: 2.22.213 -> 2.23.222 2022-03-22 13:37:11 +00:00
Sivizius
b4c2ffaffa
nixos/wg-quick: add autostart option to interfaces (#162219)
This adds the option `networking.wg-quick.interfaces.<name>.autostart`, which defaults to `true`, which is the previous behavior. With this option set to `false`, the systemd-unit will no longer be set to `wantedBy = [ "multi-user.target" ]` and therefore the tunnel has to be enabled/disabled via `systemctl start/stop wg-quick-<name>`.

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-03-22 13:25:57 +00:00
R. Ryantm
216b4f1813 ocenaudio: 3.11.5 -> 3.11.7 2022-03-22 09:23:53 -04:00
R. Ryantm
8ae4790016 nuclei: 2.6.3 -> 2.6.5 2022-03-22 13:23:49 +00:00
maxice8
55381a3ce1 abuild: 3.7.0 -> 3.9.0 2022-03-22 09:23:25 -04:00
Viktor Kleen
6d766ae8b7
nixos/test-driver: deduplicate VLANs
Naively deduplicate VLANs in the python driver for NixOS tests. The
current implementation accidentally works, since the VLan class mutates
the environment. On construction it sets QEMU_VDE_SOCKET_${id} and this
environment variable gets overwritten once a second VLAN with the same
id is constructed. Because the NIC flags passed to qemu just use the
QEMU_VDE_SOCKET_${id} environment variable, this implicitly chooses a
single vde_switch process for each VLAN.

However, this leads to unusable vde_switch processes being spawned in
each test run and as a side effect makes it impossible to access the
correct VLan objects in the interactive test driver. It also makes it
remarkably hard to understand why the current implementation ever
worked.
2022-03-22 13:16:28 +00:00