Commit Graph

959 Commits

Author SHA1 Message Date
Sandro
b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
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
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