lol

cp2k: fix libxc includes (use getDev)

+1 -1
+1 -1
pkgs/applications/science/chemistry/cp2k/default.nix
··· 73 73 -ftree-vectorize -funroll-loops -msse2 \ 74 74 -std=f2008 \ 75 75 -fopenmp -ftree-vectorize -funroll-loops \ 76 - -I${libxc}/include -I${lib.getDev libxsmm}/include \ 76 + -I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include \ 77 77 -I${libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"} 78 78 LIBS = -lfftw3 -lfftw3_threads \ 79 79 -lscalapack -lblas -llapack \