···130 license = licenses.lgpl2Plus;
131 maintainers = with maintainers; [ AndersonTorres ];
132 platforms = platforms.unix;
0133 };
134}
135# TODO: a better way to organize the options
···130 license = licenses.lgpl2Plus;
131 maintainers = with maintainers; [ AndersonTorres ];
132 platforms = platforms.unix;
133+ broken = stdenv.isDarwin;
134 };
135}
136# TODO: a better way to organize the options
···134135 fish = stdenv.mkDerivation rec {
136 pname = "fish";
137- version = "3.4.1";
138139 src = fetchurl {
140 # There are differences between the release tarball and the tarball GitHub
···144 # --version`), as well as the local documentation for all builtins (and
145 # maybe other things).
146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147- sha256 = "sha256-tvI7OEOwTbawqQ/qH28NDkDMAntKcyCYIAhj8oZKlOo=";
148 };
149-150- patches = [
151- # merged https://github.com/fish-shell/fish-shell/pull/8978
152- # "create_manpage_completions.py: Do not overstrip commands with dots"
153- (fetchpatch {
154- name = "fix-cmdname-completeion-generator.patch";
155- url = "https://github.com/fish-shell/fish-shell/commit/32d646a5483844e9b1fae4b73f252a34ec0d4c76.patch";
156- sha256 = "sha256-51hqgPHQ7oQbl1i3SfqvGsbkYMe2Jh+sEwCRu2kiv1U=";
157- })
158- ];
159160 # Fix FHS paths in tests
161 postPatch = ''
···134135 fish = stdenv.mkDerivation rec {
136 pname = "fish";
137+ version = "3.5.0";
138139 src = fetchurl {
140 # There are differences between the release tarball and the tarball GitHub
···144 # --version`), as well as the local documentation for all builtins (and
145 # maybe other things).
146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147+ sha256 = "sha256-KR5Ox8bD/qVNwa7QV849QrNW+m9whlYnssffzsrv0hA=";
148 };
0000000000149150 # Fix FHS paths in tests
151 postPatch = ''
···80 maintainers = with maintainers; [ ];
81 platforms = platforms.unix;
82 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
83- broken = enableDaemon;
84 };
85}
···80 maintainers = with maintainers; [ ];
81 platforms = platforms.unix;
82 # cmake fails: Cannot specify link libraries for target "wxWidgets::ADV" which is not built by this project.
83+ broken = enableDaemon || stdenv.isDarwin;
84 };
85}
···528 google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
529 google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
530 gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
0531 go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
532 go-pup = throw "'go-pup' has been renamed to/replaced by 'pup'"; # Converted to throw 2022-02-22
533 go-repo-root = throw "go-repo-root has been dropped due to the lack of maintanence from upstream since 2014"; # Added 2022-06-02
···528 google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
529 google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
530 gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
531+ google-play-music-desktop-player = throw "GPMDP shows a black screen, upstream homepage is dead, use 'ytmdesktop' instead"; # Added 2022-06-16
532 go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
533 go-pup = throw "'go-pup' has been renamed to/replaced by 'pup'"; # Converted to throw 2022-02-22
534 go-repo-root = throw "go-repo-root has been dropped due to the lack of maintanence from upstream since 2014"; # Added 2022-06-02