sharedown: mark broken

This commit is contained in:
Yaya 2023-11-04 08:14:08 -07:00
parent ab57b2cc64
commit 13b121bee9
No known key found for this signature in database

View File

@ -124,5 +124,7 @@ stdenvNoCC.mkDerivation rec {
maintainers = with maintainers; [
];
platforms = platforms.unix;
# "Couldn't find any versions for \"node-gyp\" that matches \"latest\" in our cache (possible versions are \"\")
broken = true;
};
}