about summary refs log tree commit diff
path: root/pkgs/tools/misc/xvfb-run
diff options
context:
space:
mode:
authorEric Bailey <yurrriq@users.noreply.github.com>2019-06-10 11:21:26 -0500
committerGitHub <noreply@github.com>2019-06-10 11:21:26 -0500
commit5cc47dc5df76385e9fa8c55ca55037f70c75eb0a (patch)
tree396451999659d7df1db2303335ba04ce3de1550f /pkgs/tools/misc/xvfb-run
parentc4be9091b3d8f3dc13c3e9ef57e2607b495b6914 (diff)
xvfb_run: fix name
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'pkgs/tools/misc/xvfb-run')
-rw-r--r--pkgs/tools/misc/xvfb-run/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/xvfb-run/default.nix b/pkgs/tools/misc/xvfb-run/default.nix
index a8999d33b44cb..d6adbde5ea9ee 100644
--- a/pkgs/tools/misc/xvfb-run/default.nix
+++ b/pkgs/tools/misc/xvfb-run/default.nix
@@ -2,6 +2,7 @@
 , xauth, utillinux, which, fontsConf, gawk, coreutils }:
 let
   xvfb_run = fetchurl {
+    name = "xvfb-run";
     # https://git.archlinux.org/svntogit/packages.git/?h=packages/xorg-server
     url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/xvfb-run?h=packages/xorg-server&id=9cb733cefa92af3fca608fb051d5251160c9bbff;
     sha256 = "1307mz4nr8ga3qz73i8hbcdphky75rq8lrvfk2zm4kmv6pkbk611";