Guest User

Untitled

a guest
May 28th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. diff --git a/.xmonad/nixpkgs.nix b/.xmonad/nixpkgs.nix
  2. index cc52ae8..b425619 100644
  3. --- a/.xmonad/nixpkgs.nix
  4. +++ b/.xmonad/nixpkgs.nix
  5. @@ -4,7 +4,6 @@ let ghc = haskell.packages.ghc802;
  6.  in
  7.  stdenv.mkDerivation {
  8.    name = "xmonad-testing";
  9. -
  10.    buildInputs = [
  11.      # GHC and friends:
  12.      (ghc.ghcWithPackages (p: with p; [
  13. @@ -27,6 +26,8 @@ stdenv.mkDerivation {
  14.      rsync # Needed by xmonad-web/gen-docs.sh
  15.    ];
  16.  
  17. +  LD_LIBRARY_PATH = "${xorg.libXinerama}/lib:${xorg.libXext}/lib:${xorg.libX11}/lib:${xorg.libXrandr}/lib";
  18. +
  19.    shellHook = ''
  20.      # Generate the configure script in X11:
  21.      ( test -d x11 && cd x11 && autoreconf -f )
Add Comment
Please, Sign In to add comment