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
|
buildInputs = [kdelibs kdepimlibs kdeworkspace boost readline openbabel ocaml
|
||||||
libusb facile python];
|
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;
|
myCmakeFiles = ./myCmakeFiles;
|
||||||
|
|
||||||
patchPhase = "
|
patchPhase = "
|
||||||
cp ${myCmakeFiles}/* ../cmake/modules
|
cp ${myCmakeFiles}/* ../cmake/modules
|
||||||
sed -e 's@+facile@\${LIBFACILE_INCLUDE_DIR}@' -i \\
|
sed -e 's@+facile@\${LIBFACILE_INCLUDE_DIR}@' -i \\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user