tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
umr: use nix-update-script
Atemu
2 years ago
f5d30774
500cd68b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
misc
umr
default.nix
+4
pkgs/development/misc/umr/default.nix
···
14
, ncurses
15
, SDL2
16
, bash-completion
0
0
17
}:
18
19
stdenv.mkDerivation rec {
···
49
postInstall = ''
50
rm -r $out/lib
51
'';
0
0
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";