Azat Bahawi
91198c9987
setroot: fix build
2022-05-21 22:27:08 +03:00
Matt Votava
9abfef3f54
xpra: 4.3.2 -> 4.3.3 ( #172682 )
2022-05-20 14:32:42 +02:00
Ivar Scholten
578589e1da
treewide: remove unneeded dotnet SDK version pins
...
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
Sergei Trofimovich
fcf3fb06ac
xvkbd: 3.9 -> 4.1
...
Upstream moved from imake to autoconf.
Also fixes build against gcc-10 -fno-common.
Changes: http://t-sato.in.coocan.jp/xvkbd/ChangeLog
2022-05-09 16:33:40 +02:00
Artturi
7854686295
Merge pull request #172033 from trofi/fix-fno-common-for-xnee
...
xnee: pull fix pending upstream inclusion for -fno-common toolchain s…
2022-05-08 15:06:25 +03:00
Sergei Trofimovich
5b50f0de1d
xnee: pull fix pending upstream inclusion for -fno-common toolchain support
...
Without the change build fails as:
$ nix build -L --impure --expr 'with import ./. {}; xnee.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
...
ld: .libs/xnee_xinput.o:/build/xnee-3.19/libxnee/src/../include/libxnee/xnee_internal.h:117:
multiple definition of `xnee_mode';
2022-05-08 08:06:42 +01:00
Sergei Trofimovich
5bfd8093b7
xwinmosaic: pull upstream fix for -fno-common toolchains
...
Without the change build fails as:
$ nix build --impure --expr 'with import ./. {}; xwinmosaic.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc0):
multiple definition of `a_NET_CURRENT_DESKTOP'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc0): first defined here
ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc8):
multiple definition of `a_NET_DESKTOP_VIEWPORT'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc8): first defined here
2022-05-07 22:02:19 +01:00
R. Ryantm
e33dbfd288
opentabletdriver: 0.6.0.3 -> 0.6.0.4
2022-05-05 09:45:50 +00:00
Connor
fcc27fbda3
mmutils: init at 1.4.1
2022-04-29 09:46:42 -05:00
Solene Rapenne
922b173bf3
libstrangle: 0.1.1 -> unstable-202202022
2022-04-29 09:24:20 -05:00
github-actions[bot]
6b9c75bed5
Merge master into staging-next
2022-04-16 18:01:07 +00:00
Timo Kaufmann
4671196d03
Merge pull request #165968 from fgaz/xprintidle/init
...
xprintidle: init at 0.2.4
2022-04-16 14:05:50 +02:00
github-actions[bot]
c58a108aaa
Merge master into staging-next
2022-04-16 06:01:08 +00:00
Martin Weinelt
b6e12f03f9
Merge pull request #168546 from nbardiuk/caffeine-icon-fix
...
caffeine-ng: fix broken tray icon
2022-04-16 04:30:12 +02:00
Martin Weinelt
a7fc5aaa76
Merge remote-tracking branch 'origin/master' into staging-next
2022-04-15 13:30:48 +02:00
Malo Bourgon
0e802eafad
treewide: add meta.mainProgram to many packages
2022-04-14 10:24:01 -07:00
Nazarii Bardiuk
a4b6c7c6c4
caffeine-ng: fix broken tray icon
...
Caffeine adds icons to /usr/share in setup script
ec85235f6b/setup.py (L18-L21)
2022-04-13 22:27:54 +01:00
Vladimír Čunát
5e845236f2
Merge branch 'staging-next' into staging
2022-04-10 17:11:36 +02:00
R. Ryantm
a4e4e497df
xdragon: 1.1.1 -> 1.2.0
2022-04-10 11:29:23 +02:00
ajs124
65d933485f
Merge pull request #165932 from anpryl/remove/dragon-drop
...
dragon-drop: remove duplicate package
2022-04-10 10:20:06 +01:00
Anatolii Prylutskyi
4ba10af21f
xdragon: refactor
...
After removing duplicate package "dragon-drop" moving xdragon
to X11 folder.
2022-04-10 10:52:41 +02:00
github-actions[bot]
be1d810695
Merge staging-next into staging
2022-04-10 06:02:00 +00:00
Sandro
b375d71b1a
Merge pull request #166332 from SuperSandro2000/xdg-utils
2022-04-10 03:29:17 +02:00
github-actions[bot]
3063a8ea39
Merge staging-next into staging
2022-04-05 12:10:46 +00:00
github-actions[bot]
27a4e52731
Merge master into staging-next
2022-04-05 12:05:41 +00:00
Rick van Schijndel
9f98b2bd7c
makeWrapper to nativeBuildInputs ( #167225 )
2022-04-05 10:34:48 +03:00
R. Ryantm
0349c745d1
xkb-switch-i3: 1.8.1 -> 1.8.5
2022-04-01 04:29:23 +00:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging
2022-03-31 12:02:10 +00:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/einops/default.nix
pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs
2022-03-31 03:15:41 -05:00
Martin Weinelt
d0bfb3ccbb
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-31 03:49:37 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
Sandro Jäckel
e383389428
xdg-utils: remove ? null
from inputs
2022-03-30 01:01:47 +02:00
Sandro Jäckel
9f6472500a
xdg-utils: switch to fetchFromGitLab
2022-03-30 00:57:38 +02:00
Bernardo Meurer
e2d150f6b1
Merge pull request #134917 from NixOS/binutils-2.37
...
binutils: 2.35.1 -> 2.38
2022-03-29 10:16:36 -07:00
bb2020
796056a4b9
xkeysnail: update example config
2022-03-29 18:31:15 +03:00
Bernardo Meurer
561781c4d7
nx-libs: binutils 2.37 fix
...
Co-authored-by: TredwellGit <tredwell@tutanota.com>
2022-03-28 18:50:09 -07:00
Francesco Gazzetta
745dd2d18b
xprintidle: init at 0.2.4
2022-03-27 18:21:35 +02:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
Anatolii Prylutskyi
99984987a8
dragon-drop: remove duplicate package
...
Removing package because it is duplicate package of "xdragon".
2022-03-27 13:25:36 +03:00
bb2020
89fb8fc9bb
xkeysnail: update example config
2022-03-24 16:10:36 +03:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging
2022-03-21 11:57:43 +01:00
R. Ryantm
df57bab623
jumpapp: 1.1 -> 1.2
2022-03-20 11:36:06 +01:00
github-actions[bot]
4ec6244865
Merge staging-next into staging
2022-03-07 18:01:46 +00:00
Felix Buehler
5acd7bb90b
skippy-xd: refactor
2022-03-07 13:58:58 +01:00
Jonathan Ringer
3af9faf36d
Merge pull request #133431 from Ma27/glibc-2.34
...
glibc: 2.33-108 -> 2.34-115
2022-02-27 18:07:11 -08:00
InfinityGhost
c06351b06e
opentabletdriver: v0.6.0.2 -> v0.6.0.3
2022-02-27 13:23:12 -05:00
Maximilian Bosch
81e0c947ec
xnee: fix build w/glibc-2.34
...
ChangeLog: https://hydra.nixos.org/build/163058159
2022-02-27 10:26:55 +01:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
f8e0e77e26
xbanish: 1.7 -> 1.8
2022-02-25 10:27:53 -08:00
Will Dietz
2f009472e5
xlayoutdisplay: 1.1.2 -> 1.3.0
...
* xlayoutdisplay: 1.1.2 -> 1.3.0 (#157579 )
* no more cmake
* format string fixup was merged upstream, hooray
* continue to fixup boost linking, but altered for new build system
* xlayoutdisplay: check target is gtest
and build in parallel
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-19 11:11:55 +01:00
Renaud
606cd6454e
Merge pull request #157540 from dtzWill/update/xtruss-20211024
...
xtruss: 20181001 -> 20211025
2022-02-19 10:46:47 +01:00
R. Ryantm
2a52ad5f76
xpra: 4.3.1 -> 4.3.2
2022-02-16 09:04:16 -08:00
R. RyanTM
561735d8ad
find-cursor: 1.7 -> 1.8
...
(#159272 )
2022-02-12 10:34:57 +01:00
R. RyanTM
8429cc4ffd
ckbcomp: 1.205 -> 1.207
...
(#150307 )
2022-02-10 22:14:33 +01:00
Stefan Frijters
61a15bd35b
obconf: Re-init at unstable-2015-02-13
2022-02-02 18:11:29 +01:00
Will Dietz
bff92bb646
xtruss: 20181001 -> 20211025
...
https://git.tartarus.org/?p=simon/xtruss.git;a=shortlog;h=c25bf48c14c977d1c76f122b73c37f15df6ae6d5
(back to 2018-09-30 commit 82973f5)
* now uses cmake to build
* halibut for manpage generation
2022-01-31 10:40:40 -06:00
piegames
82c39d6929
obconf: drop
2022-01-29 18:09:15 +01:00
Felix Buehler
09e3b7a570
treewide: remove all updateWalker/downloadURLRegexp
2022-01-26 21:46:08 +01:00
R. RyanTM
7916caf759
wpgtk: 6.1.3 -> 6.5.0
...
* wpgtk: 6.1.3 -> 6.5.0 (#155578 )
* wpgtk: use SPDX 3.0 license identifier
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-24 22:21:54 +01:00
Sandro
e639c04196
Merge pull request #156183 from lourkeur/update/xpra
2022-01-24 00:43:05 +01:00
moritz bust
63f93a91d4
bumblebee: fix source url
2022-01-23 20:15:36 +08:00
Louis Bettens
a3354b61b6
xpra: 4.2 -> 4.3.1
2022-01-22 20:08:40 +01:00
Nick Cao
0e9544b12a
xdg-user-dirs: fix cross compilation
2022-01-21 11:05:33 +08:00
Fernando Ayats
84127a719f
caffeine-ng: 3.4.2 -> 3.5.1
2022-01-20 11:54:49 +01:00
InfinityGhost
a9581967f7
opentabletdriver: v0.5.3.3 -> v0.6.0.2
2022-01-16 20:03:16 -05:00
Pavol Rusnak
5c32667d6e
Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphase
...
buildDotnetModule: wrap executables in preFixup
2022-01-16 15:22:54 +01:00
Felix Buehler
002ab67a21
ratmen: refactor
2022-01-13 00:18:22 +01:00
IvarWithoutBones
ec52dd4971
opentabletdriver: use postFixup instead of postInstall
2022-01-12 00:23:53 +01:00
Vincent Ambo
1bdceb9628
xsecurelock: add coreutils to saver_blank script path
...
This script is used to delay something in a loop that is active while
xscreensaver is running.
Since it calls `sleep` from coreutils, the effect of `sleep` not being
on $PATH is that it turns into a busy loop that does nothing, causing
a variety of problems with things like resuming from suspend if a
screenlocker is active.
Situations where coreutils might not be on $PATH are, for example,
cases where xscreensaver is launched via a systemd-unit (e.g. through
xss-lock).
I've been running xsecurelock with this change for a while (since
https://cl.tvl.fyi/c/depot/+/4403 ) and it has resolved these issues
for me.
2022-01-07 17:48:50 +01:00
Thiago Kenji Okada
2bba578ff6
opentabletdriver: add meta.mainProgram, update website
2022-01-04 15:31:59 -03:00
R. RyanTM
951a01d284
wmutils-core: 1.5 -> 1.6
...
(#143325 )
2022-01-02 16:41:13 +01:00
Felix Buehler
81eb599e8d
nuget-to-nix: update to use pname instead of name
2021-12-23 22:47:34 +01:00
IvarWithoutBones
1dafe944ec
opentabletdriver: run unit tests
2021-12-22 14:54:41 +01:00
IvarWithoutBones
0f3d546116
buildDotnetModule: set dontWrapGApps to avoid double wrapping
...
This also removes the flag from opentabletdriver and opentracker, which
manually set it before.
2021-12-20 21:54:40 +01:00
R. Ryantm
33c520d185
alttab: 1.6.0 -> 1.6.1
2021-12-06 01:26:13 +00:00
Felix Buehler
8d0267dc8f
treewide: use pname&version instead of name
2021-12-05 15:38:17 +01:00
Felix Buehler
22dffe27f3
pkgs/tools: use pname&version instead of name
2021-11-30 21:11:29 +01:00
Sandro
e6e8cb81bd
Merge pull request #146895 from trofi/fix-nx-libs-for-binutils-2.36
2021-11-30 18:23:11 +01:00
Florent C
1bf1adbf0b
xob: 0.2 -> 0.3
...
The current package is outdated and does not have a maintainer anymore.
This updates the package to version 0.3 and adds myself as the new
package maintainer since I am already the maintainer of xob.
2021-11-25 18:13:07 +01:00
IvarWithoutBones
9a0d636d7d
opentabletdriver: use buildDotnetModule
2021-11-22 00:39:48 +01:00
Sergei Trofimovich
d793cbc4aa
nx-libs: fix build on upcoming binutils-2.36
...
Without the change build fails on binutils-2.36 as:
ar: libdeps specified more than once
failed command: ar clq libdix.a atom.o colormap.o cursor.o
2021-11-21 16:36:48 +00:00
figsoda
fb3de84fb3
xidlehook: use buildFeatures
2021-11-16 08:11:50 -05:00
Thiago Kenji Okada
8ccfa0e0b8
Merge pull request #143321 from r-ryantm/auto-update/xdotool
...
xdotool: 3.20210903.1 -> 3.20211022.1
2021-11-13 20:16:16 -03:00
Sandro
96c17beaf5
Merge pull request #145205 from Stunkymonkey/treewide-pname-version-1
2021-11-13 19:32:52 +01:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version ( #145396 )
2021-11-10 16:21:47 -05:00
Felix Buehler
9480444dae
treewide: rename name to pname&version
2021-11-09 22:24:57 +01:00
R. Ryantm
ef424f2d81
xdotool: 3.20210903.1 -> 3.20211022.1
2021-10-28 07:43:39 +00:00
Felix Buehler
a58c4b60ca
xinput_calibrator: switch to fetchFromGitHub
2021-10-24 15:13:07 +02:00
Felix Buehler
54ecf6b486
wmutils-core: switch to fetchFromGitHub
2021-10-24 15:12:35 +02:00
Felix Buehler
432653874c
bgs: switch to fetchFromGitHub
2021-10-24 15:12:09 +02:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs
2021-10-18 23:46:17 +02:00
github-actions[bot]
d6f028d12d
Merge master into staging-next
2021-09-13 06:01:28 +00:00
R. RyanTM
c07ae7fe51
opentabletdriver: 0.5.3.2 -> 0.5.3.3
2021-09-12 22:39:34 +00:00
Luke Granger-Brown
764a52ba7e
Merge pull request #135414 from trofi/fix-imake-vendor
...
imake: do not skip Linux* vendor definitions
2021-09-08 23:16:41 +01:00
Sergei Trofimovich
79031203b8
xvkbd: explicitly set LIBDIR and CONFDIR
...
In preparation to fix long-standing `imake` bug #135337 we need
to set `LIBDIR` and `CONFDIR` away from incorrectly embedded
`xorg-cf-files`. Before #135337 the package worked by chance.
Issue: https://github.com/NixOS/nixpkgs/issues/135337
2021-09-06 07:46:13 +01:00
R. RyanTM
bf95b9a770
xdotool: 3.20210804.2 -> 3.20210903.1
2021-09-05 03:50:28 +00:00
Sandro
545fc025a9
Merge pull request #134949 from jecaro/add-inputplug
2021-08-23 12:20:22 +02:00
Jörg Thalheim
e6d5267332
arandr: fix homepage
2021-08-22 16:07:48 +02:00
jecaro
de85b9bb8f
inputplug: init at 0.4.0
2021-08-21 20:42:02 +02:00
Alyssa Ross
ccb652c538
xrestop: 0.4 -> 0.5; clarify license; adopt
2021-08-19 12:42:06 +00:00
Artturi
2b75e59cc2
Merge pull request #133981 from r-ryantm/auto-update/xosview2
...
xosview2: 2.3.1 -> 2.3.2
2021-08-17 22:51:35 +03:00
Artturi
3b0bafb356
Merge pull request #133887 from r-ryantm/auto-update/xkbset
...
xkbset: 0.5 -> 0.6
2021-08-17 22:46:31 +03:00
Sandro
cd12d94977
Merge pull request #134264 from sikmir/xdotool
...
xdotool: 3.20160805.1 → 3.20210804.2
2021-08-16 15:45:47 +02:00
Nikolay Korotkiy
ae41d2a1d7
xdotool: 3.20160805.1 → 3.20210804.2
2021-08-15 22:28:37 +03:00
Jörg Thalheim
52657498f7
Merge pull request #133588 from zhaofengli/nuget-to-nix
...
nuget-to-nix: init
2021-08-15 07:02:43 +01:00
R. RyanTM
bd514f19b6
xosview2: 2.3.1 -> 2.3.2
2021-08-14 10:55:58 +00:00
R. RyanTM
4d238dff23
xkbset: 0.5 -> 0.6
2021-08-14 06:14:04 +00:00
Zhaofeng Li
9968cfbb26
opentabletdriver: Use nuget-to-nix in updater script
2021-08-13 22:50:20 -07:00
Ilan Joselevich
9cbe3b1e3d
xwallpaper: 0.7.0 -> 0.7.3
2021-08-13 20:29:16 +03:00
R. RyanTM
595ef1a207
ckbcomp: 1.199 -> 1.205
2021-08-10 00:07:48 +00:00
Artturi
e525b9eaca
Merge pull request #131368 from akho/xplugd-1.4
2021-08-07 02:40:58 +03:00
adisbladis
0ec5b03c80
Merge pull request #132472 from ollieh/remove-maintainer-vozz
...
remove vozz as maintainer
2021-08-02 19:14:58 -05:00
ollieh
5d2da0969d
remove maintainer vozz
2021-08-02 23:55:58 +01:00
Sandro Jäckel
939f7ca6d1
keynav: format
2021-08-02 10:58:48 +02:00
Felix Buehler
b8c370fedf
tools/{X11/video/virtualization}: replace name with pname&version
2021-07-27 20:45:57 +02:00
Alexander Khodyrev
3fe085cb14
xplugd: init at 1.4
2021-07-26 09:16:20 +03:00
Sandro
2e5e3c2b6e
Merge pull request #130540 from Stunkymonkey/xgeometry-select-phases
...
xgeometry-select: deprecate phases
2021-07-20 11:07:35 +02:00
Michael Weiss
b9e49d257c
xob: remove myself as maintainer
...
All my systems use Wayland now (with wob) and I cannot even properly
test X11 software anymore.
2021-07-20 10:15:35 +02:00
Felix Buehler
195e90b7db
xgeometry-select: deprecate phases
2021-07-18 12:28:46 +02:00
Felix Buehler
a80435dac2
runningx: deprecate phases
2021-07-17 21:26:51 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version
2021-07-17 20:41:50 +02:00
Ben Siraphob
10b82fbfbc
Merge pull request #130231 from Mindavi/wmctrl/cross
...
wmctrl: support cross-compilation
2021-07-16 10:56:52 +07:00
Felix Buehler
1e9baed56b
various: cleanup of 'inherit version;'
2021-07-16 00:17:12 +02:00
Sandro
60dd8dda4a
Merge pull request #89929 from OPNA2608/refactor-fltk
2021-07-15 21:50:17 +02:00
Rick van Schijndel
65394f22e2
wmctrl: support cross-compilation
...
Add dependencies on correct place for cross-compiling.
Fix issue where 'glib.h' cannot be found when cross-compiling.
2021-07-14 23:16:17 +02:00
Sandro
70fca13799
Merge pull request #129816 from figsoda/sx
2021-07-13 22:52:31 +02:00
gfrascadorio
1d8caaff1c
xprintidle-ng: latest gnulib requires autoconf 2.64
2021-07-13 10:44:23 -06:00
OPNA2608
6425fa659b
virtualgl*: Fix missing library
...
FLTK doesn't dictate linking against libXi, so virtualgl should declare that
its own buildInputs.
2021-07-12 12:22:45 +02:00
figsoda
6c3c1e46a2
sx: init at 2.1.7
2021-07-10 12:39:36 -04:00
Roman Volosatovs
b24622c31d
go-sct: remove myself as maintainer
2021-06-29 21:25:45 +02:00
Sandro Jäckel
10f85360c6
maintainers: remove jD91mZM2
...
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2
https://www.redox-os.org/news/open-source-mental-health/
2021-06-12 23:13:40 +02:00
Thiago Kenji Okada
4211a977d4
opentabletdriver: 0.5.3.1 -> 0.5.3.2
2021-06-08 17:24:28 -03:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm
2021-06-03 12:44:33 +02:00
Dmitry Kalinkin
d26d1125cb
Merge pull request #124335 from zhaofengli/xpra-nvenc
...
xpra: Add NVENC support
2021-05-28 21:02:22 -04:00
Zhaofeng Li
80e86f8871
xpra: Add NVENC support
2021-05-28 17:43:20 -07:00
IvarWithoutBones
12b265cb5a
xwallpaper: 0.6.6 -> 0.7.0
2021-05-25 02:04:17 +02:00
Bruno BELANYI
19c3849b71
caffeine-ng: set 'meta.mainProgram'
...
This allows doing `nix run nixpkgs#caffeine-ng`.
2021-05-23 14:21:47 +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
Matt Votava
3147a7104d
xpra: 4.1.3 -> 4.2
...
Add librsvg for icon resizing
2021-05-22 05:37:13 -07: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
Maximilian Bosch
6dcd2949f0
Merge pull request #123516 from r-ryantm/auto-update/find-cursor
...
find-cursor: 1.6 -> 1.7
2021-05-18 17:22:22 +02:00
R. RyanTM
92a7f5cb67
find-cursor: 1.6 -> 1.7
2021-05-18 13:41:32 +00:00
Sandro
ac0496048c
Merge pull request #123040 from thiagokokada/bump-opentabletdriver
...
opentabletdriver: 0.5.1 -> 0.5.3.1
2021-05-17 18:55:50 +02:00
Jonathan Ringer
c227fb4b17
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/tools/rust/cargo-cache/default.nix
pkgs/development/tools/rust/cargo-embed/default.nix
pkgs/development/tools/rust/cargo-flash/default.nix
pkgs/servers/nosql/influxdb2/default.nix
2021-05-17 07:01:38 -07:00
Stéphan Kochen
eec3738f4c
hsetroot: fix darwin build
2021-05-17 00:03:12 -07: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
f30367b066
Merge pull request #121893 from lourkeur/update/xpra
...
xpra: 4.0.6 -> 4.1.3
2021-05-17 01:07:57 +02:00
Thiago Kenji Okada
d4e5bd979d
opentabletdriver: 0.5.1 -> 0.5.3.1
2021-05-14 18:19:12 -03:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
Jonas Chevalier
c6b62f2381
mkShell: introduce packages argument ( #122180 )
...
The distinction between the inputs doesn't really make sense in the
mkShell context. Technically speaking, we should be using the
nativeBuildInputs most of the time.
So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.
This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Vladimír Čunát
080cd658ca
Merge #121780 : treewide meta.maintainers tweaks
2021-05-08 10:47:08 +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
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
...
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Louis Bettens
c34dd57a3c
xpra: 4.0.6 -> 4.1.3
2021-05-07 11:15:26 +02:00
Samuel Gräfenstein
c55ef4cf0e
libstrangle: add meta.mainProgram
2021-04-29 14:59:31 +02:00
sternenseemann
c8870b4625
Revert "svkbd: init at 0.2.2"
...
This reverts commit 5e2d683c18
.
Reason for revert: svkbd is already defined in
top-level/all-packages.nix, thus this commit is causing a syntax error.
2021-04-06 00:56:13 +02:00
Nikolay Korotkiy
5e2d683c18
svkbd: init at 0.2.2
2021-03-29 00:20:41 +03:00
Ben Siraphob
7d97e284e8
treewide: remove redundant stdenv
2021-03-26 12:18:16 +07:00
Sandro
777a93a76b
Merge pull request #115547 from r-ryantm/auto-update/screen-message
...
screen-message: 0.25 -> 0.26
2021-03-22 01:08:27 +01:00
Sandro
2a78603f4c
Merge pull request #108869 from jakobrs/libstrangle
...
libstrangle: 2017-02-22 -> 0.1.1
2021-03-21 05:18:02 +01:00
Sebastian Graf
532ba32490
alttab: Enable doCheck
...
Consequently I had to add a few dependencies for the testsuite.
2021-03-18 19:58:05 +01:00
Sebastian Graf
a8fe53907d
alttab: Clarify license to GPLv3-or-later
2021-03-18 18:57:44 +01:00
R. RyanTM
22a56ecc93
alttab: 1.5.0 -> 1.6.0 ( #116390 )
2021-03-15 13:25:03 +01:00
R. RyanTM
ed794cd654
autocutsel: 0.10.0 -> 0.10.1
2021-03-09 15:31:44 -08:00
R. RyanTM
1f91c33cb6
screen-message: 0.25 -> 0.26
2021-03-09 14:53:12 +00:00
Sandro
b271820fc0
Merge pull request #110944 from bb2020/xk
...
xkeysnail: init at 0.4.0
2021-03-05 02:55:25 +01:00
jD91mZM2
1f86598bb7
xidlehook: 0.9.1 -> 0.10.0 ( #115076 )
2021-03-05 02:09:30 +01:00
bb2020
32ec300db4
xkeysnail: init at 0.4.0
2021-03-04 23:42:44 +03:00
jD91mZM2
3a6ba9ea5b
remove me as maintainer
...
I don't use these tools anymore, so it makes sense I shouldn't have an
opinion on PRs that change/update them. I know it's always unfortunate
losing a reviewer, but I'm not very active anymore anyway,
unfortunately. Apologies.
From now on, I'm trying not to add too many packages into nixpkgs, since
flakes are available. I guess when I first started using Nix I got
overexcited by how easy it was to contribute, so I added things for the
sake of adding things (not because I necessarily used them).
2021-03-01 12:32:20 +01:00
github-actions[bot]
abe7db36a4
Merge staging-next into staging
2021-02-20 00:36:40 +00:00
Sandro
41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc
2021-02-19 19:25:41 +01:00
Ben Siraphob
223f25cf4a
treewide: add targetPrefix to hardcoded references to CC=cc
2021-02-20 01:01:46 +07:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
...
Resolved the following conflicts:
- kernel flags between 09176d28a0
and 2b28822d8d
- clojure-lsp between 3fa00685ce
and e03c068af5
2021-02-19 17:15:31 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
R. RyanTM
526643e81c
xkb-switch: 1.6.0 -> 1.8.5
2021-02-18 19:02:46 +00:00
Ryan Mulligan
f2f7c0e3bc
Merge pull request #112563 from r-ryantm/auto-update/xwallpaper
...
xwallpaper: 0.6.5 -> 0.6.6
2021-02-10 17:55:31 -08:00
Peter Hoeg
118a6ad716
xsettingsd: 1.0.0 -> 1.0.2 ( #112609 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-10 14:30:42 +01:00
R. RyanTM
ceb56b202f
xwallpaper: 0.6.5 -> 0.6.6
2021-02-09 19:21:58 +00:00
R. RyanTM
d890c17a7e
nx-libs: 3.5.99.25 -> 3.5.99.26
2021-02-08 00:01:49 +00:00
Connor
522574791f
wmutils-core: 1.1 -> 1.5
2021-02-06 17:27:41 -05:00
Thiago Kenji Okada
4aac1c4d1a
opentabletdriver: 0.5.0 -> 0.5.1
2021-02-04 11:56:57 -03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Kevin Cox
f1d3b04c04
Merge pull request #109966 from thiagokokada/bump-opentabletdriver
...
opentabletdriver: 0.4.2 -> 0.5.0
2021-01-20 16:37:16 -05:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Thiago Kenji Okada
313ee6bd96
opentabletdriver: 0.4.2 -> 0.5.0
2021-01-19 14:05:48 -03:00
Thiago Kenji Okada
98873022d4
opentabletdriver: improve update.sh script
...
Allow it to update deb package sha256 automatically.
2021-01-19 11:41:17 -03:00
Stefan Frijters
e4e6537234
xdg_utils: 1.1.3 -> unstable-2020-10-21
...
There has not been an official release for a long time, but
new features and fixes are available
2021-01-18 16:22:51 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
8dd78bb4fb
treewide: fix double quoted strings in meta.description
2021-01-16 11:29:30 +07:00
Jörg Thalheim
147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
...
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Sandro
ebd22859f2
Merge pull request #108969 from lourkeur/update/xpra
2021-01-15 10:52:16 +01:00
jakobrs
b0ff7414c2
libstrangle: 2017-02-22 -> 0.1.1
2021-01-14 07:36:01 +01:00
Louis Bettens
e3dac9b6b3
xpra: 4.0.2 -> 4.0.6
2021-01-11 11:05:59 +01:00
Louis Bettens
a129a5e2d9
xpra: add update script
2021-01-11 11:05:53 +01:00