lassulus changed the topic of #nixos-de to: Willkommen im deutschen NixOS Channel. | Meetup Donnerstags 19:00 - 23:00 auf Mumble: nix-shell -p mumble --run "mumble mumble://$USER@lassul.us/nixos"
h0m1 has quit [Quit: WeeChat 3.1]
h0m1 has joined #nixos-de
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos-de
wucke13 has quit [Ping timeout: 265 seconds]
wucke13 has joined #nixos-de
mupf has quit [Ping timeout: 252 seconds]
mupf has joined #nixos-de
palo has quit [Ping timeout: 252 seconds]
palo has joined #nixos-de
<palo>
Hmm ich hab ein buildRustPackage und da muss ich eine variable setzen : export LIBCLANG_PATH="${pkgs.llvmPackages.libclang}/lib" wie mach ich das?
<palo>
aber irgendwie findet es jetzt nicht mehr stdlib.h
<palo>
der geo-clipper hat zwar ne shell.nix aber keiner cargo.lock
<palo>
kam noch nicht dazu eine eigene cargo.lock zu erstellen.
<palo>
ich bekomm mit der shell.nix die geo-clipper hat das ding gebaut (meine sieht sehr ähnlich aus) aber leider bekomm ich damit kein package gebaut
<supersandro2000>
bin ich überfragt. clangStdenv probieren? Vielleicht fehlt auch clang im nativeBuildInputs oder eine lib?
<palo>
clang ist im buildInputs
<supersandro2000>
bist du auf master mit rust 1.51? Vielleicht macht das noch ein Unterschied.