Kira Bruneau
1196443fb2
newsflash: 1.2.1 -> 1.2.2
2021-02-15 11:18:32 -05:00
Kira Bruneau
919109017d
newsflash: 1.2.0 -> 1.2.1
2021-02-15 11:17:27 -05:00
Kira Bruneau
8696e999ac
newsflash: 1.1.1 -> 1.2.0
2021-02-15 11:14:22 -05:00
Kira Bruneau
9c318e6d57
newsflash: add explanation for no-post-install.patch
2021-02-15 11:12:03 -05:00
Kira Bruneau
9b7c32a9c1
winePackages: enable mingwSupport in base build
...
With mingwSupport enabled, Wine uses MinGW builds of GCC (compiled for
the i686-w64-mingw32 & x86_64-w64-mingw32 targets) to cross compile
system DLLs as PE executables.
This is used to workaround some basic anticheat software. (See #103102 )
Fedora & Arch Linux also have this enabled by default in their Wine builds:
- Fedora: https://src.fedoraproject.org/rpms/wine/blob/8e216ca407b6c0f78f65f36c5b068c6452701e55/f/wine.spec#_116
- Arch Linux: https://github.com/archlinux/svntogit-community/blob/2435e762eacd989c588200d7cf57d8f4fb2e0cf3/trunk/PKGBUILD#L44
2021-02-15 10:35:45 -05:00
Kira Bruneau
ebbb927bee
yabridgectl: 2.2.1 -> 3.0.0
2021-02-14 19:45:06 -05:00
Kira Bruneau
26a970df50
yabridge: 2.2.1 -> 3.0.0
2021-02-14 19:44:57 -05:00
Kira Bruneau
e3d0774d0b
yabridgectl: init at 2.2.1
2021-02-14 19:44:17 -05:00
Kira Bruneau
9fce96e160
yabridge: init at 2.2.1
2021-02-14 19:43:49 -05:00
Kira Bruneau
4c521db1f9
ccls: use llvmPackages_latest
2021-02-14 15:36:52 -05:00
Kira Bruneau
c8d50207dd
libthai: fix cross compilation
...
libthai uses trietool from libdatrie as a native build tool
2021-02-07 21:01:34 -05:00
Kira Bruneau
e5cb1701e0
protontricks: 1.4.3 -> 1.4.4
2021-02-06 12:46:10 -05:00
Kira Bruneau
df3a19b9d7
vkBasalt: init at 0.3.2.4
2021-01-27 13:04:10 -05:00
Kira Bruneau
9788188273
pkgs/os-specific/windows: fix evaluation after stdenv.lib -> lib
...
Fixes the evaluation of packages in pkgs/os-specific/windows that
weren't updated to include a new lib parameter after the refactor from
stdenv.lib -> lib (#109490 ).
I originally only intended this change to fix
`pkgsCross.mingw32.buildPackages.gcc` & `pkgsCross.mingwW64.buildPackages.gcc`
to support building wine with `mingwSupport`, but I noticed this was
an issue for all updated windows packages. Most of these other
packages fail to build for other reasons.
2021-01-19 21:34:45 -05:00
Kira Bruneau
a13064ae27
nixos/xdg/portal: fix loading portals from systemd service
2021-01-11 19:22:22 -05:00
Kira Bruneau
f0e9d7e658
texlab: 2.2.1 -> 2.2.2
2021-01-10 11:55:02 -05:00
MetaDark
8deca0d420
zynaddsubfx: use zyn-fusion as default gui module
...
- Added `guiModule` option that accepts "fltk", "ntk", "zest", or "off"
- Split FLTK dependencies from NTK dependencies
- Added support for building the FLTK gui
- Added support for building the Zyn-Fusion (zest) gui
- Added new derivation for the Zest UI framework (local to zynaddsubfx)
It's not yet designed to be used outside of zynaddsubfx, but it
may be in the future
- Added flags for all optional features
- Added & disabled `dssiSupport` by default
- Disabled `lashSupport` by default
Slows down startup looking for LASH server if not running
- Added & enabled `portaudioSupport` by default
Cross platform audio library that uses ALSA/JACK on Linux.
Supports multiple audio streams without needing JACK.
- Enabled tests
- Removes nico202 as maintainer, as requested in code review
2021-01-07 15:00:35 -05:00
Kira Bruneau
ddf11daac7
nixos/pipewire: improve assertion messages
2021-01-07 13:11:05 -05:00
Kira Bruneau
5383c549b7
texlab: 2.2.0 -> 2.2.1
2021-01-07 11:09:48 -05:00
Kira Bruneau
d29570fd37
pythonPackages.python-prctl: disabled tests causing build failure
...
Now disables tests using pytestCheckHook + disabledTests instead of
patch file.
Disables:
- test_speculation_ctrl
- test_mpx
Enables:
- test_mce_kill
- test_proctitle
2021-01-04 00:23:03 -05:00
Kira Bruneau
f0c6e40948
gcc10: fix MinGW build & use local copy of mcfgthread patches
2021-01-03 23:04:37 -05:00
MetaDark
4f5c437c98
nodePackages.typescript-language-server: add typescript dependency
...
typescript-language-server is a wrapper around tsserver and is useless
without it
2021-01-02 18:02:44 +01:00
Kira Bruneau
1fb875c036
wineStaging: fix mingwSupport
2020-12-29 21:29:54 -05:00
Kira Bruneau
c67ba8c9d4
newsflash: 1.0.5 -> 1.1.1
2020-12-16 18:39:23 -05:00
Kira Bruneau
d12a819b24
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-14 18:44:11 -05:00
Kira Bruneau
57c9834f7d
protontricks: don't hard code default wine in winetricks
...
Reduces closure size by 1.8G
2020-12-13 10:25:03 -05:00
Kira Bruneau
30ec971ceb
winetricks: skip null dependencies
...
This can be used to reduce closure size when a wrapper uses a custom
WINE at runtime, or a different wine in PATH.
See pkgs/tools/package-management/protontricks/default.nix
2020-12-13 10:20:28 -05:00
Kira Bruneau
3054057943
protontricks: 1.4.2 -> 1.4.3
2020-12-12 20:52:00 -05:00
MetaDark
56b35d8859
protontricks: support proton wine with steam-run
2020-12-12 20:52:00 -05:00
MetaDark
4a5c49363a
fetchzip: remove write permissions for unpacked files
...
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
MetaDark
61b94d7072
clonehero: init at 0.23.2.2
2020-11-25 13:32:53 -05:00
Kira Bruneau
b61ca0219b
ccache: 4.0 -> 4.1
2020-11-22 23:16:23 -05:00
Kira Bruneau
6495c439f6
webbrowser: removed ccache
...
ccache just adds unnecessary overhead when building in a sandboxed environment
2020-11-21 22:21:43 -05:00
Kira Bruneau
11e1f2ee79
baresip: removed ccache
...
ccache build is disabled with CCACHE_DISABLE=1, so it's unnecessary
2020-11-21 22:21:43 -05:00
Kira Bruneau
82ca111efb
ccache: 3.7.12 -> 4.0
...
Additional changes:
- Added myself as a maintainer
- Generalized ccacheStdenv to allow overriding stdenv
2020-11-21 22:21:43 -05:00
Kira Bruneau
87e9b49fc7
pythonPackages.debugpy: 1.1.0 -> 1.2.0
2020-11-20 09:28:22 -08:00
Kira Bruneau
9f5cba0aaa
wine: add MinGW-w64 support
2020-11-12 17:44:55 -05:00
Kira Bruneau
ef16b3f77c
linuxPackages.xpadneo: 0.8.3 -> 0.8.4
2020-11-02 21:33:16 -05:00
MetaDark
ff4a1cf4d8
git-review: build with python3
...
Also updated source to the new repo and added myself as a maintainer
2020-10-29 16:01:12 -07:00
MetaDark
da11534a4e
pythonPackages.debugpy: 1.0.0 -> 1.1.0
2020-10-27 18:27:08 -07:00
MetaDark
0600273981
pythonPackages.pygls: 0.9.0 -> 0.9.1
2020-09-30 23:19:29 -07:00
MetaDark
abfbca91e7
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
...
Also fixes the Python 2.7 build
2020-10-01 01:02:45 -04:00
MetaDark
3ac630bbe9
linuxPackages.xpadneo: 0.8.2 -> 0.8.3
2020-09-19 09:52:18 -04:00
MetaDark
b94338be05
protontricks: 1.4.1 -> 1.4.2
...
Formatted with nixpkgs-fmt
2020-09-19 09:37:15 -04:00
MetaDark
53d5c9a119
newsflash: 1.0.4 -> 1.0.5
2020-08-14 19:27:40 -04:00
MetaDark
0a2d60b2c9
newsflash: 1.0.2 -> 1.0.4
2020-08-09 23:56:37 -04:00
MetaDark
d554a0aba7
linuxPackages.xpadneo: 0.8.1 -> 0.8.2
...
Also fixes kernel module version: @DO_NOT_CHANGE@ -> 0.8.2
2020-08-03 14:26:27 -04:00
MetaDark
8e2751389c
newsflash: 1.0.1 -> 1.0.2
...
- Removed cargo.lock.patch. Cargo.lock is now available upstream.
- Removed gdk-pixbuf, glib & gsettings-desktop-schemas from
buildInputs. They are propagated by gtk3.
- Added gstreamer plugins to support audio & video.
2020-07-27 20:13:52 -04:00
MetaDark
4b288de0bb
newsflash: fix loading external https content
2020-07-25 17:26:32 -04:00
MetaDark
db96d8840f
nixos/xpadneo: init at 0.8.1
...
I just got an Xbox One controller and I wasn't satisfied with the xpad
driver that ships with the Linux kernel
xpadneo supports more features and fixes problems with
incorrect button mappings
https://atar-axis.github.io/xpadneo
2020-07-22 21:08:11 -04:00
MetaDark
51af90bc62
cxxtest: package includes and run tests
2020-07-22 18:00:38 -04:00
MetaDark
eaf27b316e
newsflash: init at 1.0.1
2020-07-22 17:16:09 +02:00
MetaDark
832a240b12
cmake-language-server: build with pygls 0.9.x
2020-07-07 10:33:26 -07:00
MetaDark
a408cd9e7c
pythonPackages.debugpy: init at 1.0.0b12
2020-07-03 12:15:09 -07:00
MetaDark
93ebfdad49
cmake-language-server: 0.1.1 -> 0.1.2
2020-06-10 19:42:48 +02:00
MetaDark
ec905d07fa
cmake-language-server: init at 0.1.1
2020-05-28 19:21:43 -07:00
MetaDark
f3ee91d47e
pythonPackages.pytest-datadir: init at 1.3.1
2020-05-28 19:21:43 -07:00
MetaDark
db2ce6413e
python3Packages.pygls: init at 0.8.1
2020-05-28 19:21:43 -07:00
MetaDark
2bbf9980f7
texlab: 2.1.0 -> 2.2.0
2020-05-27 18:11:02 -04:00
Kira Bruneau
4d66a37dd5
texlab: 2.0.0 -> 2.1.0 ( #87565 )
2020-05-11 13:58:52 -04:00
MetaDark
467e6c2669
pythonPackages.vdf: 3.2 -> 3.3
2020-04-26 22:36:00 -04:00
MetaDark
327c4b7ea6
protontricks: 1.4 -> 1.4.1
2020-02-18 00:12:54 -08:00
Kira Bruneau
0509ce6408
texlab: 1.9.0 -> 1.10.0 ( #79885 )
2020-02-13 22:35:02 -05:00
MetaDark
28d361ae3c
protontricks: 1.3.1 -> 1.4
...
- Specify SETUPTOOLS_SCM_PRETEND_VERSION to workaround missing .git
- Start running tests that were introduced in 1.3
2020-01-27 19:41:58 -05:00
K. Bruneau
7efeca1721
texlab: 1.7.0 -> 1.9.0 ( #76730 )
...
This commit also removes texlab-citeproc since it was replaced with
citeproc-rs and is no longer available.
2019-12-31 17:28:48 -05:00
K. Bruneau
690390d493
texlab: fix macOS build ( #76544 )
2019-12-26 16:12:58 -05:00
MetaDark
b12dfd0757
rofi: fix displaying hicolor icons
...
This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all
wrapping to rofi/wrapper.nix.
The wrapper will now always be generated, even when a theme is not provided.
2019-12-23 14:40:33 -05:00
MetaDark
f3402a38da
texlab: 1.6.0 -> 1.7.0
2019-11-20 16:52:02 -08:00
MetaDark
a4e600e9d3
texlab: init at 1.6.0
2019-11-13 07:49:21 -05:00
MetaDark
093ea0c15a
protontricks: 1.2.5 -> 1.3
2019-11-06 12:28:01 -05:00
MetaDark
c52f723d5e
protontricks: 1.2.4 -> 1.2.5
2019-09-23 17:42:31 -04:00
MetaDark
5c22c8ba94
ccls: 0.20190314.1 -> 0.20190823
2019-08-31 10:03:32 -04:00
MetaDark
293c2885fe
qbittorrent: 4.1.6 -> 4.1.7
2019-08-06 22:15:16 -04:00
MetaDark
4cd4e54f42
pythonPackages.vdf: 3.1 -> 3.2
2019-08-06 19:58:14 -04:00
MetaDark
a0e09b9542
protontricks: 1.2.3 -> 1.2.4
2019-08-06 19:47:15 -04:00
K. Bruneau
7c4d08421e
winetricks: 20190310 -> 20190615 ( #64706 )
2019-08-01 10:47:16 -04:00
MetaDark
5d053d8333
protontricks: init at 1.2.3
...
fixes #61193
2019-07-18 19:59:19 -04:00
MetaDark
a3f452ed0c
pythonPackages.vdf: init at 3.1
2019-07-18 17:58:32 -04:00
MetaDark
c7b5cfab44
maintainers: add metadark
2019-07-13 08:55:25 -04:00