Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: start marking packages broken #173671

Merged
merged 43 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
859aa7d
CHOWTapeModel: mark broken on aarch64
Mindavi May 19, 2022
70c66de
adwaita-qt: mark broken on Darwin since it doesn't build with qt514
Mindavi May 19, 2022
b465f1a
alttpr-opentracker: only enable on x86_64-linux
Mindavi May 19, 2022
5e1adac
aspino: mark broken for x86_64 Darwin
Mindavi May 19, 2022
2231842
awless: mark broken for aarch64-linux
Mindavi May 19, 2022
5d8ec2a
bakelite: only supports linux
Mindavi May 19, 2022
ce7a647
binwalk: mark broken on x86_64-darwin
Mindavi May 19, 2022
8152b17
bigloo: mark broken on x86_64 Darwin
Mindavi May 21, 2022
53d8d81
blender: mark broken on x86_64-darwin
Mindavi May 21, 2022
9086978
boinc: mark broken for aarch64
Mindavi May 21, 2022
1f88f6a
boofuzz: mark broken on x86_64-darwin
Mindavi May 21, 2022
d898e26
bsnes-hd: mark broken on x86_64-darwin
Mindavi May 21, 2022
bc28691
bullet-roboschool: mark broken on x86_64-darwin
Mindavi May 21, 2022
c3fa68c
bupstash: mark broken on x86_64-darwin
Mindavi May 21, 2022
dd6e61f
cardinal: mark broken on darwin
Mindavi May 21, 2022
ed75993
cargo-deb: mark broken on x86_64-darwin
Mindavi May 21, 2022
2542b4d
cargo-modules: mark broken on x86_64-darwin
Mindavi May 21, 2022
941458e
cataclysm-dda-git: mark broken on x86_64-darwin
Mindavi May 21, 2022
6d9a337
ccl: mark broken on x86_64-darwin
Mindavi May 21, 2022
cd3c256
treewide: pkgs/tools: mark broken for darwin
Mindavi May 28, 2022
f97a7e6
treewide: pkgs/games: mark broken for darwin
Mindavi May 28, 2022
37c633f
treewide: pkgs/applications: mark broken for darwin
Mindavi May 28, 2022
0b45cae
treewide: pkgs/development/compilers: mark broken for darwin
Mindavi May 28, 2022
13e0d33
treewide: pkgs/development/tools: mark broken for darwin
Mindavi May 29, 2022
65db3b1
treewide: pkgs/development/python-modules: mark broken for darwin
Mindavi May 29, 2022
7d58a30
treewide: pkgs/development/libraries: mark broken for darwin
Mindavi May 28, 2022
03bc571
treewide: pkgs/development: mark broken for darwin
Mindavi May 28, 2022
edde4da
pqrs: mark broken
Mindavi May 29, 2022
da84642
libresprite: mark broken on darwin
Mindavi May 29, 2022
117ee3a
blender: mark broken on all darwins
Mindavi May 29, 2022
c312ae9
tippecanoe: mark broken on darwin as well
Mindavi May 29, 2022
a0dd819
speedcrunch: mark broken on darwin
Mindavi May 29, 2022
879d278
treewide: pkgs/servers: mark broken for darwin
Mindavi May 29, 2022
033d557
treewide: pkgs/servers/sql: mark 2 psql extension broken
Mindavi May 29, 2022
7a68548
treewide: pkgs/desktops: mark broken for darwin
Mindavi May 29, 2022
82ccbc0
luaPackages.luxio: mark broken for darwin
Mindavi May 29, 2022
010f6ee
treewide: mark broken for darwin
Mindavi May 29, 2022
4337011
treewide: pkgs/applications: mark broken for aarch64-linux
Mindavi May 29, 2022
11ee22d
treewide: pkgs/development: mark broken for aarch64-linux
Mindavi May 29, 2022
cd19a0e
swift: mark broken
Mindavi May 29, 2022
7da0ca2
mps: mark broken
Mindavi May 29, 2022
afbb0f6
treewide: pkgs/development/python-modules: mark broken for aarch64-linux
Mindavi May 29, 2022
2624313
robomachine: mark broken
Mindavi May 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions pkgs/applications/audio/CHOWTapeModel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ magnetophon ];
platforms = platforms.linux;
# error: 'vvtanh' was not declared in this scope; did you mean 'tanh'?
# error: no matching function for call to 'juce::dsp::SIMDRegister<double>::SIMDRegister(xsimd::simd_batch_traits<xsimd::batch<double, 2> >::batch_bool_type)'
broken = stdenv.isAarch64; # since 2021-12-27 on hydra (update to 2.10): https://hydra.nixos.org/build/162558991
};
}
3 changes: 3 additions & 0 deletions pkgs/applications/audio/cardinal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.magnetophon ];
platforms = lib.platforms.all;
# ../../utils/CarlaPluginUI.cpp:31:10: fatal error: 'Cocoa/Cocoa.h' file not found
# # import <Cocoa/Cocoa.h>
broken = stdenv.isDarwin;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/drumgizmo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "An LV2 sample based drum plugin";
homepage = "https://www.drumgizmo.org";
license = licenses.lgpl3Plus;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/eq10q/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
'';

