Skip to content

Commit 90abf6e

Browse files
committed
monolith: mark darwin as broken and fix license
1 parent cc4a29d commit 90abf6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/tools/backup/monolith/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ rustPlatform.buildRustPackage rec {
3333
description = "Bundle any web page into a single HTML file";
3434
mainProgram = "monolith";
3535
homepage = "https://github.com/Y2Z/monolith";
36-
license = licenses.unlicense;
36+
license = licenses.cc0;
37+
platforms = lib.platforms.unix;
38+
broken = stdenv.isDarwin;
3739
maintainers = with maintainers; [ Br1ght0ne ];
3840
};
3941
}

0 commit comments

Comments
 (0)