Merge pull request #49611 from markuskowa/rev-virtualgl

virtualgl: revert PR #49185
This commit is contained in:
xeji 2018-11-01 22:06:24 +01:00 committed by GitHub
commit a1d4a77ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postPatch = ''
# script calls exec, which fails with plain sh
substituteInPlace ./server/vglrun.in \
--replace '#!/bin/sh' '#!/usr/bin/env bash'
'';
meta = with stdenv.lib; {
homepage = http://www.virtualgl.org/;
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";