1 { lib, rustPlatform, fetchCrate, pkg-config, gtk4 }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-/TF9dWZQVEVM3lHp4ubxYkDW+ZDL9puT6mUT6Q3hUsw=";
12 cargoSha256 = "sha256-mIsT93XRU0mR5s5w3Sng2DTW2LyO9HT1w/1932vptIE=";
14 nativeBuildInputs = [ pkg-config ];
16 buildInputs = [ gtk4 ];
19 description = "An application that lets you drag and drop files from and to the terminal";
20 homepage = "https://github.com/nik012003/ripdrag";
21 license = licenses.gpl3Only;
22 maintainers = with maintainers; [ figsoda ];