mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
kdelibs-4.4.95: fix python install dir
svn path=/nixpkgs/trunk/; revision=22893
This commit is contained in:
parent
ea891200d8
commit
1e095067cc
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
automoc4 strigi soprano qca2 attica
|
||||
];
|
||||
|
||||
patches = [ ./python-site-packages-install-dir.diff ];
|
||||
|
||||
propagatedBuildInputs = [ shared_desktop_ontologies stdenv.gcc.libc ];
|
||||
|
||||
# cmake fails to find acl.h because of C++-style comment
|
||||
|
@ -0,0 +1,13 @@
|
||||
Source: upstream r1153602
|
||||
Index: a/cmake/modules/SIPMacros.cmake
|
||||
===================================================================
|
||||
--- a/cmake/modules/SIPMacros.cmake (revision 1153601)
|
||||
+++ b/cmake/modules/SIPMacros.cmake (revision 1153602)
|
||||
@@ -119,6 +119,6 @@
|
||||
TARGET_LINK_LIBRARIES(${_logical_name} ${EXTRA_LINK_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(${_logical_name} PROPERTIES PREFIX "" OUTPUT_NAME ${_child_module_name})
|
||||
|
||||
- INSTALL(TARGETS ${_logical_name} DESTINATION "${PYTHON_SITE_PACKAGES_DIR}/${_parent_module_path}")
|
||||
+ INSTALL(TARGETS ${_logical_name} DESTINATION "${PYTHON_SITE_PACKAGES_INSTALL_DIR}/${_parent_module_path}")
|
||||
|
||||
ENDMACRO(ADD_SIP_PYTHON_MODULE)
|
Loading…
Reference in New Issue
Block a user