Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

umr: use nix-update-script

Atemu f5d30774 500cd68b

+4
+4
pkgs/development/misc/umr/default.nix
··· 14 , ncurses 15 , SDL2 16 , bash-completion 17 }: 18 19 stdenv.mkDerivation rec { ··· 49 postInstall = '' 50 rm -r $out/lib 51 ''; 52 53 meta = with lib; { 54 description = "A userspace debugging and diagnostic tool for AMD GPUs";
··· 14 , ncurses 15 , SDL2 16 , bash-completion 17 + 18 + , nix-update-script 19 }: 20 21 stdenv.mkDerivation rec { ··· 51 postInstall = '' 52 rm -r $out/lib 53 ''; 54 + 55 + passthru.updateScript = nix-update-script { }; 56 57 meta = with lib; { 58 description = "A userspace debugging and diagnostic tool for AMD GPUs";