Skip to content

Commit 1416fd4

Browse files
committed
Update workingStackageExecutables.
* Some packages were marked as broken in nixpkgs anyway so they don't need to be listed. * One newly built. * Some got updated errors.
1 parent c38da36 commit 1416fd4

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

survey/default.nix

+7-17
Original file line numberDiff line numberDiff line change
@@ -1785,38 +1785,28 @@ in
17851785
# List of executables that don't work for reasons not yet investigated.
17861786
# When changing this file, we should always check if this list grows or shrinks.
17871787
"Agda" # fails on `emacs` not building
1788+
"align-audio" # like `audacity`
17881789
"Allure" # depends on `LambdaHack` also in this list
1789-
"csg" # `base >=4.0 && <4.14` on `doctest-driver-gen`
1790+
"audacity" # lots of linker errors, likely lack of pkg-config; needs investigation
17901791
"cuda" # needs `allowUnfree = true`; enabling it gives `unsupported platform for the pure Linux stdenv`
1791-
"debug" # `regex-base <0.94` on `regex-tdfa-text`
1792-
"diagrams-builder" # `template-haskell >=2.5 && <2.16` on `size-based`
1792+
"diagrams-builder" # needs `glib` which is problematic
17931793
"diagrams-cairo" # `gtk2hs` bug building `glib`: https://github.com/nh2/static-haskell-nix/issues/4#issuecomment-1634681846
1794-
"gloss-examples" # `base >=4.8 && <4.14` on `repa-io`
17951794
"gtk-sni-tray" # needs `gi-gtk` which requires `glib` which is problematic
17961795
"gtk3" # Haskell package `glib` fails with `Ambiguous module name ‘Gtk2HsSetup’: it was found in multiple packages: gtk2hs-buildtools-0.13.8.0 gtk2hs-buildtools-0.13.8.0`
1797-
"H" # error: anonymous fun2rsyHqx27f4EQHEUjWU/libHScipher-aes-0.2.11-CpO2rsyHqx27f4EQHEUjWU.a(gf.o):(.text+0x0): first defined herection at pkgs/applications/science/math/R/default.nix:1:1 called with unexpected argument 'javaSupport', at lib/customisation.nix:69:16
1798-
"hackage-cli" # error: error: multiple definition of `gf_mul'; /nix/store/...-cipher-aes-0.2.11/lib/ghc-9.2.7/x86_64-linux-ghc-9.2.7/cipher-aes-0.2.11-[..]/libHScipher-aes-0.2.11-[..].a(gf.o):(.text+0x0): first defined here
1799-
"hamilton" # `_gfortran_concat_string` linker error via openblas
1800-
"hquantlib" # `time >=1.4.0.0 && <1.9.0.0` on `hquantlib-time`
1801-
"ihaskell" # linker error
1796+
"hackage-cli" # `cannot find -lbrotlienc`
1797+
"ihaskell" # linker error to `zmq` and various libraries
18021798
"LambdaHack" # fails `systemd` dependency erroring on `#include <printf.h>`
1803-
"language-puppet" # `base >=4.6 && <4.14, ghc-prim >=0.3 && <0.6` for dependency `protolude`
18041799
"learn-physics" # needs opengl: `cannot find -lGLU` `-lGL`
1805-
"LPFP" # `gtk2hs` bug building `glib`: https://github.com/nh2/static-haskell-nix/issues/4#issuecomment-1634681846
18061800
"magico" # undefined reference to `_gfortran_concat_string'
18071801
"monomer" # needs `nanovg` which is in this list
18081802
"nanovg" # needs opengl: `cannot find -lGLU` `-lGL`
1809-
"odbc" # `odbcss.h: No such file or directory`
1803+
"odbc" # `cannot find -lodbc`, `cannot find -ldouble-conversion`
18101804
"pango" # `gtk2hs` bug building `glib`: https://github.com/nh2/static-haskell-nix/issues/4#issuecomment-1634681846
18111805
"qchas" # `_gfortran_concat_string` linker error via openblas
18121806
"rhine-gloss" # needs opengl: `cannot find -lGLU` `-lGL`
1813-
"soxlib" # fails `systemd` dependency erroring on `#include <printf.h>`
1814-
"termonad" # needs `glib` which is problematic
1815-
1816-
"audacity" # lots of linker errors, likely lack of pkg-config; needs investigation
18171807
"sound-collage" # like `audacity`
1818-
"align-audio" # like `audacity`
18191808
"split-record" # like `audacity`
1809+
"termonad" # needs `glib` which is problematic
18201810
];
18211811

18221812
inherit normalPkgs;

0 commit comments

Comments
 (0)