tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mktemp: update meta data
Markus Kowalewski
7 years ago
4920d7ad
fbc3dd0a
+5
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
mktemp
default.nix
+5
-2
pkgs/tools/security/mktemp/default.nix
reviewed
···
16
16
sha256 = "0x969152znxxjbj7387xb38waslr4yv6bnj5jmhb4rpqxphvk54f";
17
17
};
18
18
19
19
-
meta = {
20
20
-
platforms = stdenv.lib.platforms.unix;
19
19
+
meta = with stdenv.lib; {
20
20
+
description = "Simple tool to make temporary file handling in shells scripts safe and simple";
21
21
+
homepage = https://www.mktemp.org;
22
22
+
license = licenses.isc;
23
23
+
platforms = platforms.unix;
21
24
};
22
25
}