summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-01-08 18:20:39 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-01-08 18:21:52 -0300
commit0610155a9ba59dda22679bd69f12841730e5188e (patch)
treecfb401f8433873ff582a71fa5b88964799ae6291 /pkgs
parentbca4a0c32ff0b8dca8a555967baf98f12ceebc6d (diff)
downloadnixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar.gz
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar.bz2
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar.lz
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar.xz
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.tar.zst
nixpkgs-0610155a9ba59dda22679bd69f12841730e5188e.zip
qrcodegen: mark as broken on Darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qrcodegen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qrcodegen/default.nix b/pkgs/development/libraries/qrcodegen/default.nix
index f9239eab0e9..cd19705f1e9 100644
--- a/pkgs/development/libraries/qrcodegen/default.nix
+++ b/pkgs/development/libraries/qrcodegen/default.nix
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     maintainers = with maintainers; [ mcbeth AndersonTorres ];
     platforms = platforms.unix;
+    broken = stdenv.isDarwin;
   };
 }
 # TODO: build the other languages