summary refs log tree commit diff
path: root/pkgs/tools/misc/xvfb-run
Commit message (Collapse)AuthorAge
* treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel2021-07-14
|
* xvfb-run: mark as linux-onlyStéphan Kochen2021-05-19
|
* treewide: xvfb_run -> xvfb-runRobert Hensing2021-05-08
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* xvfb_run: enable on darwinMario Rodas2020-08-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* xvfb_run: fix nameEric Bailey2019-06-10
| | | Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
* xvfb_run: pin xorg-server packageEric Bailey2019-06-10
| | | Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
* xvfb_run: fix hashEric Bailey2019-06-09
|
* xvfb-run: add license`Markus Kowalewski2018-09-11
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* xvfb_run: fix /bin/sh impurityTor Hedin Brønner2018-03-16
|
* xorg.xserver: configure --with-xkb-path= (#21653)volth2017-01-18
|
* xserver: replace XKB_BINDIR with compile time optionAlexander Ried2016-10-03
| | | | | | | | --- Using the configure option relieves us of the patch and passing the path via the env var in many places. Also the env var may not be inherited when components like gdm spawn new sessions.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* xvfb-run: fix missing toolsVladimír Čunát2016-04-27
| | | | | - it was failing to find awk and mktemp - use `makeBinPath` for better robustness wrt. multiple outputs
* treewide: Mass-replace 'xorgserver}/bin' with correct outputTuomas Tynkkynen2015-10-28
| | | | vcunat added one fix in xdummy.
* xvfb-run: add some runtime dependencies to wrapper, set FONTCONFIG_FILERob Vermaas2012-08-07
|
* Add xvfb-run, a wrapper script for Xvfb.Rob Vermaas2012-08-07