Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ~/env/vulkan.nix :
  2. with import <nixpkgs> {};
  3. clangStdenv.mkDerivation {
  4. name = "vulkan_env";
  5. buildInputs = [ clang_5 llvm_5 lldb_5 clang-tools cmake gnumake qtcreator
  6. mesa_noglu vulkan-loader xorg.libxcb xorg.xcbutil xorg.libX11 xorg.libpciaccess
  7. xorg.libXrandr xorg.libXpresent libxkbcommon xorg
  8. libpng glm graphviz python2Full ];
  9. }
  10.  
  11. » nix-shell ~/env/vulkan.nix --show-trace
  12. error: while evaluating the attribute ‘buildInputs’ of the derivation ‘vulkan_env’ at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/stdenv/generic/make-derivation.nix:98:11:
  13. cannot coerce a set to a string, at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/stdenv/generic/make-derivation.nix:98:11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement