lizardfs: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-03 16:26:24 +01:00
parent 8796a2e176
commit 2dabf96953
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
@ -45,5 +46,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl3;
maintainers = with maintainers; [ rushmorem shamilton ];
# 'fprintf' was not declared in this scope
broken = true;
};
}