Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. { stdenv, libxcb, pkgconfig, cmake }:
  2.  
  3. stdenv.mkDerivation rec {
  4. name = "VulkanExamples";
  5. buildDepends = [ cmake libxcb pkgconfig ];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement