hqplayer-desktop: mark broken because src link is 403

This commit is contained in:
Sandro Jäckel 2022-11-28 00:28:13 +01:00
parent 8eed34025e
commit 98d1471020
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -89,5 +89,7 @@ mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lovesegfault ];
# src link returns 403
broken = true;
};
}