forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=13563
This commit is contained in:
parent
3918c63518
commit
cf6908d2f9
|
@ -10,7 +10,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [kdelibs kdepimlibs kdeworkspace boost readline openbabel ocaml
|
||||
libusb facile python];
|
||||
|
||||
# !!! shouldn't include directories, since that can lead to inconsistent hashing
|
||||
# between different machines/users due to .svn directories. Either use filterSource
|
||||
# or include the files separately.
|
||||
myCmakeFiles = ./myCmakeFiles;
|
||||
|
||||
patchPhase = "
|
||||
cp ${myCmakeFiles}/* ../cmake/modules
|
||||
sed -e 's@+facile@\${LIBFACILE_INCLUDE_DIR}@' -i \\
|
||||
|
|
Loading…
Reference in a new issue