diff --git a/srcpkgs/musikcube/patches/no-rpath.patch b/srcpkgs/musikcube/patches/no-rpath.patch new file mode 100644 index 00000000000..f7bf738c89b --- /dev/null +++ b/srcpkgs/musikcube/patches/no-rpath.patch @@ -0,0 +1,11 @@ +--- a/script/post-build.sh ++++ b/script/post-build.sh +@@ -15,8 +15,6 @@ else + echo "[post-build] BUILD_TYPE=${CMAKE_BUILD_TYPE}, not stripping" + fi + +-echo "[post-build] patching library rpath entries..." +-$CMAKE_CURRENT_SOURCE_DIR/script/patch-rpath.sh $CMAKE_CURRENT_SOURCE_DIR + + echo "[post-build] staging static assets..." + mkdir -p "$CMAKE_CURRENT_SOURCE_DIR/bin/themes"