nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

crystal: fix llvm_config

authored by

Jonathan Ringer and committed by
Jonathan Ringer
03ca2ca8 e21fb16f

+1 -1
+1 -1
pkgs/development/compilers/crystal/default.nix
··· 146 146 "CRYSTAL_CONFIG_VERSION=${version}" 147 147 ]; 148 148 149 - LLVM_CONFIG = "${llvmPackages.llvm}/bin/llvm-config"; 149 + LLVM_CONFIG = "${llvmPackages.llvm.dev}/bin/llvm-config"; 150 150 151 151 FLAGS = [ 152 152 "--release"