fortuneteller2k
0e75ba72b3
river, kile-wl: update
2021-10-03 00:27:48 +08:00
Sergei Trofimovich
d9015f0986
fluxbox: fix build on gcc-11 (c++17 compat)
...
On gcc-11 build fails as:
$ nix-build -E 'with import ./. { }; fluxbox.override { stdenv = gcc11Stdenv; }'
util/fluxbox-remote.cc: In function 'int main(int, char**)':
util/fluxbox-remote.cc:76:32:
error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
76 | && text_prop.value > 0
| ~~~~~~~~~~~~~~~~^~~
The change pull upstream fix.
2021-09-29 08:10:57 +01:00
Artturi
c05048b3e2
Merge pull request #136522 from fortuneteller2k/river
...
river, kile-wl: update
2021-09-28 08:33:28 +03:00
Bobby Rong
cccf93d2ae
Merge pull request #137852 from r-ryantm/auto-update/mlvwm
...
mlvwm: 0.9.3 -> 0.9.4
2021-09-20 10:35:39 +08:00
Kamil Chmielewski
344c501f88
qtile: 0.18.0 -> 0.18.1
2021-09-17 00:26:39 +02:00
R. RyanTM
8e2b07b401
mlvwm: 0.9.3 -> 0.9.4
2021-09-14 16:55:56 +00:00
github-actions[bot]
a13bf1828b
Merge master into staging-next
2021-09-12 18:01:21 +00:00
Matthieu Coudron
03806dfee7
awesome: use a luaEnv
2021-09-12 02:21:57 +02:00
Luke Granger-Brown
010096974f
icewm: fix trailing -I compilation errors
...
Fixes
cc1plus: error: to generate dependencies you must specify either '-M' or
'-MM'
errors which occur while compiling due to trailing -I for libintl,
which appears to be found now but without requiring any include/link
flags.
2021-09-05 15:25:02 +00:00
github-actions[bot]
6c9e0f15dc
Merge master into staging-next
2021-09-04 18:01:10 +00:00
fortuneteller2k
994c6e6e4d
river, kile-wl: update
2021-09-03 15:12:14 +08:00
André-Patrick Bubel
0721ce3ff1
i3status-rust: install examples
2021-09-01 16:35:33 +02:00
github-actions[bot]
b2f58ca11e
Merge master into staging-next
2021-09-01 12:01:15 +00:00
Sandro
5da845a7e0
Merge pull request #133559 from zhaofengli/phosh-0.13.0
2021-09-01 09:52:19 +02:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next
2021-09-01 07:47:01 +00:00
Zhaofeng Li
34e8efc3b9
phosh: Remove archseer as maintainer
...
Per request: https://github.com/NixOS/nixpkgs/pull/133559#issuecomment-897343555
2021-08-31 23:33:30 -07:00
Zhaofeng Li
11dc269ec1
phosh: 0.12.1 -> 0.13.1
2021-08-31 23:33:24 -07:00
Dominik Schrempf
c2f8476de0
stalonetray: 0.8.3 -> 0.8.4
...
This update is quite involved for a minor version update.
1. I had to change the source from Sourceforge to Github.
2. I manually specify the autoconf pre-configuration steps. This seems to be
necessary, but is there a better, more canonical way?
3. I had to add the docbook dependency and tinker around with substitutions,
because the original files would pull sources from an online repository. Please
have a look!
Thanks for your comments.
Cheers.
2021-08-31 07:47:39 +02:00
Vladimír Čunát
70e05c1003
Merge branch 'master' into staging-next
2021-08-25 19:42:15 +02:00
Jonathan Ringer
4ffe91a29d
qtile: restore derivation name
2021-08-25 10:00:35 -07:00
Jan Tojnar
4ff3577f25
Merge branch 'staging-next' into staging
2021-08-23 14:19:54 +02:00
Maximilian Bosch
f45f451fb9
i3status-rust: 0.20.3 -> 0.20.4
...
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.4
2021-08-22 11:24:46 +02:00
Jan Tojnar
7a04c2ad68
Merge branch 'staging-next' into staging
...
- boost 171 removed on staging-next
- re-generated node-packages.nix
; Conflicts:
; pkgs/development/java-modules/m2install.nix
; pkgs/development/node-packages/node-packages.nix
; pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Jonathan Ringer
3cfa38874a
qtile: 0.16.0 -> 0.18.0
...
- Remove patches, to make it more update friendly
- Use python.withPackages to export environment
2021-08-21 08:10:30 -07:00
Rick van Schijndel
f280586090
swaybg: support cross-compilation
2021-08-19 21:53:35 +02:00
github-actions[bot]
323ea758dd
Merge staging-next into staging
2021-08-19 12:02:04 +00:00
Michael Weiss
42d2ba8d2e
Merge pull request #134420 from primeos/swayidle
...
swayidle: 1.6 -> 1.7
2021-08-19 11:01:38 +02:00
github-actions[bot]
2341511023
Merge staging-next into staging
2021-08-18 00:01:59 +00:00
Artturi
996a69f5e2
Merge pull request #133892 from r-ryantm/auto-update/wmfocus
...
wmfocus: 1.1.5 -> 1.2.0
2021-08-17 21:51:07 +03:00
Michael Weiss
4c56464099
swayidle: 1.6 -> 1.7
2021-08-17 12:15:03 +02:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging
2021-08-15 18:01:33 +00:00
Robert Hensing
fbafeb7ad5
treewide: runCommandNoCC -> runCommand
...
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
R. RyanTM
165de3f658
wmfocus: 1.1.5 -> 1.2.0
2021-08-14 06:47:29 +00:00
Vladimír Čunát
8ab6ba6b1c
Merge branch 'staging-next' into staging
2021-08-06 09:14:57 +02:00
AndersonTorres
4d167d07db
labwc: 0.2.1 -> 0.3.0
2021-08-05 15:23:16 -03:00
Sandro
99fe362cf1
Merge pull request #131576 from j0hax/mlvwm
...
nixos/mlvwm: init at 0.9.3
2021-08-05 09:46:02 +02:00
github-actions[bot]
46ac33b300
Merge staging-next into staging
2021-08-04 18:01:33 +00:00
fortuneteller2k
0b41b8fe12
river: 2021-06-27 -> 2021-08-03
2021-08-03 19:05:04 +08:00
github-actions[bot]
e47b93b402
Merge staging-next into staging
2021-08-03 00:01:55 +00:00
AndersonTorres
a1479b3998
icewm: 2.3.4 -> 2.6.0
2021-08-02 16:05:18 -03:00
github-actions[bot]
43a3dc4f0e
Merge staging-next into staging
2021-08-02 06:01:45 +00:00
Zhaofeng Li
1fd29a27e9
phosh: 0.12.0 -> 0.12.1
2021-08-01 14:25:08 -07:00
Ben Siraphob
f0717d8807
Merge pull request #131886 from Mindavi/yabar/cross
...
yabar: support cross-compilation, format
2021-08-01 01:26:43 +07:00
R. RyanTM
a3a0a6edc2
i3status-rust: 0.20.2 -> 0.20.3
2021-07-31 03:42:57 +00:00
Johannes Arnold
39f65ee33d
nixos/mlvwm: init at 0.9.3
2021-07-29 01:19:05 +02:00
Rick van Schijndel
8deddc2133
yabar: support cross-compilation, format
2021-07-28 23:27:45 +02:00
R. RyanTM
1856387636
hikari: 2.3.1 -> 2.3.2, cleanup
2021-07-24 22:39:32 +02:00
github-actions[bot]
3202dd166c
Merge master into staging-next
2021-07-20 12:02:05 +00:00
Sandro
bff88a1dcf
Merge pull request #130710 from dan4ik605743/i3lock-blur
...
i3lock-blur: init at 2.10
2021-07-20 09:53:46 +02:00
dan4ik
112de3a3f6
i3lock-blur: init at 2.10
2021-07-20 12:13:04 +07:00
github-actions[bot]
c0cb54f9ee
Merge master into staging-next
2021-07-19 18:01:10 +00:00
Michael Weiss
88d3e7cf76
swaybg: 1.0 -> 1.1
2021-07-19 14:39:48 +02:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next
2021-07-18 00:01:24 +00:00
Felix Buehler
82cb33a0ae
treewide: remove meta.version
2021-07-18 00:07:38 +02:00
github-actions[bot]
fa7a791586
Merge master into staging-next
2021-07-16 00:01:36 +00:00
Sandro
60dd8dda4a
Merge pull request #89929 from OPNA2608/refactor-fltk
2021-07-15 21:50:17 +02:00
github-actions[bot]
bb74d3b2df
Merge master into staging-next
2021-07-15 12:01:18 +00:00
Ben Siraphob
4b815c4389
Merge pull request #128852 from zhaofengli/phosh-0.12.0
...
phosh: 0.11.0 -> 0.12.0, phoc: 0.7.0 -> 0.7.1
2021-07-15 18:10:30 +07:00
Jörg Thalheim
7afa51c2bd
Merge remote-tracking branch 'upstream/master' into HEAD
2021-07-14 15:45:51 +02:00
Sandro Jäckel
388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*
2021-07-14 03:35:21 +02:00
OPNA2608
e12985318c
afterstep: Fix libSM usage & build on non-NixOS Linux
2021-07-12 12:22:15 +02:00
Martin Weinelt
b7e408dd17
Merge branch 'master' into staging-next
2021-07-10 20:15:53 +02:00
Jörg Thalheim
634e6bb36a
leftwm: set rpath in all executables
2021-07-10 10:25:02 +02:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next
2021-07-08 04:38:15 -04:00
Jörg Thalheim
d3acbe8b46
Merge pull request #129501 from r-ryantm/auto-update/leftwm
...
leftwm: 0.2.7 -> 0.2.8
2021-07-08 06:29:38 +01:00
Sandro
93c6412239
Merge pull request #121628 from FlorianFranzen/workstyle-fix
...
workstyle: 0.2.1 -> unstable-2021-05-09
2021-07-08 02:30:59 +02:00
Rick van Schijndel
83e44f67b1
dwm: support cross-compilation by setting proper CC
2021-07-07 22:55:31 +02:00
Florian Franzen
9c64ca6912
workstyle: 0.2.1 -> unstable-2021-05-09
2021-07-07 22:20:43 +02:00
R. RyanTM
13e6525e2d
leftwm: 0.2.7 -> 0.2.8
2021-07-07 06:15:01 +00:00
github-actions[bot]
c852543c1f
Merge staging-next into staging
2021-07-04 06:01:43 +00:00
Michael Weiss
f7997354b7
wayland-scanner: use for nativeBuildInputs
...
This makes things more explicit (and less confusing) but only touches
the packages that I maintain.
2021-07-03 17:56:23 +02:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Rick van Schijndel
7a6419186c
swaylock: support cross-compilation
2021-07-03 11:22:33 +02:00
Rick van Schijndel
cb5289c8ad
swayidle: support cross-compilation
2021-07-03 11:21:57 +02:00
Zhaofeng Li
6101715316
phosh: 0.11.0 -> 0.12.0
2021-07-01 07:04:17 +00:00
fortuneteller2k
c93206e21a
river: 2021-06-06 -> 2021-06-27
2021-06-30 10:53:05 +08:00
Sandro
809c17294f
Merge pull request #128011 from alyssais/tinywl
...
tinywl: init at 0.14.0
2021-06-30 03:51:19 +02:00
Roman Volosatovs
0877a5a2fd
bspwm: remove myself as maintainer
2021-06-29 21:20:32 +02:00
Maciej Krüger
099b01cbba
Merge pull request #128272 from AndersonTorres/quick-patch
...
wio: 0.0.0+unstable=2021-06-01 -> 0.0.0+unstable=2021-06-27
2021-06-28 05:48:03 +02:00
AndersonTorres
572c9219ad
wio:0.0.0+unstable=2021-06-01 -> 0.0.0+unstable=2021-06-27
2021-06-27 20:59:36 -03:00
Sandro
5730e61722
Merge pull request #128328 from Ma27/bump-i3status-rust
...
i3status-rust: 0.20.1 -> 0.20.2
2021-06-27 18:19:33 +02:00
Maximilian Bosch
d67d37104a
i3status-rust: 0.20.1 -> 0.20.2
...
ChangeLog: https://github.com/greshake/i3status-rust/blob/v0.20.2/NEWS.md#i3status-rust-0202
2021-06-27 17:53:03 +02:00
matthewcroughan
05046c2c2a
hikari: 2.3.0 -> 2.3.1
...
This removes the patches necessary to build with wlroots 0.14.0, as they have been merged into Hikari upstream
2021-06-26 23:20:55 +01:00
Michael Weiss
bb2745a49f
wio: Build with wlroots 0.14
...
Fetching that patch from yet another source (my fork) isn't ideal but I
didn't get a response since I sent my patch to the other maintainer.
IMO we should (eventually) drop this package as there isn't an official
fork yet.
2021-06-26 18:31:04 +02:00
Michael Weiss
0fa98c824a
Merge pull request #128122 from primeos/hikari
...
hikari: Build with wlroots 0.14
2021-06-26 16:57:09 +02:00
github-actions[bot]
45003ba5f9
Merge master into staging-next
2021-06-26 12:06:25 +00:00
Patrick Hilhorst
e445124ea0
cage: 0.1.3 -> 0.1.4
2021-06-26 09:57:40 +02:00
Michael Weiss
7e0e95b776
hikari: Build with wlroots 0.14
2021-06-25 19:08:18 +02:00
Robert Schütz
c1dca92daf
Merge branch 'master' into staging-next
2021-06-25 10:02:10 +02:00
Anderson Torres
c83a8e49d2
Merge pull request #128040 from primeos/labwc
...
labwc: 2021-03-15 -> 0.2.1
2021-06-24 20:36:36 -03:00
Michael Weiss
73d7f08b4d
sway: 1.6 -> 1.6.1
...
Since wlroots 0.14 setting WLR_RENDERER_ALLOW_SOFTWARE=1 to allow
software rendering is now enforced [0].
[0]: https://github.com/swaywm/wlroots/pull/2810
2021-06-24 22:59:06 +02:00
Michael Weiss
7889dc3c72
labwc: 2021-03-15 -> 0.2.1
...
Note: We're effectively using version 0.2.1 with two patches to link
against wlroots 0.14 (the tag is just not used for "rev" because the
release missed a few important changes to meson.build).
2021-06-24 22:42:49 +02:00
Alyssa Ross
738065bfc4
wayfire: 0.7.1 -> 0.7.2
2021-06-24 22:15:17 +02:00
Michael Weiss
203c8edcda
wlroots: 0.13.0 -> 0.14.0
...
The new release comes with breaking changes so we temporarily introduce
wlroots_0_13 for packages that don't yet support wlroots 0.14.
For the rest of the packages the required upstream patches for this new
wlroots release are fetched (if feasible).
2021-06-24 22:15:17 +02:00
Alyssa Ross
d59a508701
tinywl: init at 0.13.0
...
tinywl is the wlroots reference compositor. It's very useful when
debugging Wayland/wlroots problems as it helps with determining
whether an issue is the fault of a compositor or of wlroots.
2021-06-24 12:15:22 +00:00
github-actions[bot]
c7bb5a79c8
Merge master into staging-next
2021-06-22 12:05:00 +00:00
Linus Heckemann
203e81e4ee
Merge pull request #125281 from zhaofengli/phosh-systemd
...
phosh: 0.10.2 -> 0.11.0
2021-06-22 08:23:29 +02:00
github-actions[bot]
538d5cc5d0
Merge staging-next into staging
2021-06-17 00:09:51 +00:00
R. RyanTM
7d2f265e01
i3lock-color: 2.13.c.3 -> 2.13.c.4
2021-06-16 12:53:37 -07:00
github-actions[bot]
8b9fa8d446
Merge staging-next into staging
2021-06-16 18:04:48 +00:00
Sandro
f583130a9c
Merge pull request #127043 from r-ryantm/auto-update/python3.8-i3-balance-workspace
...
i3-balance-workspace: 1.8.4 -> 1.8.5
2021-06-16 18:22:41 +02:00
Alyssa Ross
4add528d3b
wayfire: drop unused argument
2021-06-16 12:36:25 +00:00
R. RyanTM
cbb742aa0c
i3-balance-workspace: 1.8.4 -> 1.8.5
2021-06-16 06:23:19 +00:00
Rick van Schijndel
4410856be7
swaybg: fix cross-compilation by adding wayland-scanner
2021-06-15 08:20:50 +02:00
AndersonTorres
f1242006c9
Change all alsaUtils references to alsa-utils
2021-06-10 01:37:32 -03:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Zhaofeng Li
104e512cab
phosh: 0.10.2 -> 0.11.0
...
Fixes #123735 .
2021-06-09 21:27:12 +00:00
Sandro
66a9607add
Merge pull request #125199 from fortuneteller2k/river
...
river: 2021-05-07 -> 2021-06-06
2021-06-09 12:42:58 +02:00
R. RyanTM
7182afa8e4
i3-balance-workspace: 1.8.3 -> 1.8.4
2021-06-07 13:44:17 +00:00
fortuneteller2k
e17840d739
river: 2021-05-07 -> 2021-06-06
2021-06-06 13:40:49 +08:00
Sandro
ee25ce0408
Merge pull request #125417 from SebTM/update/i3lock-color_213c3
...
i3lock-color: 2.13.c.2 -> 2.13.c.3
2021-06-03 17:38:52 +02:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm
2021-06-03 12:44:33 +02:00
Sebastian Sellmeier
659c0ea794
i3lock-color: 2.13.c.2 -> 2.13.c.3
2021-06-02 21:49:12 +02:00
AndersonTorres
0dcb2da705
wio: unstable-2020-11-02 -> 0.0.0+unstable=2021-06-01
...
wio was forked to a brand new repository.
2021-06-01 10:24:31 -03:00
Sage Raflik
4d90a6bcc4
dwm: added neonfuz as maintainer
2021-05-28 22:27:49 -07:00
Sandro
5047c27e2a
Merge pull request #124031 from fortuneteller2k/lemonbar-xft
2021-05-23 17:55:34 +02:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
fortuneteller2k
0331c3ecf4
lemonbar: use fetchFromGithub, cleanup
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-22 23:01:00 +08:00
fortuneteller2k
dc50511ad1
i3-gaps: use pname and version, fetchFromGitHub, cleanup
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-22 22:51:11 +08:00
fortuneteller2k
f7d9b2016c
lemonbar-xft: 2016-02-17 -> 2020-09-10, cleanup
2021-05-22 22:05:03 +08:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/graphics/emulsion/default.nix
pkgs/development/tools/misc/texlab/default.nix
pkgs/development/tools/rust/bindgen/default.nix
pkgs/development/tools/rust/cargo-udeps/default.nix
pkgs/misc/emulators/ruffle/default.nix
pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Sandro
5f5652f816
Merge pull request #123313 from fortuneteller2k/fix-river
...
river: build for baseline arch, cleanup
2021-05-18 01:51:48 +02:00
Michael Weiss
0730dc62a4
Merge pull request #123013 from primeos/waybox-wlroots-0.13
...
waybox: 2020-05-01 -> 2021-04-07
2021-05-17 16:44:30 +02:00
Michael Weiss
b4fc303dd1
Update pkgs/applications/window-managers/waybox/default.nix
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2021-05-17 12:10:40 +02:00
fortuneteller2k
23469e4c26
river: build for baseline arch, cleanup
2021-05-17 11:02:06 +08:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
...
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro
8aea69e5ab
Merge pull request #123198 from AndersonTorres/new-cardboard
...
cardboard: 0.0.0-unstable=2021-01-21 -> 0.0.0+unstable=2021-05-10
2021-05-17 01:59:26 +02:00
fortune
74b74b0555
river: add fortuneteller2k as maintainer ( #123271 )
2021-05-16 15:29:15 -04:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging
2021-05-16 18:32:44 +00:00
github-actions[bot]
8c6d819143
Merge master into staging-next
2021-05-16 18:32:41 +00:00
Bran
bc9098d60d
river: remove branwright1 as maintainer ( #123266 )
2021-05-16 14:15:44 -04:00
AndersonTorres
16ccf81982
cardboard: 0.0.0-unstable=2021-01-21 -> 0.0.0+unstable=2021-05-10
2021-05-16 11:39:21 -03:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
...
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Anderson Torres
82f1702669
Merge pull request #123014 from primeos/wio-wlroots-0.13
...
wio: Build with wlroots 0.13
2021-05-16 09:46:18 -03:00
github-actions[bot]
9911b1c75b
Merge staging-next into staging
2021-05-16 01:01:01 +00:00
github-actions[bot]
b484cef365
Merge master into staging-next
2021-05-16 01:00:58 +00:00
Aleksandr Parfenov
830ebf14b2
kbdd: unstable-2017-01-30 -> unstable-2021-04-26 ( #122768 )
2021-05-15 21:40:07 +02:00
github-actions[bot]
c10600230e
Merge staging-next into staging
2021-05-15 18:30:31 +00:00
github-actions[bot]
f1b78f8618
Merge master into staging-next
2021-05-15 18:30:28 +00:00
Thibaut Marty
e50c10aea7
herbstluftwm: 0.9.2 -> 0.9.3
2021-05-15 17:24:19 +02:00
Michael Weiss
fdbf305e3b
wio: Build with wlroots 0.13
2021-05-14 19:47:03 +02:00
Michael Weiss
c5a08f8a62
waybox: 2020-05-01 -> 2021-04-07
2021-05-14 19:44:55 +02:00
Michael Weiss
83265a850d
sway: Install the wallpapers by default and use them on NixOS
...
Size impact:
$ du -sh $(nix-build -A sway-unwrapped)
5.9M /nix/store/d07zcpybgpdj8xhn9n4qb04lgm453ia1-sway-unwrapped-1.6
nix@sessel:/var/tmp/michael/nixpkgs$ du -sh $(nix-build -A sway-unwrapped)/share/backgrounds
4.9M /nix/store/d07zcpybgpdj8xhn9n4qb04lgm453ia1-sway-unwrapped-1.6/share/backgrounds
2021-05-14 16:37:11 +02:00
zowoq
004f8cd986
Merge staging-next into staging
2021-05-14 16:32:43 +10:00
github-actions[bot]
bf5d8bb531
Merge master into staging-next
2021-05-14 00:58:11 +00:00
Michael Weiss
60f2af5938
Merge pull request #122605 from primeos/nixos-sway-extend-default-configuration
...
nixos/sway: Extend the default configuration for NixOS
2021-05-13 20:48:55 +02:00
github-actions[bot]
60f5ecc76d
Merge staging-next into staging
2021-05-13 12:26:52 +00:00
github-actions[bot]
7465594428
Merge master into staging-next
2021-05-13 12:26:48 +00:00
maralorn
5687a345be
Merge pull request #122705 from rvl/fix-taffybar
2021-05-13 13:54:18 +02:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging
2021-05-13 11:42:36 +02:00
github-actions[bot]
e59f22faf5
Merge master into staging-next
2021-05-13 06:22:11 +00:00
Anderson Torres
9c0ca46a6d
Merge pull request #122578 from AndersonTorres/quick-patches
...
Quick patches
2021-05-12 23:04:37 -03:00
Rodney Lorrimar
c46059f732
taffybar: restore ability to override ghcWithPackages arg
2021-05-13 10:01:50 +10:00
github-actions[bot]
b057978bb2
Merge staging-next into staging
2021-05-12 18:32:29 +00:00
Martin Weinelt
a18880bf72
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-12 18:28:03 +02:00
Sandro
c662b55edc
Merge pull request #122718 from otavio/i3status-rust-0.21.1
...
i3status-rust: 0.20.0 -> 0.20.1
2021-05-12 15:30:03 +02:00
Otavio Salvador
c49f63cddf
i3status-rust: 0.20.0 -> 0.20.1
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 10:02:07 -03:00
Alyssa Ross
91a30973cc
i3: don't manually enableParallelBuilding
...
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
AndersonTorres
5d8c8c6c90
icewm: 2.2.0 -> 2.3.4
2021-05-12 00:15:41 -03:00
github-actions[bot]
5c4cda9988
Merge staging-next into staging
2021-05-12 00:50:13 +00:00
github-actions[bot]
5a513ae14b
Merge master into staging-next
2021-05-12 00:50:10 +00:00
Michael Weiss
d4a651f448
Merge pull request #122602 from primeos/sway-set-xdg-env-vars
...
sway: Set XDG_CURRENT_DESKTOP=sway
2021-05-11 21:25:47 +02:00
Michael Weiss
9716bb8944
sway: Set XDG_CURRENT_DESKTOP=sway
...
This seems like a good idea in general and will at least make it easier
to get screen sharing to work (but still requires a proper NixOS
configuration including xdg-desktop-portal-wlr).
Note: It isn't necessary to set XDG_SESSION_TYPE=wayland as wlroots
already takes care of it (currently at least for the logind and libseat
session backends, the next wlroots release will require libseat):
4839664a92/backend/session/session.c (L80)
2021-05-11 21:19:45 +02:00
Michael Weiss
00e8e5b123
nixos/sway: Extend the default configuration for NixOS
...
The default config.in template contains
"include @sysconfdir@/sway/config.d/*" but we've dropped it to better
support non-NixOS (which seems like a mistake in retrospect).
This restores that behaviour and extends the default configuration via
nixos.conf to fix #119445 .
Note: The security configurations (security.d) where dropped entirely
(but maybe they'll return).
2021-05-11 18:53:49 +02:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging
2021-05-11 09:09:10 +02:00
github-actions[bot]
49b8e6f7d4
Merge master into staging-next
2021-05-11 00:48:15 +00:00
Sandro
c503e32c5c
Merge pull request #122491 from mayflower/i3status-rust-fonts-themes
...
i3status-rust: fix themes and icon handling
2021-05-11 00:40:01 +02:00
Robin Gloster
aacc6f2e1b
i3status-rust: fix themes and icon handling
...
also enables the pulseaudio feature
2021-05-10 16:23:51 -05:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next
2021-05-10 18:28:17 +00:00
Sandro
49c0141887
Merge pull request #122368 from branwright1/river
2021-05-10 18:57:36 +02:00
Michael Raskin
c9fb926b3d
Merge pull request #122356 from 7c6f434c/stumpwm-alias
...
stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop
2021-05-10 16:48:25 +00:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging
2021-05-10 09:45:47 +02:00
github-actions[bot]
1e3d91bd19
Merge master into staging-next
2021-05-10 00:48:32 +00:00
Anderson Torres
d03fbbf4f4
Merge pull request #121625 from AndersonTorres/new-cardboard
...
cardboard: init at 0.0.0-unstable=2021-01-21
2021-05-09 20:41:28 -03:00
Robin Gloster
f0e9599f93
Merge pull request #122366 from ambroisie/update-i3status-rust
...
i3status-rust: 0.14.7 -> 0.20.0
2021-05-09 13:37:34 -05:00
branwright1
e4f1d9592c
river: unstable-2021-04-27 > unstable-2021-05-07
2021-05-09 17:32:05 +01:00
Bruno BELANYI
2bc0257499
i3status-rust: 0.14.7 -> 0.20.0
...
https://github.com/greshake/i3status-rust/releases/tag/v0.20.0
2021-05-09 18:14:50 +02:00
Michael Raskin
10854c5a4d
stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop
2021-05-09 17:14:07 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next
2021-05-08 18:22:46 +00:00
Tobias Happ
4d549a4c6c
dwm-status: unstable-2021-05-04 -> 1.7.2 ( #122196 )
2021-05-08 16:55:30 +02:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
fortuneteller2k
2af2325cf7
dwm-status: 1.7.1 -> unstable-2021-05-04
2021-05-07 23:11:59 -07:00
github-actions[bot]
b4416b52c5
Merge master into staging-next
2021-05-08 00:46:50 +00:00
maralorn
958855d30c
Merge pull request #121627 from NixOS/haskell-updates
2021-05-07 23:55:19 +02:00
AndersonTorres
c15766774b
cardboard: init at 0.0.0-unstable=2021-01-21
2021-05-07 17:07:47 -03:00
Anderson Torres
87f9307b94
Merge pull request #122059 from AndersonTorres/quick-patches
...
cagebreak: 1.7.0 -> 1.7.1
2021-05-07 16:34:42 -03:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
Stefan Frijters
6eef66f4c8
dwl: 0.2 -> 0.2.1
...
The patches that were previously added in nixpkgs are included
in the new version.
2021-05-07 11:23:58 -07:00
Stefan Frijters
71238fe585
dwl: Fix build by adding missing pixman dependency
2021-05-07 11:23:58 -07:00
AndersonTorres
9309f19ea2
cagebreak: merge contrib output with regular output
2021-05-07 14:37:32 -03:00
AndersonTorres
732c698614
cagebreak: 1.7.0 -> 1.7.1
...
Now it uses scdoc as manpage generator.
2021-05-07 14:37:07 -03:00
Malte Brandy
2a11f1f5cc
Merge branch 'master' into haskell-updates
2021-05-07 15:03:54 +02:00
sternenseemann
fc1638c3ba
taffybar: inherit meta set from haskellPackages
2021-05-06 19:54:22 +02:00
github-actions[bot]
af9d9374fa
Merge staging-next into staging
2021-05-05 12:23:47 +00:00
Michael Weiss
ff5fdec093
Merge pull request #121437 from primeos/nixos-tests-sway
...
nixos/tests/sway: init
2021-05-05 13:52:51 +02:00