18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
23 owner = "ADBeveridge";
26 hash = "sha256-fyE0CsQp2UVh+7bAQo+GHEF0k8Gwl9j4qclh04AQiVI=";
38 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
48 glib-compile-schemas $out/share/glib-2.0/schemas
52 description = "Securely delete your files";
53 homepage = "https://apps.gnome.org/app/com.github.ADBeveridge.Raider";
54 license = licenses.gpl3Plus;
55 maintainers = with maintainers; [ benediktbroich ];
56 platforms = platforms.unix;