treewide: s/xlibs/xorg/g (#36889)

This commit is contained in:
volth
2018-03-13 10:16:03 +00:00
committed by zimbatm
parent ebb562d29a
commit 7ec0471242
30 changed files with 103 additions and 104 deletions
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, unzip, xlibs, libGLU_combined }:
{ stdenv, fetchurl, unzip, xorg, libGLU_combined }:
stdenv.mkDerivation rec {
name = "AntTweakBar-1.16";
buildInputs = [ unzip xlibs.libX11 libGLU_combined ];
buildInputs = [ unzip xorg.libX11 libGLU_combined ];
src = fetchurl {
url = "mirror://sourceforge/project/anttweakbar/AntTweakBar_116.zip";