Unverified Commit a10ad4e3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

afpfs-ng: mark as broken (#407971)

parents 16ceb9fc 52cc1868
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
  ];

  meta = with lib; {
    broken = true;
    homepage = "https://github.com/simonvetter/afpfs-ng";
    description = "Client implementation of the Apple Filing Protocol";
    license = licenses.gpl2Only;