Merge pull request #322251 from matteo-pacini/blaze-darwin

blaze: darwin support
This commit is contained in:
Aleksana
2024-06-28 20:44:54 +08:00
committed by GitHub
+1 -1
View File
@@ -30,6 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://bitbucket.org/blaze-lib/blaze";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.linux;
platforms = platforms.unix;
};
})