8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-m4H+ANwEbK6vGW3oIVZqnqvMiAKxNJf2TLIGh/G6AU4=";
19 cargoHash = "sha256-o5Xvc0tnoUgfp5k7EqVuEH9Zyo3C+A+mVqPhMtZCYKw=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.Security
24 # FIXME: remove patch when upstream version of rustc-serialize is updated
25 cargoPatches = [ ./rustc-serialize-fix.patch ];
30 description = "Command-line tool collection to assist development written in RUST";
31 homepage = "https://github.com/guoxbin/dtool";
32 license = licenses.gpl3Only;
33 maintainers = with maintainers; [ linuxissuper ];
34 mainProgram = "dtool";