diff --git a/pkgs/tools/X11/virtualgl/lib.nix b/pkgs/tools/X11/virtualgl/lib.nix index b3495b189a6..4c911e75633 100644 --- a/pkgs/tools/X11/virtualgl/lib.nix +++ b/pkgs/tools/X11/virtualgl/lib.nix @@ -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";