mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
umr: use nix-update-script
This commit is contained in:
parent
500cd68bb1
commit
f5d30774ec
@ -14,6 +14,8 @@
|
||||
, ncurses
|
||||
, SDL2
|
||||
, bash-completion
|
||||
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -50,6 +52,8 @@ stdenv.mkDerivation rec {
|
||||
rm -r $out/lib
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "A userspace debugging and diagnostic tool for AMD GPUs";
|
||||
homepage = "https://gitlab.freedesktop.org/tomstdenis/umr";
|
||||
|
Loading…
Reference in New Issue
Block a user