21 stdenv.mkDerivation rec {
25 src = fetchFromGitLab {
26 domain = "gitlab.freedesktop.org";
30 hash = "sha256-ODkTYHDrKWNvjiEeIyfsCByf7hyr5Ps9ytbKb3253bU=";
47 bash-completion # Tries to create bash-completions in /var/empty otherwise?
50 # Remove static libraries (there are no dynamic libraries in there)
55 passthru.updateScript = nix-update-script { };
58 description = "Userspace debugging and diagnostic tool for AMD GPUs";
59 homepage = "https://gitlab.freedesktop.org/tomstdenis/umr";
60 license = licenses.mit;
61 maintainers = with maintainers; [ Flakebi ];
62 platforms = platforms.linux;