meta = {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "LV2 EQ plugins and more, with 64 bit processing";
longDescription = ''
Up to 10-Bands parametric equalizer with mono and stereo versions.
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/faustStk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
done
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "The physical modeling instruments included with faust, compiled as jack standalone and lv2 instruments";
homepage = "https://ccrma.stanford.edu/~rmichon/faustSTK/";
license = licenses.stk;
Expand Down
4 changes: 3 additions & 1 deletion pkgs/applications/audio/jamesdsp/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, pipewire
Expand Down Expand Up @@ -86,6 +87,7 @@ in
];

meta = with lib;{
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "An audio effect processor for PipeWire clients";
homepage = "https://github.com/Audio4Linux/JDSP4Linux";
license = licenses.gpl3Only;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/applications/audio/jellycli/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule, alsa-lib }:
{ stdenv, lib, fetchFromGitHub, buildGoModule, alsa-lib }:

buildGoModule rec {
pname = "jellycli";
Expand All @@ -21,6 +21,7 @@ buildGoModule rec {
buildInputs = [ alsa-lib ];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Jellyfin terminal client";
longDescription = ''
Terminal music player, works with Jellyfin (>= 10.6) , Emby (>= 4.4), and
Expand Down
4 changes: 3 additions & 1 deletion pkgs/applications/audio/mopidy/local.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mopidy
, python3Packages
}:
Expand All @@ -22,6 +23,7 @@ python3Packages.buildPythonApplication rec {
];

meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/mopidy/mopidy-local";
description = "Mopidy extension for playing music from your local music archive";
license = licenses.asl20;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/muso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "An automatic music sorter (based on ID3 tags)";
homepage = "https://github.com/quebin31/muso";
license = with licenses; [ gpl3Plus ];
Expand Down
4 changes: 3 additions & 1 deletion pkgs/applications/audio/myxer/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, pkg-config
Expand Down Expand Up @@ -29,6 +30,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false;

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "A modern Volume Mixer for PulseAudio";
homepage = "https://github.com/Aurailus/Myxer";
license = licenses.gpl3Only;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/nootka/unstable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Application for practicing playing musical scores and ear training";
homepage = "https://nootka.sourceforge.io/";
license = licenses.gpl3Plus;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/nova-filters/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ stdenv.mkDerivation {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "LADSPA plugins based on filters of nova";
homepage = "http://klingt.org/~tim/nova-filters/";
license = licenses.gpl2Plus;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/open-music-kontrollers/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stdenv.mkDerivation {
] ++ additionalBuildInputs;

meta = with lib; {
broken = stdenv.isDarwin;
description = description;
homepage = "https://open-music-kontrollers.ch/lv2/${pname}:";
license = licenses.artistic2;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/pd-plugins/helmholtz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stdenv.mkDerivation {
'';

meta = {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Time domain pitch tracker for Pure Data";
homepage = "http://www.katjaas.nl/helmholtz/helmholtz.html";
license = lib.licenses.bsd3;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/applications/audio/pithos/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, meson, ninja, pkg-config, appstream-glib
{ stdenv, lib, fetchFromGitHub, meson, ninja, pkg-config, appstream-glib
, wrapGAppsHook, pythonPackages, gtk3, gnome, gobject-introspection
, libnotify, libsecret, gst_all_1 }:

Expand Down Expand Up @@ -28,6 +28,7 @@ pythonPackages.buildPythonApplication rec {
(with pythonPackages; [ pygobject3 pylast ]);

meta = with lib; {
broken = stdenv.isDarwin;
description = "Pandora Internet Radio player for GNOME";
homepage = "https://pithos.github.io/";
license = licenses.gpl3;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/plugin-torture/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stdenv.mkDerivation {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://github.com/cth103/plugin-torture";
description = "A tool to test LADSPA and LV2 plugins";
license = licenses.gpl2;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/applications/audio/polyphone/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, alsa-lib, libjack2, portaudio, libogg, flac, libvorbis, rtmidi, qtsvg }:
{ stdenv, lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, alsa-lib, libjack2, portaudio, libogg, flac, libvorbis, rtmidi, qtsvg }:

mkDerivation rec {
version = "2.2.0";
Expand Down Expand Up @@ -40,6 +40,7 @@ mkDerivation rec {
];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "A soundfont editor for creating musical instruments";
homepage = "https://www.polyphone-soundfonts.com/";
license = licenses.gpl3;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/quadrafuzz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://github.com/jpcima/quadrafuzz";
description = "Multi-band fuzz distortion plugin";
maintainers = [ maintainers.magnetophon ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/sfxr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "DESTDIR=$(out)" ];

meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://www.drpetter.se/project_sfxr.html";
description = "A videogame sound effect generator";
license = licenses.mit;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/sorcer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "http://openavproductions.com/sorcer/";
description = "A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre";
license = licenses.gpl3Plus;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/speech-denoiser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Speech denoise lv2 plugin based on RNNoise library";
homepage = "https://github.com/lucianodato/speech-denoiser";
license = licenses.lgpl3;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/stone-phaser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://github.com/jpcima/stone-phaser";
description = "A classic analog phaser effect, made with DPF and Faust";
maintainers = [ maintainers.magnetophon ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/wavegain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stdenv.mkDerivation {
'';

meta = {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "ReplayGain for wave files";
homepage = "https://github.com/MestreLion/wavegain";
license = lib.licenses.lgpl21;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/x42-avldrums/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Drum sample player LV2 plugin dedicated to Glen MacArthur's AVLdrums";
homepage = "https://x42-plugins.com/x42/x42-avldrums";
maintainers = with maintainers; [ magnetophon orivej ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/x42-gmsynth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Chris Colins' General User soundfont player LV2 plugin";
homepage = "https://x42-plugins.com/x42/x42-gmsynth";
maintainers = with maintainers; [ orivej ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/blockchains/litecoin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mkDerivation rec {
enableParallelBuilding = true;

meta = {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";
longDescription= ''
Litecoin is a peer-to-peer Internet currency that enables instant payments
Expand All @@ -48,7 +49,6 @@ mkDerivation rec {
homepage = "https://litecoin.org/";
platforms = platforms.unix;
license = licenses.mit;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ offline ];
};
}
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/openethereum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
checkFlags = "--skip configuration::tests::should_resolve_external_nat_hosts";

meta = with lib; {
broken = stdenv.isDarwin;
description = "Fast, light, robust Ethereum implementation";
homepage = "http://parity.io/ethereum";
license = licenses.gpl3;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/particl-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Privacy-Focused Marketplace & Decentralized Application Platform";
longDescription = ''
An open source, decentralized privacy platform built for global person to person eCommerce.
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/pivx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "An open source crypto-currency focused on fast private transactions";
longDescription = ''
PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
Expand Down
2 changes: 2 additions & 0 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ let
inherit pname version src wmClass jdk product;
productShort = "MPS";
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://www.jetbrains.com/mps/";
inherit license description platforms;
longDescription = ''
Expand Down Expand Up @@ -170,6 +171,7 @@ let
inherit pname version src wmClass jdk product;
productShort = "PyCharm";
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://www.jetbrains.com/pycharm/";
inherit description license platforms;
longDescription = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/libresprite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ fgaz ];
platforms = platforms.all;
# https://github.com/LibreSprite/LibreSprite/issues/308
broken = stdenv.isDarwin && stdenv.isAarch64;
broken = stdenv.isDarwin;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/editors/mle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Small, flexible terminal-based text editor";
homepage = "https://github.com/adsr/mle";
license = licenses.asl20;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/qxmledit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
dontWrapQtApps = true;

meta = with lib; {
broken = stdenv.isDarwin;
description = "Simple XML editor based on qt libraries" ;
homepage = "https://sourceforge.net/projects/qxmledit";
license = licenses.lgpl2;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/rstudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ in
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
inherit description;
homepage = "https://www.rstudio.com/";
license = licenses.agpl3Only;
Expand Down
3 changes: 3 additions & 0 deletions pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ stdenv.mkDerivation {
license = licenses.gpl3Only;
maintainers = with maintainers; [ stevebob ];
platforms = platforms.unix;
# ../nall/traits.hpp:19:14: error: no member named 'is_floating_point_v' in namespace 'std'; did you mean 'is_floating_point'?
# using std::is_floating_point_v;
broken = (stdenv.isDarwin && stdenv.isx86_64);
mainProgram = "bsnes";
};
}
1 change: 1 addition & 0 deletions pkgs/applications/emulators/citra/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
homepage = "https://citra-emu.org";
description = "The ${branch} branch of an open-source emulator for the Ninteno 3DS";
longDescription = ''
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/emulators/goldberg-emu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://gitlab.com/Mr_Goldberg/goldberg_emulator";
changelog = "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/releases";
description = "Program that emulates steam online features";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/emulators/mame/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Is a multi-purpose emulation framework";
homepage = "https://www.mamedev.org/";
license = with licenses; [ bsd3 gpl2Plus ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/emulators/pcsxr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
broken = stdenv.isDarwin;
description = "Playstation 1 emulator";
homepage = "https://github.com/iCatButler/pcsxr";
maintainers = with maintainers; [ rardiol ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/gis/openorienteering-mapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ mkDerivation rec {
'';

meta = with lib; {
broken = stdenv.isDarwin;
description = ''
OpenOrienteering Mapper is an orienteering mapmaking program
and provides a free alternative to the existing proprietary solution.
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/djview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mkDerivation rec {
};

meta = with lib; {
broken = stdenv.isDarwin;
description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin";
homepage = "http://djvu.sourceforge.net/djview4.html";
license = licenses.gpl2;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/weylus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rustPlatform.buildRustPackage rec {
'';

meta = with lib; {
broken = stdenv.isDarwin;
description = "Use your tablet as graphic tablet/touch screen on your computer";
homepage = "https://github.com/H-M-H/Weylus";
license = with licenses; [ agpl3Only ];
Expand Down
Loading