summary refs log tree commit diff
path: root/pkgs/applications/audio/musikcube/0001-apple-cmake.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-22 15:34:59 +0000
committerGitHub <noreply@github.com>2022-07-22 15:34:59 +0000
commitb4832bac5219ae4e51417e6ba64eafc63ba1ea23 (patch)
tree98f010fea40957a8bb738371ae9a35fa91fc1fe0 /pkgs/applications/audio/musikcube/0001-apple-cmake.patch
parent8998b24ad273bc8cc3729bdbab23293d9731b74f (diff)
parent64c3ef854f7ba3cb87bbf6ab41f285c101e83366 (diff)
downloadnixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.gz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.bz2
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.lz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.xz
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.tar.zst
nixpkgs-b4832bac5219ae4e51417e6ba64eafc63ba1ea23.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/audio/musikcube/0001-apple-cmake.patch')
-rw-r--r--pkgs/applications/audio/musikcube/0001-apple-cmake.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/applications/audio/musikcube/0001-apple-cmake.patch b/pkgs/applications/audio/musikcube/0001-apple-cmake.patch
deleted file mode 100644
index 3c4630af4aa..00000000000
--- a/pkgs/applications/audio/musikcube/0001-apple-cmake.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/musikcube/CMakeLists.txt b/src/musikcube/CMakeLists.txt
-index f42748aa..ae339946 100644
---- a/src/musikcube/CMakeLists.txt
-+++ b/src/musikcube/CMakeLists.txt
-@@ -98,9 +98,6 @@ else()
- endif()
- 
- if (APPLE)
--    message(STATUS "[ncurses] detected Darwin, linking statically")
--    set(CURSES_LIBRARY_NAME "lib${CURSES_LIBRARY_NAME}.a")
--    set(PANEL_LIBRARY_NAME "lib${PANEL_LIBRARY_NAME}.a")
- else()
-     message(STATUS "[ncurses] not Darwin! will attempt to link against libtinfo")
-     find_library(LIBTINFO NAMES tinfo)