mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 10:24:07 +00:00
monolith: mark darwin as broken and fix license
This commit is contained in:
parent
cc4a29d84b
commit
90abf6e0db
@ -33,7 +33,9 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Bundle any web page into a single HTML file";
|
||||
mainProgram = "monolith";
|
||||
homepage = "https://github.com/Y2Z/monolith";
|
||||
license = licenses.unlicense;
|
||||
license = licenses.cc0;
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user