···27 license = with licenses; [ asl20 /* or */ mit ];
28 maintainers = with maintainers; [ oberblastmeister ];
29 mainProgram = "trash";
0030 };
31}
···27 license = with licenses; [ asl20 /* or */ mit ];
28 maintainers = with maintainers; [ oberblastmeister ];
29 mainProgram = "trash";
30+ # darwin is unsupported due to https://github.com/Byron/trash-rs/issues/8
31+ platforms = platforms.linux;
32 };
33}