diff --git a/CMakeLists.txt b/CMakeLists.txt index 3202b8b..473ecb9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -279,14 +279,6 @@ optional_component(LIBPULSE ON "Pulse audio integration" optional_component(VISUALISATIONS ON "Visualisations") -if(NOT HAVE_SPOTIFY_BLOB AND NOT CRYPTOPP_FOUND) - message(FATAL_ERROR "Either crypto++ must be available or the non-GPL Spotify " - "code must be compiled in") -elseif(CRYPTOPP_FOUND) - set(HAVE_CRYPTOPP ON) - set(HAVE_SPOTIFY_DOWNLOADER ON) -endif() - # Find DBus if it's enabled if (HAVE_DBUS) find_package(Qt5 COMPONENTS DBus) alue='7aecfa94624de88ee13bf4e77829d70bde09d4e1'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-self.scm
AgeCommit message (Expand)Author
2024-07-18guix: channels: Enable specifiying available builtin builders....Christopher Baines
2021-11-27build-self: Help users to submit useful bug reports....Tobias Geerinckx-Rice
2021-04-29download: Use Disarchive as a last resort....Timothy Sample
2021-04-01build-self: Take care of the spinner in the parent process....Ludovic Courtès
2021-04-01build-self: Forward sub-process build output to (current-build-output-port)....Ludovic Courtès
2021-03-19build-self: Silent Guile warnings while computing the derivation....Ludovic Courtès
2021-02-04channels: Record 'guix' channel metadata in (guix config)....Ludovic Courtès
2021-02-01guix package: Add '--export-channels'....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe