Merge pull request #268372 from NixOS/revert-265472-sharedown-mark-broken

This commit is contained in:
Artturi 2023-11-19 02:09:26 +02:00 committed by GitHub
commit 6dfcd5ea1a
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;
};
}