about summary refs log tree commit diff
path: root/pkgs/tools/misc/ttmkfdir
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-02 11:38:45 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 16:47:38 +0200
commit1450bc80fbd243e130ba52cea41a9c153a487744 (patch)
treea8a26d53c44ce1a1d42f0a6a93d4fe9e4d430f40 /pkgs/tools/misc/ttmkfdir
parent30cf79fa629dbe1e7ae6b0c0901ff437d1e96446 (diff)
tools/misc: replace name with pname&version
Diffstat (limited to 'pkgs/tools/misc/ttmkfdir')
-rw-r--r--pkgs/tools/misc/ttmkfdir/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ttmkfdir/default.nix b/pkgs/tools/misc/ttmkfdir/default.nix
index bc1279a7dec74..77bc9f172c6f3 100644
--- a/pkgs/tools/misc/ttmkfdir/default.nix
+++ b/pkgs/tools/misc/ttmkfdir/default.nix
@@ -1,7 +1,8 @@
 { lib, stdenv, fetchurl, freetype, fontconfig, libunwind, libtool, flex, bison }:
 
 stdenv.mkDerivation {
-  name = "ttf-mkfontdir-3.0.9-6";
+  pname = "ttf-mkfontdir";
+  version = "3.0.9-6";
 
   src = fetchurl {
     url = "http://mirror.fsf.org/trisquel/pool/main/t/ttmkfdir/ttmkfdir_3.0.9.orig.tar.gz";