···7373 # extra `/`.
7474 ./normalize-var.patch
7575 ] # Prevent a compilation error on darwin
7676- ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch;
7676+ ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch
7777+ ++ lib.optional stdenv.hostPlatform.isAarch32 ./armv7l.patch;
77787879 # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks
7980 # to get it, but they're unfree. Since LLVM is rather central to the stdenv, we patch out TSAN support so that Hydra
···2222 hash = "sha256-CRZG898xCwukq+9YVkyXMP8HcuJ9GtvDhy96kxvRFks=";
2323 };
24242525+ postPatch = ''
2626+ # Our Python release is not in the test matrix
2727+ substituteInPlace xdis/magics.py \
2828+ --replace "3.10.4" "3.10.5 3.10.6"
2929+ '';
3030+2531 propagatedBuildInputs = [
2632 click
2733 six
···3541 "xdis"
3642 ];
37434444+ # import file mismatch:
4545+ # imported module 'test_disasm' has this __file__ attribute:
4646+ # /build/source/pytest/test_disasm.py
4747+ # which is not the same as the test file we want to collect:
4848+ # /build/source/test_unit/test_disasm.py
3849 disabledTestPaths = [
3939- # Our Python release is not in the test matrix
4050 "test_unit/test_disasm.py"
4151 ];
42524353 disabledTests = [
5454+ # AssertionError: events did not match expectation
4455 "test_big_linenos"
5656+ # AssertionError: False is not true : PYTHON VERSION 4.0 is not in magic.magics.keys
4557 "test_basic"
4658 ];
4759···4961 description = "Python cross-version byte-code disassembler and marshal routines";
5062 homepage = "https://github.com/rocky/python-xdis";
5163 license = licenses.gpl2Plus;
5252- maintainers = with maintainers; [ ];
6464+ maintainers = with maintainers; [ onny ];
5365 };
5466}
···5566# Version of Google Cloud SDK from
77# https://cloud.google.com/sdk/docs/release-notes
88-VERSION="387.0.0"
88+VERSION="397.0.0"
991010function genMainSrc() {
1111 local url="${BASE_URL}-${VERSION}-${1}-${2}.tar.gz"
···535535 google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
536536 google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
537537 gosca = throw "gosca has been dropped due to the lack of maintanence from upstream since 2018"; # Added 2022-06-30
538538- gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
539538 google-play-music-desktop-player = throw "GPMDP shows a black screen, upstream homepage is dead, use 'ytmdesktop' instead"; # Added 2022-06-16
540539 go-langserver = throw "go-langserver has been replaced by gopls"; # Added 2022-06-30
541540 go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02