···42 preFixup = "rm -rf $(pwd)";
4344 meta = {
45- broken = stdenv.isDarwin;
46 description = "Command-line interface to Stan";
47 longDescription = ''
48 Stan is a probabilistic programming language implementing full Bayesian
···42 preFixup = "rm -rf $(pwd)";
4344 meta = {
45+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
46 description = "Command-line interface to Stan";
47 longDescription = ''
48 Stan is a probabilistic programming language implementing full Bayesian
+1
pkgs/development/compilers/inform7/default.nix
···22 '';
2324 meta = with lib; {
025 description = "A design system for interactive fiction";
26 homepage = "http://inform7.com/";
27 license = licenses.artistic2;
···22 '';
2324 meta = with lib; {
25+ broken = (stdenv.isLinux && stdenv.isAarch64);
26 description = "A design system for interactive fiction";
27 homepage = "http://inform7.com/";
28 license = licenses.artistic2;
+1
pkgs/development/compilers/mkcl/default.nix
···55 enableParallelBuilding = true;
5657 meta = with lib; {
058 description = "ANSI Common Lisp Implementation";
59 homepage = "https://common-lisp.net/project/mkcl/";
60 license = licenses.lgpl2Plus;
···48 doCheck = true;
4950 meta = with lib; {
0051 description = "Systems language that is both powerful and fun to use";
52 homepage = "https://myrlang.org/";
53 license = licenses.mit;
54 maintainers = with maintainers; [ luc65r ];
55 platforms = platforms.all;
56- broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin
57 };
58}
···48 doCheck = true;
4950 meta = with lib; {
51+ # darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin
52+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
53 description = "Systems language that is both powerful and fun to use";
54 homepage = "https://myrlang.org/";
55 license = licenses.mit;
56 maintainers = with maintainers; [ luc65r ];
57 platforms = platforms.all;
058 };
59}
+2-1
pkgs/development/compilers/osl/default.nix
···1-{ clangStdenv, lib, fetchFromGitHub, cmake, zlib, openexr,
2openimageio, llvm, boost165, flex, bison, partio, pugixml,
3util-linux, python3
4}:
···38 ];
39 # TODO: How important is partio? CMake doesn't seem to find it
40 meta = with lib; {
041 description = "Advanced shading language for production GI renderers";
42 homepage = "http://opensource.imageworks.com/?p=osl";
43 maintainers = with maintainers; [ hodapp ];
···1+{ stdenv, clangStdenv, lib, fetchFromGitHub, cmake, zlib, openexr,
2openimageio, llvm, boost165, flex, bison, partio, pugixml,
3util-linux, python3
4}:
···38 ];
39 # TODO: How important is partio? CMake doesn't seem to find it
40 meta = with lib; {
41+ broken = (stdenv.isLinux && stdenv.isAarch64);
42 description = "Advanced shading language for production GI renderers";
43 homepage = "http://opensource.imageworks.com/?p=osl";
44 maintainers = with maintainers; [ hodapp ];
+2-1
pkgs/development/compilers/yap/default.nix
···20 NIX_CFLAGS_COMPILE = "-fpermissive -fcommon";
2122 meta = {
0023 homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
24 description = "A ISO-compatible high-performance Prolog compiler";
25 license = lib.licenses.artistic2;
2627 platforms = lib.platforms.linux;
28- broken = !stdenv.is64bit; # the linux 32 bit build fails.
29 };
30}
···20 NIX_CFLAGS_COMPILE = "-fpermissive -fcommon";
2122 meta = {
23+ # the linux 32 bit build fails.
24+ broken = (stdenv.isLinux && stdenv.isAarch64) || !stdenv.is64bit;
25 homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
26 description = "A ISO-compatible high-performance Prolog compiler";
27 license = lib.licenses.artistic2;
2829 platforms = lib.platforms.linux;
030 };
31}
+1
pkgs/development/interpreters/picoc/default.nix
···34 '';
3536 meta = with lib; {
037 description = "Very small C interpreter for scripting";
38 longDescription = ''
39 PicoC is a very small C interpreter for scripting. It was originally
···34 '';
3536 meta = with lib; {
37+ broken = (stdenv.isLinux && stdenv.isAarch64);
38 description = "Very small C interpreter for scripting";
39 longDescription = ''
40 PicoC is a very small C interpreter for scripting. It was originally
···35 '';
3637 meta = with lib; {
038 description = "A very high level, goal-directed, object-oriented, general purpose applications language";
39 maintainers = with maintainers; [ vrthra ];
40 platforms = platforms.linux;
···35 '';
3637 meta = with lib; {
38+ broken = (stdenv.isLinux && stdenv.isAarch64);
39 description = "A very high level, goal-directed, object-oriented, general purpose applications language";
40 maintainers = with maintainers; [ vrthra ];
41 platforms = platforms.linux;
+1
pkgs/development/libraries/cmrt/default.nix
···16 buildInputs = [ libdrm libva ];
1718 meta = with lib; {
019 homepage = "https://01.org/linuxmedia";
20 description = "Intel C for Media Runtime";
21 longDescription = "Media GPU kernel manager for Intel G45 & HD Graphics family";
···16 buildInputs = [ libdrm libva ];
1718 meta = with lib; {
19+ broken = (stdenv.isLinux && stdenv.isAarch64);
20 homepage = "https://01.org/linuxmedia";
21 description = "Intel C for Media Runtime";
22 longDescription = "Media GPU kernel manager for Intel G45 & HD Graphics family";
···119 '';
120121 meta = with lib; {
0122 description = "A toolkit for the simulation of the passage of particles through matter";
123 longDescription = ''
124 Geant4 is a toolkit for the simulation of the passage of particles through matter.
···119 '';
120121 meta = with lib; {
122+ broken = (stdenv.isLinux && stdenv.isAarch64);
123 description = "A toolkit for the simulation of the passage of particles through matter";
124 longDescription = ''
125 Geant4 is a toolkit for the simulation of the passage of particles through matter.
···233 requiredSystemFeatures = [ "big-parallel" ];
234235 meta = with lib; {
0236 description = "A web engine based on the Chromium web browser";
237 platforms = platforms.linux;
238 # This build takes a long time; particularly on slow architectures
···233 requiredSystemFeatures = [ "big-parallel" ];
234235 meta = with lib; {
236+ broken = (stdenv.isLinux && stdenv.isAarch64);
237 description = "A web engine based on the Chromium web browser";
238 platforms = platforms.linux;
239 # This build takes a long time; particularly on slow architectures