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
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, scsh, feh, xlibs }:
{ stdenv, fetchFromGitHub, scsh, feh, xorg }:
stdenv.mkDerivation rec {
pname = "deco";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
postFixup = ''
substituteInPlace $out/bin/deco --replace "/usr/bin/env scsh" "${scsh}/bin/scsh"
substituteInPlace $out/bin/deco --replace "feh" "${feh}/bin/feh"
substituteInPlace $out/bin/deco --replace "xdpyinfo" "${xlibs.xdpyinfo}/bin/xdpyinfo"
substituteInPlace $out/bin/deco --replace "xdpyinfo" "${xorg.xdpyinfo}/bin/xdpyinfo"
'';
meta = with stdenv.lib; {