···11-{ lib22-, stdenv33-, buildPythonPackage44-, fetchFromGitHub55-, cffi66-, libspotify77-}:88-99-buildPythonPackage rec {1010- pname = "pyspotify";1111- version = "2.1.3";1212-1313- src = fetchFromGitHub {1414- owner = "mopidy";1515- repo = "pyspotify";1616- rev = "v${version}";1717- sha256 = "sha256-CjIRwSlR5HPOJ9tp7lrdcDPiKH3p/PxvEJ8sqVD5s3Q=";1818- };1919-2020- propagatedBuildInputs = [ cffi ];2121- buildInputs = [ libspotify ];2222-2323- # python zip complains about old timestamps2424- preConfigure = ''2525- find -print0 | xargs -0 touch2626- '';2727-2828- postInstall = lib.optionalString stdenv.isDarwin ''2929- find "$out" -name _spotify.so -exec \3030- install_name_tool -change \3131- @loader_path/../Frameworks/libspotify.framework/libspotify \3232- ${libspotify}/lib/libspotify.dylib \3333- {} \;3434- '';3535-3636- # There are no tests3737- doCheck = false;3838-3939- meta = with lib; {4040- homepage = "http://pyspotify.mopidy.com";4141- description = "A Python interface to Spotify’s online music streaming service";4242- license = licenses.unfree;4343- maintainers = with maintainers; [ lovek323 ];4444- };4545-}
+4
pkgs/top-level/aliases.nix
···193193 clawsMail = throw "'clawsMail' has been renamed to/replaced by 'claws-mail'"; # Converted to throw 2022-02-22194194 cldr-emoji-annotation = throw "'cldr-emoji-annotation' has been removed, as it was unmaintained; use 'cldr-annotations' instead"; # Added 2022-04-03195195 clearsilver = throw "clearsilver has been removed: abandoned by upstream"; # Added 2022-03-15196196+ clementineUnfree = throw "clementineUnfree has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29196197 clutter_gtk = throw "'clutter_gtk' has been renamed to/replaced by 'clutter-gtk'"; # Converted to throw 2022-02-22197198 cmakeWithQt4Gui = throw "cmakeWithQt4Gui has been removed in favor of cmakeWithGui (Qt 5)"; # Added 2021-05198199 codimd = hedgedoc; # Added 2020-11-29···699698 libressl_3_2 = throw "'libressl_3_2' has reached end-of-life "; # Added 2022-03-19700699 librsync_0_9 = throw "librsync_0_9 has been removed"; # Added 2021-07-24701700 libseat = seatd; # Added 2021-06-24701701+ libspotify = throw "libspotify has been removed because Spotify stopped supporting it"; # added 2022-05-29702702 libstdcxxHook = throw "libstdcxx hook has been removed because cc-wrapper is now directly aware of the c++ standard library intended to be used"; # Added 2020-06-22703703 libsysfs = throw "'libsysfs' has been renamed to/replaced by 'sysfsutils'"; # Converted to throw 2022-02-22704704 libtidy = throw "'libtidy' has been renamed to/replaced by 'html-tidy'"; # Converted to throw 2022-02-22···844842 mopidy-gmusic = throw "mopidy-gmusic has been removed because Google Play Music was discontinued"; # Added 2021-03-07845843 mopidy-local-images = throw "mopidy-local-images has been removed as it's unmaintained. Its functionality has been merged into the mopidy-local extension"; # Added 2020-10-18846844 mopidy-local-sqlite = throw "mopidy-local-sqlite has been removed as it's unmaintained. Its functionality has been merged into the mopidy-local extension"; # Added 2020-10-18845845+ mopidy-spotify = throw "mopidy-spotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29846846+ mopidy-spotify-tunigo = throw "mopidy-spotify-tunigo has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29847847848848 morituri = throw "'morituri' has been renamed to/replaced by 'whipper'"; # Converted to throw 2022-02-22849849 mozart-binary = mozart2-binary; # Added 2019-09-23