mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 14:27:15 +00:00
parent
4e5a4a92e8
commit
e02f427b4a
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl, groff }:
|
{ stdenv, fetchurl, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mktemp-1.6";
|
name = "mktemp-1.7";
|
||||||
|
|
||||||
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
||||||
NROFF = "${groff}/bin/nroff";
|
NROFF = "${groff}/bin/nroff";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.mktemp.org/pub/mktemp/mktemp-1.6.tar.gz;
|
url = ftp://ftp.mktemp.org/pub/mktemp/mktemp-1.7.tar.gz;
|
||||||
sha256 = "1nfj89b0dv1c2fyqi1pg54fyzs3462cbp7jv7lskqsxvqy4mh9x1";
|
sha256 = "0x969152znxxjbj7387xb38waslr4yv6bnj5jmhb4rpqxphvk54f";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user