Revert "sharedown: mark broken"

This commit is contained in:
Artturi 2023-11-18 23:29:07 +02:00 committed by GitHub
parent 0d37a4c43e
commit 91567f6314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,5 @@ 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;
};
}