···2929 <listitem>
3030 <para>
3131 <link xlink:href="https://www.gnuradio.org/">GNURadio</link> 3.8 was
3232- <link xlink:href="https://github.com/NixOS/nixpkgs/issues/82263">finnally</link>
3232+ <link xlink:href="https://github.com/NixOS/nixpkgs/issues/82263">finally</link>
3333 packaged, along with a rewrite to the Nix expressions, allowing users to
3434 override the features upstream supports selecting to compile or not to.
3535 Additionally, the attribute <code>gnuradio</code> and <code>gnuradio3_7</code>
···9393 # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
9494 unordered-containers = dontCheck super.unordered-containers;
95959696+ # The test suite seems pretty broken.
9797+ base64-bytestring = dontCheck super.base64-bytestring;
9898+9699}
···446446 # requires an X11 display in test suite
447447 gi-gtk-declarative = dontCheck super.gi-gtk-declarative;
448448449449- # depends on 'hie' executable
450450- lsp-test = dontCheck super.lsp-test;
451451-452449 # tests depend on executable
453450 ghcide = overrideCabal super.ghcide (drv: {
454451 preCheck = ''export PATH="$PWD/dist/build/ghcide:$PATH"'';
···812809 # hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
813810 # https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
814811 hadolint = disableCabalFlag super.hadolint "static";
812812+813813+ # Test suite tries to execute the build product "doctest-driver-gen", but it's not in $PATH.
814814+ doctest-driver-gen = dontCheck super.doctest-driver-gen;
815815+816816+ # Tests access internet
817817+ prune-juice = dontCheck super.prune-juice;
818818+815819}
···3535 # Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation
3636 # is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE
3737 license = with licenses; [ mit publicDomain bsd3 asl20 ];
3838+ maintainers = with maintainers; [ mindavi ];
3839 platforms = platforms.all;
3940 };
4041 };