Commit Graph
32 Commits
Author SHA1 Message Date
tilpner 0281599ad2 tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
tilpner 944a3a0dfc nixos/cadvisor: allow passing custom arguments 2019-08-19 01:32:01 +02:00
tilpner a261f43286 python3Packages.PyGithub: 1.36 -> 1.43.8 2019-08-17 12:28:58 +02:00
tilpner a4cc672ace python3Packages.deprecated: init at 1.2.6 2019-08-17 12:28:58 +02:00
tilpner 0e6d0c12e4 linux_4_19: restore __kernel_fpu_{begin,restore}
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.19, so add the reverting patch to restore zfs performance.
2019-06-22 20:51:26 +02:00
tilpner 71b4b7b4c7 linux_4_14: restore __kernel_fpu_{begin,restore}
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.14, so add the reverting patch to restore zfs performance.
2019-06-22 20:50:49 +02:00
tilpner 94717b7ee1 godot: 3.0.6 -> 3.1 2019-03-21 19:23:04 +01:00
tilpner 58443d8a50 appimageTools: init
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
2019-02-23 21:04:21 +01:00
tilpner d1476e21a9 riot-web: 0.17.9 -> 1.0.0 2019-02-14 19:46:57 +01:00
tilpner 0ce675a3d5 tahoe-lafs: 1.12.1 -> 1.13.0 2019-02-14 00:13:44 +01:00
tilpner 5888faeee6 groff: Remove indeterminism in manpages
It was caused by including the modification date
2019-02-13 23:50:43 +01:00
tilpner b331161df2 fuse-overlayfs: 0.2 -> 0.3 2019-02-08 16:04:03 +01:00
tilpner b02d871652 podman: install manpages 2019-02-08 14:31:33 +01:00
tilpner 2922ae9ee7 abduco: 0.6 -> 2018-05-16 2019-01-01 17:54:39 +01:00
tilpner 04e2dd4c4f mkdocs: 0.17.5 -> 1.0.4 2018-12-15 00:48:32 +01:00
tilpner 380fce5bc3 minio-client: 2018-07-31T02-28-53Z -> 2018-12-05T22-59-07Z 2018-12-11 13:59:43 +01:00
tilpner d08187edce minio: 2018-07-31T02-11-47Z -> 2018-12-06T01-27-43Z 2018-12-11 13:59:36 +01:00
tilpner 70bd091f16 tigervnc: 1.8.0pre2017041 -> 1.9.0 2018-12-05 22:00:40 +01:00
tilpner 62dc7fbc61 appimage-run: Fix type-1 support, used wrong directory 2018-10-16 13:57:15 +02:00
tilpner f38459442a appimage-run: init
This adds a best-effort hack to run AppImages, which currently don't
work out-of-the-box on NixOS. This is not preferable to using packaged
applications, but may help users if the application they want to run
is not in nixpkgs.

It uses the package list from the Steam chroot, but without Steam
packages.
2018-06-15 11:02:15 +02:00
tilpner 903292a2d8 nixos/awesome: Add noArgb option
Add option to disable client transparency support in awesome,
which greatly improves performance in my setup
(and presumably will in some others).
2018-06-13 19:47:26 +02:00
tilpner a12a277e62 racket: use proper uname, allow for unix sockets
Racket checks the current platform via uname, then disallows
unix domain socket usage based on the result. Previously, it could not
successfully call uname at all, so it fell back to denying UDS.
2018-05-29 20:07:41 +02:00
tilpner c1efa89126 gomuks: init at 2018-05-16 2018-05-16 20:47:35 +02:00
tilpner 16e46207ec goxel: don't save imgui.ini to working directory 2018-05-01 10:36:38 +02:00
tilpner a758ae44cf fcgiwrap: don't error on implicit fallthrough
This errored since ca8aa5d, but should be safe.
Warning is left on (instead of completely disabled),
to not hide potential other fallthroughs if someone
was to make changes to fcgiwrap with this package.
2018-03-11 15:58:26 +01:00
tilpner 5cf9424632 elvish: 0.10 -> 0.11 2018-01-31 23:32:49 +01:00
tilpner fb1d094672 goxel: init at 0.7.2 2018-01-16 03:23:18 +01:00
tilpner d0601b6add bup: PYTHONPATH -> withPackages
Without this, tornado was not found on startup (`bup web`),
even though it was provided by PYTHONPATH

Also see #22688
2018-01-06 21:10:57 +01:00
tilpner 68b2eeb1cb chez: 9.4 -> 9.5 2017-10-29 02:04:16 +02:00
tilpner 77f1c7d5bc buildenv: Make buildEnv overridable
callPackage already calls makeOverridable, but that just
makes the function that evaluates to buildEnv overridable,
not buildEnv itself.
If no overridable version of buildEnv is used during construction,
users can't override e.g. `paths` at all
2017-08-02 11:56:37 +02:00
tilpner c610f99d8f Expose custom Rust registry versions
This allows users to specify a custom registry src,
because currently every packager would need to create
an outdated Cargo.lock just to be compatible with the
probably outdated rustRegistry in nixpkgs.

Currently there is no easy way to convince cargo to
do that, so this makes that workaround unnecessary.
2017-06-25 11:56:15 +01:00
Till Höppner c9d02b7c57 vscode: Fix relocation errors
LD_PRELOAD was inherited by spawned processes, and caused
issues with systems that have older system packages while
using fresh user packages.

Links out the wrapper script instead of electron binary to
expose CLI like on other systems

Breaks anything that relies on vscode not detaching
2017-03-31 20:34:35 +02:00