29 src = fetchFromGitHub {
30 owner = "dustinkirkland";
32 rev = "35275a68c37bbc39d8b2b0e4664a0c2f5451e5f6";
33 sha256 = "sha256-faIm1uXERvIDZ6SK6uarVkWGNJskAroHgq5Cg7nUZc4=";
36 nativeBuildInputs = [ makeWrapper ];
38 patches = [ ./nixos-paths.patch ];
40 rm lib/hollywood/speedometer
75 cp -r share $out/share
76 wrapProgram $out/bin/hollywood --prefix PATH : ${lib.makeBinPath pathDeps}
82 description = "Fill your console with Hollywood melodrama technobabble";
83 mainProgram = "hollywood";
84 homepage = "https://a.hollywood.computer/";
85 license = lib.licenses.asl20;