···29 <listitem>
30 <para>
31 <link xlink:href="https://www.gnuradio.org/">GNURadio</link> 3.8 was
32- <link xlink:href="https://github.com/NixOS/nixpkgs/issues/82263">finnally</link>
33 packaged, along with a rewrite to the Nix expressions, allowing users to
34 override the features upstream supports selecting to compile or not to.
35 Additionally, the attribute <code>gnuradio</code> and <code>gnuradio3_7</code>
···29 <listitem>
30 <para>
31 <link xlink:href="https://www.gnuradio.org/">GNURadio</link> 3.8 was
32+ <link xlink:href="https://github.com/NixOS/nixpkgs/issues/82263">finally</link>
33 packaged, along with a rewrite to the Nix expressions, allowing users to
34 override the features upstream supports selecting to compile or not to.
35 Additionally, the attribute <code>gnuradio</code> and <code>gnuradio3_7</code>
···93 # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
94 unordered-containers = dontCheck super.unordered-containers;
9500096}
···93 # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
94 unordered-containers = dontCheck super.unordered-containers;
9596+ # The test suite seems pretty broken.
97+ base64-bytestring = dontCheck super.base64-bytestring;
98+99}
···446 # requires an X11 display in test suite
447 gi-gtk-declarative = dontCheck super.gi-gtk-declarative;
448449- # depends on 'hie' executable
450- lsp-test = dontCheck super.lsp-test;
451-452 # tests depend on executable
453 ghcide = overrideCabal super.ghcide (drv: {
454 preCheck = ''export PATH="$PWD/dist/build/ghcide:$PATH"'';
···812 # hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
813 # https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
814 hadolint = disableCabalFlag super.hadolint "static";
0000000815}
···446 # requires an X11 display in test suite
447 gi-gtk-declarative = dontCheck super.gi-gtk-declarative;
448000449 # tests depend on executable
450 ghcide = overrideCabal super.ghcide (drv: {
451 preCheck = ''export PATH="$PWD/dist/build/ghcide:$PATH"'';
···809 # hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
810 # https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
811 hadolint = disableCabalFlag super.hadolint "static";
812+813+ # Test suite tries to execute the build product "doctest-driver-gen", but it's not in $PATH.
814+ doctest-driver-gen = dontCheck super.doctest-driver-gen;
815+816+ # Tests access internet
817+ prune-juice = dontCheck super.prune-juice;
818+819}
···35 # Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation
36 # is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE
37 license = with licenses; [ mit publicDomain bsd3 asl20 ];
038 platforms = platforms.all;
39 };
40 };
···35 # Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation
36 # is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE
37 license = with licenses; [ mit publicDomain bsd3 asl20 ];
38+ maintainers = with maintainers; [ mindavi ];
39 platforms = platforms.all;
40 };
41 };