about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-10-17 21:55:05 +0800
committeradisbladis <adisbladis@gmail.com>2018-10-17 23:56:41 +0800
commitdc427b0ff06a52b65979be536bb20a5edaaa3686 (patch)
tree1e1083d06a3470616f545bf536f6badbf55821fa /pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
parent4473d3d56b58b42839d3dab7ec971e6a9f363c4d (diff)
downloadnixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar.gz
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar.bz2
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar.lz
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar.xz
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.tar.zst
nixlib-dc427b0ff06a52b65979be536bb20a5edaaa3686.zip
pulseaudio-modules-bt: unstable-2018-09-11 -> unstable-2018-10-16
Diffstat (limited to 'pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch')
-rw-r--r--pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch b/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
new file mode 100644
index 000000000000..2b4ff86ab71b
--- /dev/null
+++ b/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
@@ -0,0 +1,11 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0f5baa0..1f35cce 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -122,5 +121,4 @@ INSTALL(TARGETS
+         module-bluez5-device
+         module-bluetooth-discover
+         module-bluetooth-policy
+-        LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
+-
++        LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)