mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
xvfb_run: pin xorg-server package
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
ec0e3acd58
commit
c4be9091b3
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
, xauth, utillinux, which, fontsConf, gawk, coreutils }:
|
||||
let
|
||||
xvfb_run = fetchurl {
|
||||
url = https://projects.archlinux.org/svntogit/packages.git/plain/trunk/xvfb-run?h=packages/xorg-server;
|
||||
# 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";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue