lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 15.09-beta 14 lines 293 B view raw
1{stdenv, packages}: 2 3stdenv.mkDerivation { 4 name = "xlibs-wrapper"; 5 buildPhase = "true"; 6 installPhase = "mkdir -p $out"; 7 unpackPhase = "sourceRoot=."; 8 propagatedBuildInputs = packages; 9 10 preferLocalBuild = true; 11} // { 12 # For compatability with XFree86. 13 buildClientLibs = true; 14}