8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "stepchowfun";
16 hash = "sha256-nWd6h39jU1eZWPFMxhxActsmrs9k0TDMlealuzTa+o0=";
19 cargoHash = "sha256-uoQ1qUII6TSZsosAdNfs2CREVuN2kuT9Bmi5vuDT/rY=";
23 "--skip=format::tests::code_str_display"
26 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
27 darwin.apple_sdk.frameworks.IOKit
31 description = "Least recently used (LRU) eviction of Docker images";
32 homepage = "https://github.com/stepchowfun/docuum";
33 changelog = "https://github.com/stepchowfun/docuum/blob/${src.rev}/CHANGELOG.md";
34 license = licenses.mit;
35 maintainers = with maintainers; [ mkg20001 ];
36 mainProgram = "docuum";