Commit Graph
19 Commits
Author SHA1 Message Date
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