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,4 +1,4 @@
{ stdenv, fetchurl, lib, xlibs }:
{ stdenv, fetchurl, lib, xorg }:
let
name = "scilab-bin-${ver}";
@@ -33,12 +33,12 @@ stdenv.mkDerivation rec {
libPath = lib.makeLibraryPath [
stdenv.cc.cc
xlibs.libX11
xlibs.libXext
xlibs.libXi
xlibs.libXrender
xlibs.libXtst
xlibs.libXxf86vm
xorg.libX11
xorg.libXext
xorg.libXi
xorg.libXrender
xorg.libXtst
xorg.libXxf86vm
];
phases = [ "unpackPhase" "fixupPhase" "installPhase" ];