Revert "virtualgl-lib: fix broken startup script (#49185)"

This reverts commit efd3f8b57f.
This commit is contained in:
Markus Kowalewski 2018-11-01 21:40:38 +01:00
parent c8e2b666a7
commit ddd761abb3
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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";